@ctrliq/quantic-tokens 1.68.0 → 1.69.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 +12 -10
- package/dist/dark-mode.css +463 -462
- package/dist/dark-mode.json +463 -462
- package/dist/dark-mode.nested.json +1496 -0
- package/dist/dark-mode.scss +463 -462
- package/dist/light-mode.css +521 -520
- package/dist/light-mode.json +521 -520
- package/dist/light-mode.nested.json +1498 -0
- package/dist/light-mode.scss +521 -520
- package/package.json +3 -1
package/dist/dark-mode.scss
CHANGED
|
@@ -79,78 +79,78 @@ $tokens: (
|
|
|
79
79
|
'quantic-color-gray-dark-mode-alpha-800': rgba(255, 255, 255, 0.08),
|
|
80
80
|
'quantic-color-gray-dark-mode-alpha-900': rgba(255, 255, 255, 0.04),
|
|
81
81
|
'quantic-color-gray-dark-mode-alpha-950': rgba(255, 255, 255, 0),
|
|
82
|
-
'quantic-color-brand-25': #
|
|
83
|
-
'quantic-color-brand-50': #
|
|
84
|
-
'quantic-color-brand-100': #
|
|
85
|
-
'quantic-color-brand-200': #
|
|
82
|
+
'quantic-color-brand-25': #f2f9f4,
|
|
83
|
+
'quantic-color-brand-50': #e6f3ea,
|
|
84
|
+
'quantic-color-brand-100': #cbe9d6,
|
|
85
|
+
'quantic-color-brand-200': #92d4ad,
|
|
86
86
|
'quantic-color-brand-300': #17c484,
|
|
87
87
|
'quantic-color-brand-400': #12a66f,
|
|
88
88
|
'quantic-color-brand-500': #0b8759,
|
|
89
|
-
'quantic-color-brand-600': #
|
|
90
|
-
'quantic-color-brand-700': #
|
|
91
|
-
'quantic-color-brand-800': #
|
|
92
|
-
'quantic-color-brand-900': #
|
|
93
|
-
'quantic-color-brand-950': #
|
|
94
|
-
'quantic-color-brand-25-rgb':
|
|
95
|
-
'quantic-color-brand-50-rgb':
|
|
96
|
-
'quantic-color-brand-100-rgb':
|
|
97
|
-
'quantic-color-brand-200-rgb':
|
|
89
|
+
'quantic-color-brand-600': #007145,
|
|
90
|
+
'quantic-color-brand-700': #005734,
|
|
91
|
+
'quantic-color-brand-800': #003d23,
|
|
92
|
+
'quantic-color-brand-900': #002513,
|
|
93
|
+
'quantic-color-brand-950': #001a0c,
|
|
94
|
+
'quantic-color-brand-25-rgb': 242 249 244,
|
|
95
|
+
'quantic-color-brand-50-rgb': 230 243 234,
|
|
96
|
+
'quantic-color-brand-100-rgb': 203 233 214,
|
|
97
|
+
'quantic-color-brand-200-rgb': 146 212 173,
|
|
98
98
|
'quantic-color-brand-300-rgb': 23 196 132,
|
|
99
99
|
'quantic-color-brand-400-rgb': 18 166 111,
|
|
100
100
|
'quantic-color-brand-500-rgb': 11 135 89,
|
|
101
|
-
'quantic-color-brand-600-rgb':
|
|
102
|
-
'quantic-color-brand-700-rgb':
|
|
103
|
-
'quantic-color-brand-800-rgb':
|
|
104
|
-
'quantic-color-brand-900-rgb':
|
|
105
|
-
'quantic-color-brand-950-rgb':
|
|
106
|
-
'quantic-color-error-25': #
|
|
107
|
-
'quantic-color-error-50': #
|
|
108
|
-
'quantic-color-error-100': #
|
|
109
|
-
'quantic-color-error-200': #
|
|
110
|
-
'quantic-color-error-300': #
|
|
111
|
-
'quantic-color-error-400': #
|
|
112
|
-
'quantic-color-error-500': #
|
|
113
|
-
'quantic-color-error-600': #
|
|
114
|
-
'quantic-color-error-700': #
|
|
115
|
-
'quantic-color-error-800': #
|
|
116
|
-
'quantic-color-error-900': #
|
|
117
|
-
'quantic-color-error-950': #
|
|
118
|
-
'quantic-color-error-25-rgb':
|
|
119
|
-
'quantic-color-error-50-rgb':
|
|
120
|
-
'quantic-color-error-100-rgb':
|
|
121
|
-
'quantic-color-error-200-rgb':
|
|
122
|
-
'quantic-color-error-300-rgb':
|
|
123
|
-
'quantic-color-error-400-rgb':
|
|
124
|
-
'quantic-color-error-500-rgb':
|
|
125
|
-
'quantic-color-error-600-rgb':
|
|
126
|
-
'quantic-color-error-700-rgb':
|
|
127
|
-
'quantic-color-error-800-rgb':
|
|
128
|
-
'quantic-color-error-900-rgb':
|
|
129
|
-
'quantic-color-error-950-rgb':
|
|
130
|
-
'quantic-color-warning-25': #
|
|
131
|
-
'quantic-color-warning-50': #
|
|
132
|
-
'quantic-color-warning-100': #
|
|
133
|
-
'quantic-color-warning-200': #
|
|
134
|
-
'quantic-color-warning-300': #
|
|
135
|
-
'quantic-color-warning-400': #
|
|
136
|
-
'quantic-color-warning-500': #
|
|
137
|
-
'quantic-color-warning-600': #
|
|
138
|
-
'quantic-color-warning-700': #
|
|
139
|
-
'quantic-color-warning-800': #
|
|
140
|
-
'quantic-color-warning-900': #
|
|
141
|
-
'quantic-color-warning-950': #
|
|
142
|
-
'quantic-color-warning-25-rgb':
|
|
143
|
-
'quantic-color-warning-50-rgb':
|
|
144
|
-
'quantic-color-warning-100-rgb':
|
|
145
|
-
'quantic-color-warning-200-rgb':
|
|
146
|
-
'quantic-color-warning-300-rgb':
|
|
147
|
-
'quantic-color-warning-400-rgb':
|
|
148
|
-
'quantic-color-warning-500-rgb':
|
|
149
|
-
'quantic-color-warning-600-rgb':
|
|
150
|
-
'quantic-color-warning-700-rgb':
|
|
151
|
-
'quantic-color-warning-800-rgb':
|
|
152
|
-
'quantic-color-warning-900-rgb':
|
|
153
|
-
'quantic-color-warning-950-rgb':
|
|
101
|
+
'quantic-color-brand-600-rgb': 0 113 69,
|
|
102
|
+
'quantic-color-brand-700-rgb': 0 87 52,
|
|
103
|
+
'quantic-color-brand-800-rgb': 0 61 35,
|
|
104
|
+
'quantic-color-brand-900-rgb': 0 37 19,
|
|
105
|
+
'quantic-color-brand-950-rgb': 0 26 12,
|
|
106
|
+
'quantic-color-error-25': #fcf5f4,
|
|
107
|
+
'quantic-color-error-50': #f9ecea,
|
|
108
|
+
'quantic-color-error-100': #f5d9d4,
|
|
109
|
+
'quantic-color-error-200': #ecb2a9,
|
|
110
|
+
'quantic-color-error-300': #e18c80,
|
|
111
|
+
'quantic-color-error-400': #d1695c,
|
|
112
|
+
'quantic-color-error-500': #b74a3d,
|
|
113
|
+
'quantic-color-error-600': #9d372d,
|
|
114
|
+
'quantic-color-error-700': #7c281f,
|
|
115
|
+
'quantic-color-error-800': #591a13,
|
|
116
|
+
'quantic-color-error-900': #380c08,
|
|
117
|
+
'quantic-color-error-950': #290604,
|
|
118
|
+
'quantic-color-error-25-rgb': 252 245 244,
|
|
119
|
+
'quantic-color-error-50-rgb': 249 236 234,
|
|
120
|
+
'quantic-color-error-100-rgb': 245 217 212,
|
|
121
|
+
'quantic-color-error-200-rgb': 236 178 169,
|
|
122
|
+
'quantic-color-error-300-rgb': 225 140 128,
|
|
123
|
+
'quantic-color-error-400-rgb': 209 105 92,
|
|
124
|
+
'quantic-color-error-500-rgb': 183 74 61,
|
|
125
|
+
'quantic-color-error-600-rgb': 157 55 45,
|
|
126
|
+
'quantic-color-error-700-rgb': 124 40 31,
|
|
127
|
+
'quantic-color-error-800-rgb': 89 26 19,
|
|
128
|
+
'quantic-color-error-900-rgb': 56 12 8,
|
|
129
|
+
'quantic-color-error-950-rgb': 41 6 4,
|
|
130
|
+
'quantic-color-warning-25': #fbf6f2,
|
|
131
|
+
'quantic-color-warning-50': #f7ede6,
|
|
132
|
+
'quantic-color-warning-100': #f1dccc,
|
|
133
|
+
'quantic-color-warning-200': #e5b896,
|
|
134
|
+
'quantic-color-warning-300': #d89660,
|
|
135
|
+
'quantic-color-warning-400': #c77629,
|
|
136
|
+
'quantic-color-warning-500': #a85b00,
|
|
137
|
+
'quantic-color-warning-600': #8c4b00,
|
|
138
|
+
'quantic-color-warning-700': #6d3900,
|
|
139
|
+
'quantic-color-warning-800': #4e2700,
|
|
140
|
+
'quantic-color-warning-900': #301600,
|
|
141
|
+
'quantic-color-warning-950': #220e00,
|
|
142
|
+
'quantic-color-warning-25-rgb': 251 246 242,
|
|
143
|
+
'quantic-color-warning-50-rgb': 247 237 230,
|
|
144
|
+
'quantic-color-warning-100-rgb': 241 220 204,
|
|
145
|
+
'quantic-color-warning-200-rgb': 229 184 150,
|
|
146
|
+
'quantic-color-warning-300-rgb': 216 150 96,
|
|
147
|
+
'quantic-color-warning-400-rgb': 199 118 41,
|
|
148
|
+
'quantic-color-warning-500-rgb': 168 91 0,
|
|
149
|
+
'quantic-color-warning-600-rgb': 140 75 0,
|
|
150
|
+
'quantic-color-warning-700-rgb': 109 57 0,
|
|
151
|
+
'quantic-color-warning-800-rgb': 78 39 0,
|
|
152
|
+
'quantic-color-warning-900-rgb': 48 22 0,
|
|
153
|
+
'quantic-color-warning-950-rgb': 34 14 0,
|
|
154
154
|
'quantic-color-success-25': #f6fef9,
|
|
155
155
|
'quantic-color-success-50': #ecfdf3,
|
|
156
156
|
'quantic-color-success-100': #dcfae6,
|
|
@@ -343,30 +343,30 @@ $tokens: (
|
|
|
343
343
|
'quantic-color-gray-warm-800-rgb': 41 37 36,
|
|
344
344
|
'quantic-color-gray-warm-900-rgb': 28 25 23,
|
|
345
345
|
'quantic-color-gray-warm-950-rgb': 23 20 18,
|
|
346
|
-
'quantic-color-moss-25': #
|
|
347
|
-
'quantic-color-moss-50': #
|
|
348
|
-
'quantic-color-moss-100': #
|
|
349
|
-
'quantic-color-moss-200': #
|
|
350
|
-
'quantic-color-moss-300': #
|
|
351
|
-
'quantic-color-moss-400': #
|
|
352
|
-
'quantic-color-moss-500': #
|
|
353
|
-
'quantic-color-moss-600': #
|
|
354
|
-
'quantic-color-moss-700': #
|
|
355
|
-
'quantic-color-moss-800': #
|
|
356
|
-
'quantic-color-moss-900': #
|
|
357
|
-
'quantic-color-moss-950': #
|
|
358
|
-
'quantic-color-moss-25-rgb':
|
|
359
|
-
'quantic-color-moss-50-rgb':
|
|
360
|
-
'quantic-color-moss-100-rgb':
|
|
361
|
-
'quantic-color-moss-200-rgb':
|
|
362
|
-
'quantic-color-moss-300-rgb':
|
|
363
|
-
'quantic-color-moss-400-rgb':
|
|
364
|
-
'quantic-color-moss-500-rgb':
|
|
365
|
-
'quantic-color-moss-600-rgb':
|
|
366
|
-
'quantic-color-moss-700-rgb':
|
|
367
|
-
'quantic-color-moss-800-rgb':
|
|
368
|
-
'quantic-color-moss-900-rgb':
|
|
369
|
-
'quantic-color-moss-950-rgb':
|
|
346
|
+
'quantic-color-moss-25': #f5f8f3,
|
|
347
|
+
'quantic-color-moss-50': #ecf1e7,
|
|
348
|
+
'quantic-color-moss-100': #dae5cf,
|
|
349
|
+
'quantic-color-moss-200': #b5cc9c,
|
|
350
|
+
'quantic-color-moss-300': #92b46a,
|
|
351
|
+
'quantic-color-moss-400': #739c3b,
|
|
352
|
+
'quantic-color-moss-500': #578103,
|
|
353
|
+
'quantic-color-moss-600': #476b00,
|
|
354
|
+
'quantic-color-moss-700': #365300,
|
|
355
|
+
'quantic-color-moss-800': #253a00,
|
|
356
|
+
'quantic-color-moss-900': #142300,
|
|
357
|
+
'quantic-color-moss-950': #0c1800,
|
|
358
|
+
'quantic-color-moss-25-rgb': 245 248 243,
|
|
359
|
+
'quantic-color-moss-50-rgb': 236 241 231,
|
|
360
|
+
'quantic-color-moss-100-rgb': 218 229 207,
|
|
361
|
+
'quantic-color-moss-200-rgb': 181 204 156,
|
|
362
|
+
'quantic-color-moss-300-rgb': 146 180 106,
|
|
363
|
+
'quantic-color-moss-400-rgb': 115 156 59,
|
|
364
|
+
'quantic-color-moss-500-rgb': 87 129 3,
|
|
365
|
+
'quantic-color-moss-600-rgb': 71 107 0,
|
|
366
|
+
'quantic-color-moss-700-rgb': 54 83 0,
|
|
367
|
+
'quantic-color-moss-800-rgb': 37 58 0,
|
|
368
|
+
'quantic-color-moss-900-rgb': 20 35 0,
|
|
369
|
+
'quantic-color-moss-950-rgb': 12 24 0,
|
|
370
370
|
'quantic-color-green-light-25': #fafef5,
|
|
371
371
|
'quantic-color-green-light-50': #f3fee7,
|
|
372
372
|
'quantic-color-green-light-100': #e3fbcc,
|
|
@@ -391,30 +391,30 @@ $tokens: (
|
|
|
391
391
|
'quantic-color-green-light-800-rgb': 50 98 18,
|
|
392
392
|
'quantic-color-green-light-900-rgb': 43 83 20,
|
|
393
393
|
'quantic-color-green-light-950-rgb': 21 41 10,
|
|
394
|
-
'quantic-color-green-25': #
|
|
395
|
-
'quantic-color-green-50': #
|
|
396
|
-
'quantic-color-green-100': #
|
|
397
|
-
'quantic-color-green-200': #
|
|
394
|
+
'quantic-color-green-25': #f2f9f4,
|
|
395
|
+
'quantic-color-green-50': #e6f3ea,
|
|
396
|
+
'quantic-color-green-100': #cbe9d6,
|
|
397
|
+
'quantic-color-green-200': #92d4ad,
|
|
398
398
|
'quantic-color-green-300': #17c484,
|
|
399
399
|
'quantic-color-green-400': #12a66f,
|
|
400
400
|
'quantic-color-green-500': #0b8759,
|
|
401
|
-
'quantic-color-green-600': #
|
|
402
|
-
'quantic-color-green-700': #
|
|
403
|
-
'quantic-color-green-800': #
|
|
404
|
-
'quantic-color-green-900': #
|
|
405
|
-
'quantic-color-green-950': #
|
|
406
|
-
'quantic-color-green-25-rgb':
|
|
407
|
-
'quantic-color-green-50-rgb':
|
|
408
|
-
'quantic-color-green-100-rgb':
|
|
409
|
-
'quantic-color-green-200-rgb':
|
|
401
|
+
'quantic-color-green-600': #007145,
|
|
402
|
+
'quantic-color-green-700': #005734,
|
|
403
|
+
'quantic-color-green-800': #003d23,
|
|
404
|
+
'quantic-color-green-900': #002513,
|
|
405
|
+
'quantic-color-green-950': #001a0c,
|
|
406
|
+
'quantic-color-green-25-rgb': 242 249 244,
|
|
407
|
+
'quantic-color-green-50-rgb': 230 243 234,
|
|
408
|
+
'quantic-color-green-100-rgb': 203 233 214,
|
|
409
|
+
'quantic-color-green-200-rgb': 146 212 173,
|
|
410
410
|
'quantic-color-green-300-rgb': 23 196 132,
|
|
411
411
|
'quantic-color-green-400-rgb': 18 166 111,
|
|
412
412
|
'quantic-color-green-500-rgb': 11 135 89,
|
|
413
|
-
'quantic-color-green-600-rgb':
|
|
414
|
-
'quantic-color-green-700-rgb':
|
|
415
|
-
'quantic-color-green-800-rgb':
|
|
416
|
-
'quantic-color-green-900-rgb':
|
|
417
|
-
'quantic-color-green-950-rgb':
|
|
413
|
+
'quantic-color-green-600-rgb': 0 113 69,
|
|
414
|
+
'quantic-color-green-700-rgb': 0 87 52,
|
|
415
|
+
'quantic-color-green-800-rgb': 0 61 35,
|
|
416
|
+
'quantic-color-green-900-rgb': 0 37 19,
|
|
417
|
+
'quantic-color-green-950-rgb': 0 26 12,
|
|
418
418
|
'quantic-color-teal-25': #f6fefc,
|
|
419
419
|
'quantic-color-teal-50': #f0fdf9,
|
|
420
420
|
'quantic-color-teal-100': #ccfbef,
|
|
@@ -439,30 +439,30 @@ $tokens: (
|
|
|
439
439
|
'quantic-color-teal-800-rgb': 18 93 86,
|
|
440
440
|
'quantic-color-teal-900-rgb': 19 78 72,
|
|
441
441
|
'quantic-color-teal-950-rgb': 10 41 38,
|
|
442
|
-
'quantic-color-cyan-25': #
|
|
443
|
-
'quantic-color-cyan-50': #
|
|
444
|
-
'quantic-color-cyan-100': #
|
|
445
|
-
'quantic-color-cyan-200': #
|
|
446
|
-
'quantic-color-cyan-300': #
|
|
447
|
-
'quantic-color-cyan-400': #
|
|
448
|
-
'quantic-color-cyan-500': #
|
|
449
|
-
'quantic-color-cyan-600': #
|
|
450
|
-
'quantic-color-cyan-700': #
|
|
451
|
-
'quantic-color-cyan-800': #
|
|
452
|
-
'quantic-color-cyan-900': #
|
|
453
|
-
'quantic-color-cyan-950': #
|
|
454
|
-
'quantic-color-cyan-25-rgb':
|
|
455
|
-
'quantic-color-cyan-50-rgb':
|
|
456
|
-
'quantic-color-cyan-100-rgb':
|
|
457
|
-
'quantic-color-cyan-200-rgb':
|
|
458
|
-
'quantic-color-cyan-300-rgb':
|
|
459
|
-
'quantic-color-cyan-400-rgb':
|
|
460
|
-
'quantic-color-cyan-500-rgb':
|
|
461
|
-
'quantic-color-cyan-600-rgb':
|
|
462
|
-
'quantic-color-cyan-700-rgb':
|
|
463
|
-
'quantic-color-cyan-800-rgb':
|
|
464
|
-
'quantic-color-cyan-900-rgb':
|
|
465
|
-
'quantic-color-cyan-950-rgb':
|
|
442
|
+
'quantic-color-cyan-25': #f2f8f8,
|
|
443
|
+
'quantic-color-cyan-50': #e5f3f2,
|
|
444
|
+
'quantic-color-cyan-100': #c9e7e7,
|
|
445
|
+
'quantic-color-cyan-200': #8cd1d0,
|
|
446
|
+
'quantic-color-cyan-300': #40bbbb,
|
|
447
|
+
'quantic-color-cyan-400': #00a1a1,
|
|
448
|
+
'quantic-color-cyan-500': #008383,
|
|
449
|
+
'quantic-color-cyan-600': #006c6d,
|
|
450
|
+
'quantic-color-cyan-700': #005454,
|
|
451
|
+
'quantic-color-cyan-800': #003b3b,
|
|
452
|
+
'quantic-color-cyan-900': #002323,
|
|
453
|
+
'quantic-color-cyan-950': #001818,
|
|
454
|
+
'quantic-color-cyan-25-rgb': 242 248 248,
|
|
455
|
+
'quantic-color-cyan-50-rgb': 229 243 242,
|
|
456
|
+
'quantic-color-cyan-100-rgb': 201 231 231,
|
|
457
|
+
'quantic-color-cyan-200-rgb': 140 209 208,
|
|
458
|
+
'quantic-color-cyan-300-rgb': 64 187 187,
|
|
459
|
+
'quantic-color-cyan-400-rgb': 0 161 161,
|
|
460
|
+
'quantic-color-cyan-500-rgb': 0 131 131,
|
|
461
|
+
'quantic-color-cyan-600-rgb': 0 108 109,
|
|
462
|
+
'quantic-color-cyan-700-rgb': 0 84 84,
|
|
463
|
+
'quantic-color-cyan-800-rgb': 0 59 59,
|
|
464
|
+
'quantic-color-cyan-900-rgb': 0 35 35,
|
|
465
|
+
'quantic-color-cyan-950-rgb': 0 24 24,
|
|
466
466
|
'quantic-color-blue-light-25': #f5fbff,
|
|
467
467
|
'quantic-color-blue-light-50': #f0f9ff,
|
|
468
468
|
'quantic-color-blue-light-100': #e0f2fe,
|
|
@@ -487,30 +487,30 @@ $tokens: (
|
|
|
487
487
|
'quantic-color-blue-light-800-rgb': 6 89 134,
|
|
488
488
|
'quantic-color-blue-light-900-rgb': 11 74 111,
|
|
489
489
|
'quantic-color-blue-light-950-rgb': 6 44 65,
|
|
490
|
-
'quantic-color-blue-25': #
|
|
491
|
-
'quantic-color-blue-50': #
|
|
492
|
-
'quantic-color-blue-100': #
|
|
493
|
-
'quantic-color-blue-200': #
|
|
494
|
-
'quantic-color-blue-300': #
|
|
495
|
-
'quantic-color-blue-400': #
|
|
496
|
-
'quantic-color-blue-500': #
|
|
497
|
-
'quantic-color-blue-600': #
|
|
498
|
-
'quantic-color-blue-700': #
|
|
499
|
-
'quantic-color-blue-800': #
|
|
500
|
-
'quantic-color-blue-900': #
|
|
501
|
-
'quantic-color-blue-950': #
|
|
502
|
-
'quantic-color-blue-25-rgb':
|
|
503
|
-
'quantic-color-blue-50-rgb':
|
|
504
|
-
'quantic-color-blue-100-rgb':
|
|
505
|
-
'quantic-color-blue-200-rgb':
|
|
506
|
-
'quantic-color-blue-300-rgb':
|
|
507
|
-
'quantic-color-blue-400-rgb':
|
|
508
|
-
'quantic-color-blue-500-rgb':
|
|
509
|
-
'quantic-color-blue-600-rgb':
|
|
510
|
-
'quantic-color-blue-700-rgb':
|
|
511
|
-
'quantic-color-blue-800-rgb':
|
|
512
|
-
'quantic-color-blue-900-rgb':
|
|
513
|
-
'quantic-color-blue-950-rgb':
|
|
490
|
+
'quantic-color-blue-25': #f2f8fb,
|
|
491
|
+
'quantic-color-blue-50': #e6f1f8,
|
|
492
|
+
'quantic-color-blue-100': #cde4f3,
|
|
493
|
+
'quantic-color-blue-200': #98caea,
|
|
494
|
+
'quantic-color-blue-300': #5fb0e1,
|
|
495
|
+
'quantic-color-blue-400': #1997d3,
|
|
496
|
+
'quantic-color-blue-500': #007baf,
|
|
497
|
+
'quantic-color-blue-600': #006692,
|
|
498
|
+
'quantic-color-blue-700': #004f72,
|
|
499
|
+
'quantic-color-blue-800': #003751,
|
|
500
|
+
'quantic-color-blue-900': #002032,
|
|
501
|
+
'quantic-color-blue-950': #001624,
|
|
502
|
+
'quantic-color-blue-25-rgb': 242 248 251,
|
|
503
|
+
'quantic-color-blue-50-rgb': 230 241 248,
|
|
504
|
+
'quantic-color-blue-100-rgb': 205 228 243,
|
|
505
|
+
'quantic-color-blue-200-rgb': 152 202 234,
|
|
506
|
+
'quantic-color-blue-300-rgb': 95 176 225,
|
|
507
|
+
'quantic-color-blue-400-rgb': 25 151 211,
|
|
508
|
+
'quantic-color-blue-500-rgb': 0 123 175,
|
|
509
|
+
'quantic-color-blue-600-rgb': 0 102 146,
|
|
510
|
+
'quantic-color-blue-700-rgb': 0 79 114,
|
|
511
|
+
'quantic-color-blue-800-rgb': 0 55 81,
|
|
512
|
+
'quantic-color-blue-900-rgb': 0 32 50,
|
|
513
|
+
'quantic-color-blue-950-rgb': 0 22 36,
|
|
514
514
|
'quantic-color-blue-dark-25': #f5f8ff,
|
|
515
515
|
'quantic-color-blue-dark-50': #eff4ff,
|
|
516
516
|
'quantic-color-blue-dark-100': #d1e0ff,
|
|
@@ -535,54 +535,54 @@ $tokens: (
|
|
|
535
535
|
'quantic-color-blue-dark-800-rgb': 0 64 193,
|
|
536
536
|
'quantic-color-blue-dark-900-rgb': 0 53 158,
|
|
537
537
|
'quantic-color-blue-dark-950-rgb': 0 34 102,
|
|
538
|
-
'quantic-color-indigo-25': #
|
|
539
|
-
'quantic-color-indigo-50': #
|
|
540
|
-
'quantic-color-indigo-100': #
|
|
541
|
-
'quantic-color-indigo-200': #
|
|
542
|
-
'quantic-color-indigo-300': #
|
|
543
|
-
'quantic-color-indigo-400': #
|
|
544
|
-
'quantic-color-indigo-500': #
|
|
545
|
-
'quantic-color-indigo-600': #
|
|
546
|
-
'quantic-color-indigo-700': #
|
|
547
|
-
'quantic-color-indigo-800': #
|
|
548
|
-
'quantic-color-indigo-900': #
|
|
549
|
-
'quantic-color-indigo-950': #
|
|
550
|
-
'quantic-color-indigo-25-rgb':
|
|
551
|
-
'quantic-color-indigo-50-rgb':
|
|
552
|
-
'quantic-color-indigo-100-rgb': 224
|
|
553
|
-
'quantic-color-indigo-200-rgb':
|
|
554
|
-
'quantic-color-indigo-300-rgb':
|
|
555
|
-
'quantic-color-indigo-400-rgb':
|
|
556
|
-
'quantic-color-indigo-500-rgb':
|
|
557
|
-
'quantic-color-indigo-600-rgb':
|
|
558
|
-
'quantic-color-indigo-700-rgb':
|
|
559
|
-
'quantic-color-indigo-800-rgb':
|
|
560
|
-
'quantic-color-indigo-900-rgb':
|
|
561
|
-
'quantic-color-indigo-950-rgb':
|
|
562
|
-
'quantic-color-violet-25': #
|
|
563
|
-
'quantic-color-violet-50': #
|
|
564
|
-
'quantic-color-violet-100': #
|
|
565
|
-
'quantic-color-violet-200': #
|
|
566
|
-
'quantic-color-violet-300': #
|
|
567
|
-
'quantic-color-violet-400': #
|
|
568
|
-
'quantic-color-violet-500': #
|
|
569
|
-
'quantic-color-violet-600': #
|
|
570
|
-
'quantic-color-violet-700': #
|
|
571
|
-
'quantic-color-violet-800': #
|
|
572
|
-
'quantic-color-violet-900': #
|
|
573
|
-
'quantic-color-violet-950': #
|
|
574
|
-
'quantic-color-violet-25-rgb':
|
|
575
|
-
'quantic-color-violet-50-rgb':
|
|
576
|
-
'quantic-color-violet-100-rgb':
|
|
577
|
-
'quantic-color-violet-200-rgb':
|
|
578
|
-
'quantic-color-violet-300-rgb':
|
|
579
|
-
'quantic-color-violet-400-rgb':
|
|
580
|
-
'quantic-color-violet-500-rgb':
|
|
581
|
-
'quantic-color-violet-600-rgb':
|
|
582
|
-
'quantic-color-violet-700-rgb':
|
|
583
|
-
'quantic-color-violet-800-rgb':
|
|
584
|
-
'quantic-color-violet-900-rgb':
|
|
585
|
-
'quantic-color-violet-950-rgb':
|
|
538
|
+
'quantic-color-indigo-25': #f4f7fc,
|
|
539
|
+
'quantic-color-indigo-50': #eaeffa,
|
|
540
|
+
'quantic-color-indigo-100': #d6e0f6,
|
|
541
|
+
'quantic-color-indigo-200': #adc2f1,
|
|
542
|
+
'quantic-color-indigo-300': #86a5ea,
|
|
543
|
+
'quantic-color-indigo-400': #6489de,
|
|
544
|
+
'quantic-color-indigo-500': #476dc6,
|
|
545
|
+
'quantic-color-indigo-600': #3759ab,
|
|
546
|
+
'quantic-color-indigo-700': #284488,
|
|
547
|
+
'quantic-color-indigo-800': #1a2f62,
|
|
548
|
+
'quantic-color-indigo-900': #0c1b3e,
|
|
549
|
+
'quantic-color-indigo-950': #06112f,
|
|
550
|
+
'quantic-color-indigo-25-rgb': 244 247 252,
|
|
551
|
+
'quantic-color-indigo-50-rgb': 234 239 250,
|
|
552
|
+
'quantic-color-indigo-100-rgb': 214 224 246,
|
|
553
|
+
'quantic-color-indigo-200-rgb': 173 194 241,
|
|
554
|
+
'quantic-color-indigo-300-rgb': 134 165 234,
|
|
555
|
+
'quantic-color-indigo-400-rgb': 100 137 222,
|
|
556
|
+
'quantic-color-indigo-500-rgb': 71 109 198,
|
|
557
|
+
'quantic-color-indigo-600-rgb': 55 89 171,
|
|
558
|
+
'quantic-color-indigo-700-rgb': 40 68 136,
|
|
559
|
+
'quantic-color-indigo-800-rgb': 26 47 98,
|
|
560
|
+
'quantic-color-indigo-900-rgb': 12 27 62,
|
|
561
|
+
'quantic-color-indigo-950-rgb': 6 17 47,
|
|
562
|
+
'quantic-color-violet-25': #f7f6fb,
|
|
563
|
+
'quantic-color-violet-50': #f0edf8,
|
|
564
|
+
'quantic-color-violet-100': #e1dcf4,
|
|
565
|
+
'quantic-color-violet-200': #c6baeb,
|
|
566
|
+
'quantic-color-violet-300': #ac98e2,
|
|
567
|
+
'quantic-color-violet-400': #947ad4,
|
|
568
|
+
'quantic-color-violet-500': #7b5cbc,
|
|
569
|
+
'quantic-color-violet-600': #674aa2,
|
|
570
|
+
'quantic-color-violet-700': #503781,
|
|
571
|
+
'quantic-color-violet-800': #38255d,
|
|
572
|
+
'quantic-color-violet-900': #21143a,
|
|
573
|
+
'quantic-color-violet-950': #170c2b,
|
|
574
|
+
'quantic-color-violet-25-rgb': 247 246 251,
|
|
575
|
+
'quantic-color-violet-50-rgb': 240 237 248,
|
|
576
|
+
'quantic-color-violet-100-rgb': 225 220 244,
|
|
577
|
+
'quantic-color-violet-200-rgb': 198 186 235,
|
|
578
|
+
'quantic-color-violet-300-rgb': 172 152 226,
|
|
579
|
+
'quantic-color-violet-400-rgb': 148 122 212,
|
|
580
|
+
'quantic-color-violet-500-rgb': 123 92 188,
|
|
581
|
+
'quantic-color-violet-600-rgb': 103 74 162,
|
|
582
|
+
'quantic-color-violet-700-rgb': 80 55 129,
|
|
583
|
+
'quantic-color-violet-800-rgb': 56 37 93,
|
|
584
|
+
'quantic-color-violet-900-rgb': 33 20 58,
|
|
585
|
+
'quantic-color-violet-950-rgb': 23 12 43,
|
|
586
586
|
'quantic-color-purple-25': #fafaff,
|
|
587
587
|
'quantic-color-purple-50': #f4f3ff,
|
|
588
588
|
'quantic-color-purple-100': #ebe9fe,
|
|
@@ -607,54 +607,54 @@ $tokens: (
|
|
|
607
607
|
'quantic-color-purple-800-rgb': 74 31 184,
|
|
608
608
|
'quantic-color-purple-900-rgb': 62 28 150,
|
|
609
609
|
'quantic-color-purple-950-rgb': 39 17 95,
|
|
610
|
-
'quantic-color-fuchsia-25': #
|
|
611
|
-
'quantic-color-fuchsia-50': #
|
|
612
|
-
'quantic-color-fuchsia-100': #
|
|
613
|
-
'quantic-color-fuchsia-200': #
|
|
614
|
-
'quantic-color-fuchsia-300': #
|
|
615
|
-
'quantic-color-fuchsia-400': #
|
|
616
|
-
'quantic-color-fuchsia-500': #
|
|
617
|
-
'quantic-color-fuchsia-600': #
|
|
618
|
-
'quantic-color-fuchsia-700': #
|
|
619
|
-
'quantic-color-fuchsia-800': #
|
|
620
|
-
'quantic-color-fuchsia-900': #
|
|
621
|
-
'quantic-color-fuchsia-950': #
|
|
622
|
-
'quantic-color-fuchsia-25-rgb':
|
|
623
|
-
'quantic-color-fuchsia-50-rgb':
|
|
624
|
-
'quantic-color-fuchsia-100-rgb':
|
|
625
|
-
'quantic-color-fuchsia-200-rgb':
|
|
626
|
-
'quantic-color-fuchsia-300-rgb':
|
|
627
|
-
'quantic-color-fuchsia-400-rgb':
|
|
628
|
-
'quantic-color-fuchsia-500-rgb':
|
|
629
|
-
'quantic-color-fuchsia-600-rgb':
|
|
630
|
-
'quantic-color-fuchsia-700-rgb':
|
|
631
|
-
'quantic-color-fuchsia-800-rgb':
|
|
632
|
-
'quantic-color-fuchsia-900-rgb':
|
|
633
|
-
'quantic-color-fuchsia-950-rgb':
|
|
634
|
-
'quantic-color-pink-25': #
|
|
635
|
-
'quantic-color-pink-50': #
|
|
636
|
-
'quantic-color-pink-100': #
|
|
637
|
-
'quantic-color-pink-200': #
|
|
638
|
-
'quantic-color-pink-300': #
|
|
639
|
-
'quantic-color-pink-400': #
|
|
640
|
-
'quantic-color-pink-500': #
|
|
641
|
-
'quantic-color-pink-600': #
|
|
642
|
-
'quantic-color-pink-700': #
|
|
643
|
-
'quantic-color-pink-800': #
|
|
644
|
-
'quantic-color-pink-900': #
|
|
645
|
-
'quantic-color-pink-950': #
|
|
646
|
-
'quantic-color-pink-25-rgb':
|
|
647
|
-
'quantic-color-pink-50-rgb':
|
|
648
|
-
'quantic-color-pink-100-rgb':
|
|
649
|
-
'quantic-color-pink-200-rgb':
|
|
650
|
-
'quantic-color-pink-300-rgb':
|
|
651
|
-
'quantic-color-pink-400-rgb':
|
|
652
|
-
'quantic-color-pink-500-rgb':
|
|
653
|
-
'quantic-color-pink-600-rgb':
|
|
654
|
-
'quantic-color-pink-700-rgb':
|
|
655
|
-
'quantic-color-pink-800-rgb':
|
|
656
|
-
'quantic-color-pink-900-rgb':
|
|
657
|
-
'quantic-color-pink-950-rgb':
|
|
610
|
+
'quantic-color-fuchsia-25': #faf5f9,
|
|
611
|
+
'quantic-color-fuchsia-50': #f5ecf4,
|
|
612
|
+
'quantic-color-fuchsia-100': #ecd9eb,
|
|
613
|
+
'quantic-color-fuchsia-200': #dbb3da,
|
|
614
|
+
'quantic-color-fuchsia-300': #ca8ec9,
|
|
615
|
+
'quantic-color-fuchsia-400': #b76db7,
|
|
616
|
+
'quantic-color-fuchsia-500': #9d4f9d,
|
|
617
|
+
'quantic-color-fuchsia-600': #853d86,
|
|
618
|
+
'quantic-color-fuchsia-700': #692d69,
|
|
619
|
+
'quantic-color-fuchsia-800': #4b1d4b,
|
|
620
|
+
'quantic-color-fuchsia-900': #2e0f2e,
|
|
621
|
+
'quantic-color-fuchsia-950': #210822,
|
|
622
|
+
'quantic-color-fuchsia-25-rgb': 250 245 249,
|
|
623
|
+
'quantic-color-fuchsia-50-rgb': 245 236 244,
|
|
624
|
+
'quantic-color-fuchsia-100-rgb': 236 217 235,
|
|
625
|
+
'quantic-color-fuchsia-200-rgb': 219 179 218,
|
|
626
|
+
'quantic-color-fuchsia-300-rgb': 202 142 201,
|
|
627
|
+
'quantic-color-fuchsia-400-rgb': 183 109 183,
|
|
628
|
+
'quantic-color-fuchsia-500-rgb': 157 79 157,
|
|
629
|
+
'quantic-color-fuchsia-600-rgb': 133 61 134,
|
|
630
|
+
'quantic-color-fuchsia-700-rgb': 105 45 105,
|
|
631
|
+
'quantic-color-fuchsia-800-rgb': 75 29 75,
|
|
632
|
+
'quantic-color-fuchsia-900-rgb': 46 15 46,
|
|
633
|
+
'quantic-color-fuchsia-950-rgb': 33 8 34,
|
|
634
|
+
'quantic-color-pink-25': #fbf5f7,
|
|
635
|
+
'quantic-color-pink-50': #f8ebef,
|
|
636
|
+
'quantic-color-pink-100': #f3d8e0,
|
|
637
|
+
'quantic-color-pink-200': #e9b0c2,
|
|
638
|
+
'quantic-color-pink-300': #dc8aa6,
|
|
639
|
+
'quantic-color-pink-400': #cc678c,
|
|
640
|
+
'quantic-color-pink-500': #b14772,
|
|
641
|
+
'quantic-color-pink-600': #98355e,
|
|
642
|
+
'quantic-color-pink-700': #782648,
|
|
643
|
+
'quantic-color-pink-800': #561832,
|
|
644
|
+
'quantic-color-pink-900': #360b1d,
|
|
645
|
+
'quantic-color-pink-950': #280514,
|
|
646
|
+
'quantic-color-pink-25-rgb': 251 245 247,
|
|
647
|
+
'quantic-color-pink-50-rgb': 248 235 239,
|
|
648
|
+
'quantic-color-pink-100-rgb': 243 216 224,
|
|
649
|
+
'quantic-color-pink-200-rgb': 233 176 194,
|
|
650
|
+
'quantic-color-pink-300-rgb': 220 138 166,
|
|
651
|
+
'quantic-color-pink-400-rgb': 204 103 140,
|
|
652
|
+
'quantic-color-pink-500-rgb': 177 71 114,
|
|
653
|
+
'quantic-color-pink-600-rgb': 152 53 94,
|
|
654
|
+
'quantic-color-pink-700-rgb': 120 38 72,
|
|
655
|
+
'quantic-color-pink-800-rgb': 86 24 50,
|
|
656
|
+
'quantic-color-pink-900-rgb': 54 11 29,
|
|
657
|
+
'quantic-color-pink-950-rgb': 40 5 20,
|
|
658
658
|
'quantic-color-rose-25': #fff5f6,
|
|
659
659
|
'quantic-color-rose-50': #fff1f3,
|
|
660
660
|
'quantic-color-rose-100': #ffe4e8,
|
|
@@ -727,30 +727,30 @@ $tokens: (
|
|
|
727
727
|
'quantic-color-orange-800-rgb': 147 47 25,
|
|
728
728
|
'quantic-color-orange-900-rgb': 119 41 23,
|
|
729
729
|
'quantic-color-orange-950-rgb': 81 28 16,
|
|
730
|
-
'quantic-color-yellow-25': #
|
|
731
|
-
'quantic-color-yellow-50': #
|
|
732
|
-
'quantic-color-yellow-100': #
|
|
733
|
-
'quantic-color-yellow-200': #
|
|
734
|
-
'quantic-color-yellow-300': #
|
|
735
|
-
'quantic-color-yellow-400': #
|
|
736
|
-
'quantic-color-yellow-500': #
|
|
737
|
-
'quantic-color-yellow-600': #
|
|
738
|
-
'quantic-color-yellow-700': #
|
|
739
|
-
'quantic-color-yellow-800': #
|
|
740
|
-
'quantic-color-yellow-900': #
|
|
741
|
-
'quantic-color-yellow-950': #
|
|
742
|
-
'quantic-color-yellow-25-rgb':
|
|
743
|
-
'quantic-color-yellow-50-rgb':
|
|
744
|
-
'quantic-color-yellow-100-rgb':
|
|
745
|
-
'quantic-color-yellow-200-rgb':
|
|
746
|
-
'quantic-color-yellow-300-rgb':
|
|
747
|
-
'quantic-color-yellow-400-rgb':
|
|
748
|
-
'quantic-color-yellow-500-rgb':
|
|
749
|
-
'quantic-color-yellow-600-rgb':
|
|
750
|
-
'quantic-color-yellow-700-rgb':
|
|
751
|
-
'quantic-color-yellow-800-rgb':
|
|
752
|
-
'quantic-color-yellow-900-rgb':
|
|
753
|
-
'quantic-color-yellow-950-rgb':
|
|
730
|
+
'quantic-color-yellow-25': #f8f7f1,
|
|
731
|
+
'quantic-color-yellow-50': #f2efe4,
|
|
732
|
+
'quantic-color-yellow-100': #e6e1c9,
|
|
733
|
+
'quantic-color-yellow-200': #d0c38f,
|
|
734
|
+
'quantic-color-yellow-300': #baa653,
|
|
735
|
+
'quantic-color-yellow-400': #a58b00,
|
|
736
|
+
'quantic-color-yellow-500': #867100,
|
|
737
|
+
'quantic-color-yellow-600': #6f5d00,
|
|
738
|
+
'quantic-color-yellow-700': #564800,
|
|
739
|
+
'quantic-color-yellow-800': #3d3200,
|
|
740
|
+
'quantic-color-yellow-900': #241d00,
|
|
741
|
+
'quantic-color-yellow-950': #191300,
|
|
742
|
+
'quantic-color-yellow-25-rgb': 248 247 241,
|
|
743
|
+
'quantic-color-yellow-50-rgb': 242 239 228,
|
|
744
|
+
'quantic-color-yellow-100-rgb': 230 225 201,
|
|
745
|
+
'quantic-color-yellow-200-rgb': 208 195 143,
|
|
746
|
+
'quantic-color-yellow-300-rgb': 186 166 83,
|
|
747
|
+
'quantic-color-yellow-400-rgb': 165 139 0,
|
|
748
|
+
'quantic-color-yellow-500-rgb': 134 113 0,
|
|
749
|
+
'quantic-color-yellow-600-rgb': 111 93 0,
|
|
750
|
+
'quantic-color-yellow-700-rgb': 86 72 0,
|
|
751
|
+
'quantic-color-yellow-800-rgb': 61 50 0,
|
|
752
|
+
'quantic-color-yellow-900-rgb': 36 29 0,
|
|
753
|
+
'quantic-color-yellow-950-rgb': 25 19 0,
|
|
754
754
|
'quantic-spacing-0': 0,
|
|
755
755
|
'quantic-spacing-1': 0.25rem,
|
|
756
756
|
'quantic-spacing-2': 0.5rem,
|
|
@@ -784,6 +784,7 @@ $tokens: (
|
|
|
784
784
|
'quantic-spacing-480': 120rem,
|
|
785
785
|
'quantic-spacing-0-5': 0.125rem,
|
|
786
786
|
'quantic-spacing-1-5': 0.375rem,
|
|
787
|
+
'quantic-radius-none': 0,
|
|
787
788
|
'quantic-radius-xxs': 0.125rem,
|
|
788
789
|
'quantic-radius-xs': 0.25rem,
|
|
789
790
|
'quantic-radius-sm': 0.375rem,
|
|
@@ -894,16 +895,16 @@ $tokens: (
|
|
|
894
895
|
'quantic-text-brand-tertiary-rgb': 148 151 156,
|
|
895
896
|
'quantic-text-brand-tertiary-alt': #f7f7f7,
|
|
896
897
|
'quantic-text-brand-tertiary-alt-rgb': 247 247 247,
|
|
897
|
-
'quantic-text-error-primary': #
|
|
898
|
-
'quantic-text-error-primary-rgb':
|
|
899
|
-
'quantic-text-error-primary-hover': #
|
|
900
|
-
'quantic-text-error-primary-hover-rgb':
|
|
901
|
-
'quantic-text-warning-primary': #
|
|
902
|
-
'quantic-text-warning-primary-rgb':
|
|
898
|
+
'quantic-text-error-primary': #d1695c,
|
|
899
|
+
'quantic-text-error-primary-rgb': 209 105 92,
|
|
900
|
+
'quantic-text-error-primary-hover': #e18c80,
|
|
901
|
+
'quantic-text-error-primary-hover-rgb': 225 140 128,
|
|
902
|
+
'quantic-text-warning-primary': #c77629,
|
|
903
|
+
'quantic-text-warning-primary-rgb': 199 118 41,
|
|
903
904
|
'quantic-text-success-primary': #47cd89,
|
|
904
905
|
'quantic-text-success-primary-rgb': 71 205 137,
|
|
905
|
-
'quantic-text-logo-green': #
|
|
906
|
-
'quantic-text-logo-green-rgb':
|
|
906
|
+
'quantic-text-logo-green': #12a66f,
|
|
907
|
+
'quantic-text-logo-green-rgb': 18 166 111,
|
|
907
908
|
'quantic-text-logo-neutral': #d5d7da,
|
|
908
909
|
'quantic-text-logo-neutral-rgb': 213 215 218,
|
|
909
910
|
'quantic-border-primary': #373a41,
|
|
@@ -922,10 +923,10 @@ $tokens: (
|
|
|
922
923
|
'quantic-border-brand-rgb': 18 166 111,
|
|
923
924
|
'quantic-border-brand-alt': #373a41,
|
|
924
925
|
'quantic-border-brand-alt-rgb': 55 58 65,
|
|
925
|
-
'quantic-border-error': #
|
|
926
|
-
'quantic-border-error-rgb':
|
|
927
|
-
'quantic-border-error-subtle': #
|
|
928
|
-
'quantic-border-error-subtle-rgb':
|
|
926
|
+
'quantic-border-error': #d1695c,
|
|
927
|
+
'quantic-border-error-rgb': 209 105 92,
|
|
928
|
+
'quantic-border-error-subtle': #b74a3d,
|
|
929
|
+
'quantic-border-error-subtle-rgb': 183 74 61,
|
|
929
930
|
'quantic-fg-primary': #ffffff,
|
|
930
931
|
'quantic-fg-primary-rgb': 255 255 255,
|
|
931
932
|
'quantic-alpha-white-10': rgba(12, 14, 18, 0.1),
|
|
@@ -956,14 +957,14 @@ $tokens: (
|
|
|
956
957
|
'quantic-app-store-badge-border-rgb': 255 255 255,
|
|
957
958
|
'quantic-avatar-styles-bg-neutral': #e0e0e0,
|
|
958
959
|
'quantic-avatar-styles-bg-neutral-rgb': 224 224 224,
|
|
959
|
-
'quantic-button-primary-icon': #
|
|
960
|
-
'quantic-button-primary-icon-rgb':
|
|
961
|
-
'quantic-button-primary-icon-hover': #
|
|
962
|
-
'quantic-button-primary-icon-hover-rgb':
|
|
963
|
-
'quantic-button-destructive-primary-icon': #
|
|
964
|
-
'quantic-button-destructive-primary-icon-rgb':
|
|
965
|
-
'quantic-button-destructive-primary-icon-hover': #
|
|
966
|
-
'quantic-button-destructive-primary-icon-hover-rgb':
|
|
960
|
+
'quantic-button-primary-icon': #001a0c,
|
|
961
|
+
'quantic-button-primary-icon-rgb': 0 26 12,
|
|
962
|
+
'quantic-button-primary-icon-hover': #001a0c,
|
|
963
|
+
'quantic-button-primary-icon-hover-rgb': 0 26 12,
|
|
964
|
+
'quantic-button-destructive-primary-icon': #e18c80,
|
|
965
|
+
'quantic-button-destructive-primary-icon-rgb': 225 140 128,
|
|
966
|
+
'quantic-button-destructive-primary-icon-hover': #ecb2a9,
|
|
967
|
+
'quantic-button-destructive-primary-icon-hover-rgb': 236 178 169,
|
|
967
968
|
'quantic-button-tertiary': rgba(19, 22, 27, 0.5),
|
|
968
969
|
'quantic-button-tertiary-hover': #1a1e25,
|
|
969
970
|
'quantic-button-tertiary-hover-rgb': 26 30 37,
|
|
@@ -975,14 +976,14 @@ $tokens: (
|
|
|
975
976
|
'quantic-icon-fg-brand-rgb': 148 151 156,
|
|
976
977
|
'quantic-icon-fg-brand-on-brand': #94979c,
|
|
977
978
|
'quantic-icon-fg-brand-on-brand-rgb': 148 151 156,
|
|
978
|
-
'quantic-featured-icon-light-fg-brand': #
|
|
979
|
-
'quantic-featured-icon-light-fg-brand-rgb':
|
|
979
|
+
'quantic-featured-icon-light-fg-brand': #92d4ad,
|
|
980
|
+
'quantic-featured-icon-light-fg-brand-rgb': 146 212 173,
|
|
980
981
|
'quantic-featured-icon-light-fg-gray': #ececed,
|
|
981
982
|
'quantic-featured-icon-light-fg-gray-rgb': 236 236 237,
|
|
982
|
-
'quantic-featured-icon-light-fg-error': #
|
|
983
|
-
'quantic-featured-icon-light-fg-error-rgb':
|
|
984
|
-
'quantic-featured-icon-light-fg-warning': #
|
|
985
|
-
'quantic-featured-icon-light-fg-warning-rgb':
|
|
983
|
+
'quantic-featured-icon-light-fg-error': #ecb2a9,
|
|
984
|
+
'quantic-featured-icon-light-fg-error-rgb': 236 178 169,
|
|
985
|
+
'quantic-featured-icon-light-fg-warning': #e5b896,
|
|
986
|
+
'quantic-featured-icon-light-fg-warning-rgb': 229 184 150,
|
|
986
987
|
'quantic-featured-icon-light-fg-success': #abefc6,
|
|
987
988
|
'quantic-featured-icon-light-fg-success-rgb': 171 239 198,
|
|
988
989
|
'quantic-screen-mockup-border': #373a41,
|
|
@@ -1020,24 +1021,24 @@ $tokens: (
|
|
|
1020
1021
|
'quantic-utility-gray-800-rgb': 236 236 237,
|
|
1021
1022
|
'quantic-utility-gray-900': #f0f0f1,
|
|
1022
1023
|
'quantic-utility-gray-900-rgb': 240 240 241,
|
|
1023
|
-
'quantic-utility-brand-50': #
|
|
1024
|
-
'quantic-utility-brand-50-rgb':
|
|
1024
|
+
'quantic-utility-brand-50': #001a0c,
|
|
1025
|
+
'quantic-utility-brand-50-rgb': 0 26 12,
|
|
1025
1026
|
'quantic-utility-brand-50-alt': #13161b,
|
|
1026
1027
|
'quantic-utility-brand-50-alt-rgb': 19 22 27,
|
|
1027
|
-
'quantic-utility-brand-100': #
|
|
1028
|
-
'quantic-utility-brand-100-rgb':
|
|
1028
|
+
'quantic-utility-brand-100': #002513,
|
|
1029
|
+
'quantic-utility-brand-100-rgb': 0 37 19,
|
|
1029
1030
|
'quantic-utility-brand-100-alt': #22262f,
|
|
1030
1031
|
'quantic-utility-brand-100-alt-rgb': 34 38 47,
|
|
1031
|
-
'quantic-utility-brand-200': #
|
|
1032
|
-
'quantic-utility-brand-200-rgb':
|
|
1032
|
+
'quantic-utility-brand-200': #003d23,
|
|
1033
|
+
'quantic-utility-brand-200-rgb': 0 61 35,
|
|
1033
1034
|
'quantic-utility-brand-200-alt': #373a41,
|
|
1034
1035
|
'quantic-utility-brand-200-alt-rgb': 55 58 65,
|
|
1035
|
-
'quantic-utility-brand-300': #
|
|
1036
|
-
'quantic-utility-brand-300-rgb':
|
|
1036
|
+
'quantic-utility-brand-300': #005734,
|
|
1037
|
+
'quantic-utility-brand-300-rgb': 0 87 52,
|
|
1037
1038
|
'quantic-utility-brand-300-alt': #373a41,
|
|
1038
1039
|
'quantic-utility-brand-300-alt-rgb': 55 58 65,
|
|
1039
|
-
'quantic-utility-brand-400': #
|
|
1040
|
-
'quantic-utility-brand-400-rgb':
|
|
1040
|
+
'quantic-utility-brand-400': #007145,
|
|
1041
|
+
'quantic-utility-brand-400-rgb': 0 113 69,
|
|
1041
1042
|
'quantic-utility-brand-400-alt': #61656c,
|
|
1042
1043
|
'quantic-utility-brand-400-alt-rgb': 97 101 108,
|
|
1043
1044
|
'quantic-utility-brand-500': #0b8759,
|
|
@@ -1052,46 +1053,46 @@ $tokens: (
|
|
|
1052
1053
|
'quantic-utility-brand-700-rgb': 23 196 132,
|
|
1053
1054
|
'quantic-utility-brand-700-alt': #cecfd2,
|
|
1054
1055
|
'quantic-utility-brand-700-alt-rgb': 206 207 210,
|
|
1055
|
-
'quantic-utility-brand-800': #
|
|
1056
|
-
'quantic-utility-brand-800-rgb':
|
|
1056
|
+
'quantic-utility-brand-800': #92d4ad,
|
|
1057
|
+
'quantic-utility-brand-800-rgb': 146 212 173,
|
|
1057
1058
|
'quantic-utility-brand-800-alt': #ececed,
|
|
1058
1059
|
'quantic-utility-brand-800-alt-rgb': 236 236 237,
|
|
1059
|
-
'quantic-utility-brand-900': #
|
|
1060
|
-
'quantic-utility-brand-900-rgb':
|
|
1060
|
+
'quantic-utility-brand-900': #cbe9d6,
|
|
1061
|
+
'quantic-utility-brand-900-rgb': 203 233 214,
|
|
1061
1062
|
'quantic-utility-brand-900-alt': #f0f0f1,
|
|
1062
1063
|
'quantic-utility-brand-900-alt-rgb': 240 240 241,
|
|
1063
|
-
'quantic-utility-error-50': #
|
|
1064
|
-
'quantic-utility-error-50-rgb':
|
|
1065
|
-
'quantic-utility-error-100': #
|
|
1066
|
-
'quantic-utility-error-100-rgb':
|
|
1067
|
-
'quantic-utility-error-200': #
|
|
1068
|
-
'quantic-utility-error-200-rgb':
|
|
1069
|
-
'quantic-utility-error-300': #
|
|
1070
|
-
'quantic-utility-error-300-rgb':
|
|
1071
|
-
'quantic-utility-error-400': #
|
|
1072
|
-
'quantic-utility-error-400-rgb':
|
|
1073
|
-
'quantic-utility-error-500': #
|
|
1074
|
-
'quantic-utility-error-500-rgb':
|
|
1075
|
-
'quantic-utility-error-600': #
|
|
1076
|
-
'quantic-utility-error-600-rgb':
|
|
1077
|
-
'quantic-utility-error-700': #
|
|
1078
|
-
'quantic-utility-error-700-rgb':
|
|
1079
|
-
'quantic-utility-warning-50': #
|
|
1080
|
-
'quantic-utility-warning-50-rgb':
|
|
1081
|
-
'quantic-utility-warning-100': #
|
|
1082
|
-
'quantic-utility-warning-100-rgb':
|
|
1083
|
-
'quantic-utility-warning-200': #
|
|
1084
|
-
'quantic-utility-warning-200-rgb':
|
|
1085
|
-
'quantic-utility-warning-300': #
|
|
1086
|
-
'quantic-utility-warning-300-rgb':
|
|
1087
|
-
'quantic-utility-warning-400': #
|
|
1088
|
-
'quantic-utility-warning-400-rgb':
|
|
1089
|
-
'quantic-utility-warning-500': #
|
|
1090
|
-
'quantic-utility-warning-500-rgb':
|
|
1091
|
-
'quantic-utility-warning-600': #
|
|
1092
|
-
'quantic-utility-warning-600-rgb':
|
|
1093
|
-
'quantic-utility-warning-700': #
|
|
1094
|
-
'quantic-utility-warning-700-rgb':
|
|
1064
|
+
'quantic-utility-error-50': #290604,
|
|
1065
|
+
'quantic-utility-error-50-rgb': 41 6 4,
|
|
1066
|
+
'quantic-utility-error-100': #380c08,
|
|
1067
|
+
'quantic-utility-error-100-rgb': 56 12 8,
|
|
1068
|
+
'quantic-utility-error-200': #591a13,
|
|
1069
|
+
'quantic-utility-error-200-rgb': 89 26 19,
|
|
1070
|
+
'quantic-utility-error-300': #7c281f,
|
|
1071
|
+
'quantic-utility-error-300-rgb': 124 40 31,
|
|
1072
|
+
'quantic-utility-error-400': #9d372d,
|
|
1073
|
+
'quantic-utility-error-400-rgb': 157 55 45,
|
|
1074
|
+
'quantic-utility-error-500': #b74a3d,
|
|
1075
|
+
'quantic-utility-error-500-rgb': 183 74 61,
|
|
1076
|
+
'quantic-utility-error-600': #d1695c,
|
|
1077
|
+
'quantic-utility-error-600-rgb': 209 105 92,
|
|
1078
|
+
'quantic-utility-error-700': #e18c80,
|
|
1079
|
+
'quantic-utility-error-700-rgb': 225 140 128,
|
|
1080
|
+
'quantic-utility-warning-50': #220e00,
|
|
1081
|
+
'quantic-utility-warning-50-rgb': 34 14 0,
|
|
1082
|
+
'quantic-utility-warning-100': #301600,
|
|
1083
|
+
'quantic-utility-warning-100-rgb': 48 22 0,
|
|
1084
|
+
'quantic-utility-warning-200': #4e2700,
|
|
1085
|
+
'quantic-utility-warning-200-rgb': 78 39 0,
|
|
1086
|
+
'quantic-utility-warning-300': #6d3900,
|
|
1087
|
+
'quantic-utility-warning-300-rgb': 109 57 0,
|
|
1088
|
+
'quantic-utility-warning-400': #8c4b00,
|
|
1089
|
+
'quantic-utility-warning-400-rgb': 140 75 0,
|
|
1090
|
+
'quantic-utility-warning-500': #a85b00,
|
|
1091
|
+
'quantic-utility-warning-500-rgb': 168 91 0,
|
|
1092
|
+
'quantic-utility-warning-600': #c77629,
|
|
1093
|
+
'quantic-utility-warning-600-rgb': 199 118 41,
|
|
1094
|
+
'quantic-utility-warning-700': #d89660,
|
|
1095
|
+
'quantic-utility-warning-700-rgb': 216 150 96,
|
|
1095
1096
|
'quantic-utility-success-50': #053321,
|
|
1096
1097
|
'quantic-utility-success-50-rgb': 5 51 33,
|
|
1097
1098
|
'quantic-utility-success-100': #074d31,
|
|
@@ -1124,16 +1125,16 @@ $tokens: (
|
|
|
1124
1125
|
'quantic-utility-gray-blue-600-rgb': 113 123 188,
|
|
1125
1126
|
'quantic-utility-gray-blue-700': #b3b8db,
|
|
1126
1127
|
'quantic-utility-gray-blue-700-rgb': 179 184 219,
|
|
1127
|
-
'quantic-utility-green-50': #
|
|
1128
|
-
'quantic-utility-green-50-rgb':
|
|
1129
|
-
'quantic-utility-green-100': #
|
|
1130
|
-
'quantic-utility-green-100-rgb':
|
|
1131
|
-
'quantic-utility-green-200': #
|
|
1132
|
-
'quantic-utility-green-200-rgb':
|
|
1133
|
-
'quantic-utility-green-300': #
|
|
1134
|
-
'quantic-utility-green-300-rgb':
|
|
1135
|
-
'quantic-utility-green-400': #
|
|
1136
|
-
'quantic-utility-green-400-rgb':
|
|
1128
|
+
'quantic-utility-green-50': #001a0c,
|
|
1129
|
+
'quantic-utility-green-50-rgb': 0 26 12,
|
|
1130
|
+
'quantic-utility-green-100': #002513,
|
|
1131
|
+
'quantic-utility-green-100-rgb': 0 37 19,
|
|
1132
|
+
'quantic-utility-green-200': #003d23,
|
|
1133
|
+
'quantic-utility-green-200-rgb': 0 61 35,
|
|
1134
|
+
'quantic-utility-green-300': #005734,
|
|
1135
|
+
'quantic-utility-green-300-rgb': 0 87 52,
|
|
1136
|
+
'quantic-utility-green-400': #007145,
|
|
1137
|
+
'quantic-utility-green-400-rgb': 0 113 69,
|
|
1137
1138
|
'quantic-utility-green-500': #0b8759,
|
|
1138
1139
|
'quantic-utility-green-500-rgb': 11 135 89,
|
|
1139
1140
|
'quantic-utility-green-600': #12a66f,
|
|
@@ -1156,22 +1157,22 @@ $tokens: (
|
|
|
1156
1157
|
'quantic-utility-blue-light-600-rgb': 54 191 250,
|
|
1157
1158
|
'quantic-utility-blue-light-700': #7cd4fd,
|
|
1158
1159
|
'quantic-utility-blue-light-700-rgb': 124 212 253,
|
|
1159
|
-
'quantic-utility-blue-50': #
|
|
1160
|
-
'quantic-utility-blue-50-rgb':
|
|
1161
|
-
'quantic-utility-blue-100': #
|
|
1162
|
-
'quantic-utility-blue-100-rgb':
|
|
1163
|
-
'quantic-utility-blue-200': #
|
|
1164
|
-
'quantic-utility-blue-200-rgb':
|
|
1165
|
-
'quantic-utility-blue-300': #
|
|
1166
|
-
'quantic-utility-blue-300-rgb':
|
|
1167
|
-
'quantic-utility-blue-400': #
|
|
1168
|
-
'quantic-utility-blue-400-rgb':
|
|
1169
|
-
'quantic-utility-blue-500': #
|
|
1170
|
-
'quantic-utility-blue-500-rgb':
|
|
1171
|
-
'quantic-utility-blue-600': #
|
|
1172
|
-
'quantic-utility-blue-600-rgb':
|
|
1173
|
-
'quantic-utility-blue-700': #
|
|
1174
|
-
'quantic-utility-blue-700-rgb':
|
|
1160
|
+
'quantic-utility-blue-50': #001624,
|
|
1161
|
+
'quantic-utility-blue-50-rgb': 0 22 36,
|
|
1162
|
+
'quantic-utility-blue-100': #002032,
|
|
1163
|
+
'quantic-utility-blue-100-rgb': 0 32 50,
|
|
1164
|
+
'quantic-utility-blue-200': #003751,
|
|
1165
|
+
'quantic-utility-blue-200-rgb': 0 55 81,
|
|
1166
|
+
'quantic-utility-blue-300': #004f72,
|
|
1167
|
+
'quantic-utility-blue-300-rgb': 0 79 114,
|
|
1168
|
+
'quantic-utility-blue-400': #006692,
|
|
1169
|
+
'quantic-utility-blue-400-rgb': 0 102 146,
|
|
1170
|
+
'quantic-utility-blue-500': #007baf,
|
|
1171
|
+
'quantic-utility-blue-500-rgb': 0 123 175,
|
|
1172
|
+
'quantic-utility-blue-600': #1997d3,
|
|
1173
|
+
'quantic-utility-blue-600-rgb': 25 151 211,
|
|
1174
|
+
'quantic-utility-blue-700': #5fb0e1,
|
|
1175
|
+
'quantic-utility-blue-700-rgb': 95 176 225,
|
|
1175
1176
|
'quantic-utility-blue-dark-50': #002266,
|
|
1176
1177
|
'quantic-utility-blue-dark-50-rgb': 0 34 102,
|
|
1177
1178
|
'quantic-utility-blue-dark-100': #00359e,
|
|
@@ -1188,22 +1189,22 @@ $tokens: (
|
|
|
1188
1189
|
'quantic-utility-blue-dark-600-rgb': 82 139 255,
|
|
1189
1190
|
'quantic-utility-blue-dark-700': #84adff,
|
|
1190
1191
|
'quantic-utility-blue-dark-700-rgb': 132 173 255,
|
|
1191
|
-
'quantic-utility-indigo-50': #
|
|
1192
|
-
'quantic-utility-indigo-50-rgb':
|
|
1193
|
-
'quantic-utility-indigo-100': #
|
|
1194
|
-
'quantic-utility-indigo-100-rgb':
|
|
1195
|
-
'quantic-utility-indigo-200': #
|
|
1196
|
-
'quantic-utility-indigo-200-rgb':
|
|
1197
|
-
'quantic-utility-indigo-300': #
|
|
1198
|
-
'quantic-utility-indigo-300-rgb':
|
|
1199
|
-
'quantic-utility-indigo-400': #
|
|
1200
|
-
'quantic-utility-indigo-400-rgb':
|
|
1201
|
-
'quantic-utility-indigo-500': #
|
|
1202
|
-
'quantic-utility-indigo-500-rgb':
|
|
1203
|
-
'quantic-utility-indigo-600': #
|
|
1204
|
-
'quantic-utility-indigo-600-rgb':
|
|
1205
|
-
'quantic-utility-indigo-700': #
|
|
1206
|
-
'quantic-utility-indigo-700-rgb':
|
|
1192
|
+
'quantic-utility-indigo-50': #06112f,
|
|
1193
|
+
'quantic-utility-indigo-50-rgb': 6 17 47,
|
|
1194
|
+
'quantic-utility-indigo-100': #0c1b3e,
|
|
1195
|
+
'quantic-utility-indigo-100-rgb': 12 27 62,
|
|
1196
|
+
'quantic-utility-indigo-200': #1a2f62,
|
|
1197
|
+
'quantic-utility-indigo-200-rgb': 26 47 98,
|
|
1198
|
+
'quantic-utility-indigo-300': #284488,
|
|
1199
|
+
'quantic-utility-indigo-300-rgb': 40 68 136,
|
|
1200
|
+
'quantic-utility-indigo-400': #3759ab,
|
|
1201
|
+
'quantic-utility-indigo-400-rgb': 55 89 171,
|
|
1202
|
+
'quantic-utility-indigo-500': #476dc6,
|
|
1203
|
+
'quantic-utility-indigo-500-rgb': 71 109 198,
|
|
1204
|
+
'quantic-utility-indigo-600': #6489de,
|
|
1205
|
+
'quantic-utility-indigo-600-rgb': 100 137 222,
|
|
1206
|
+
'quantic-utility-indigo-700': #86a5ea,
|
|
1207
|
+
'quantic-utility-indigo-700-rgb': 134 165 234,
|
|
1207
1208
|
'quantic-utility-purple-50': #27115f,
|
|
1208
1209
|
'quantic-utility-purple-50-rgb': 39 17 95,
|
|
1209
1210
|
'quantic-utility-purple-100': #3e1c96,
|
|
@@ -1220,38 +1221,38 @@ $tokens: (
|
|
|
1220
1221
|
'quantic-utility-purple-600-rgb': 155 138 251,
|
|
1221
1222
|
'quantic-utility-purple-700': #bdb4fe,
|
|
1222
1223
|
'quantic-utility-purple-700-rgb': 189 180 254,
|
|
1223
|
-
'quantic-utility-fuchsia-50': #
|
|
1224
|
-
'quantic-utility-fuchsia-50-rgb':
|
|
1225
|
-
'quantic-utility-fuchsia-100': #
|
|
1226
|
-
'quantic-utility-fuchsia-100-rgb':
|
|
1227
|
-
'quantic-utility-fuchsia-200': #
|
|
1228
|
-
'quantic-utility-fuchsia-200-rgb':
|
|
1229
|
-
'quantic-utility-fuchsia-300': #
|
|
1230
|
-
'quantic-utility-fuchsia-300-rgb':
|
|
1231
|
-
'quantic-utility-fuchsia-400': #
|
|
1232
|
-
'quantic-utility-fuchsia-400-rgb':
|
|
1233
|
-
'quantic-utility-fuchsia-500': #
|
|
1234
|
-
'quantic-utility-fuchsia-500-rgb':
|
|
1235
|
-
'quantic-utility-fuchsia-600': #
|
|
1236
|
-
'quantic-utility-fuchsia-600-rgb':
|
|
1237
|
-
'quantic-utility-fuchsia-700': #
|
|
1238
|
-
'quantic-utility-fuchsia-700-rgb':
|
|
1239
|
-
'quantic-utility-pink-50': #
|
|
1240
|
-
'quantic-utility-pink-50-rgb':
|
|
1241
|
-
'quantic-utility-pink-100': #
|
|
1242
|
-
'quantic-utility-pink-100-rgb':
|
|
1243
|
-
'quantic-utility-pink-200': #
|
|
1244
|
-
'quantic-utility-pink-200-rgb':
|
|
1245
|
-
'quantic-utility-pink-300': #
|
|
1246
|
-
'quantic-utility-pink-300-rgb':
|
|
1247
|
-
'quantic-utility-pink-400': #
|
|
1248
|
-
'quantic-utility-pink-400-rgb':
|
|
1249
|
-
'quantic-utility-pink-500': #
|
|
1250
|
-
'quantic-utility-pink-500-rgb':
|
|
1251
|
-
'quantic-utility-pink-600': #
|
|
1252
|
-
'quantic-utility-pink-600-rgb':
|
|
1253
|
-
'quantic-utility-pink-700': #
|
|
1254
|
-
'quantic-utility-pink-700-rgb':
|
|
1224
|
+
'quantic-utility-fuchsia-50': #210822,
|
|
1225
|
+
'quantic-utility-fuchsia-50-rgb': 33 8 34,
|
|
1226
|
+
'quantic-utility-fuchsia-100': #2e0f2e,
|
|
1227
|
+
'quantic-utility-fuchsia-100-rgb': 46 15 46,
|
|
1228
|
+
'quantic-utility-fuchsia-200': #4b1d4b,
|
|
1229
|
+
'quantic-utility-fuchsia-200-rgb': 75 29 75,
|
|
1230
|
+
'quantic-utility-fuchsia-300': #692d69,
|
|
1231
|
+
'quantic-utility-fuchsia-300-rgb': 105 45 105,
|
|
1232
|
+
'quantic-utility-fuchsia-400': #853d86,
|
|
1233
|
+
'quantic-utility-fuchsia-400-rgb': 133 61 134,
|
|
1234
|
+
'quantic-utility-fuchsia-500': #9d4f9d,
|
|
1235
|
+
'quantic-utility-fuchsia-500-rgb': 157 79 157,
|
|
1236
|
+
'quantic-utility-fuchsia-600': #b76db7,
|
|
1237
|
+
'quantic-utility-fuchsia-600-rgb': 183 109 183,
|
|
1238
|
+
'quantic-utility-fuchsia-700': #ca8ec9,
|
|
1239
|
+
'quantic-utility-fuchsia-700-rgb': 202 142 201,
|
|
1240
|
+
'quantic-utility-pink-50': #280514,
|
|
1241
|
+
'quantic-utility-pink-50-rgb': 40 5 20,
|
|
1242
|
+
'quantic-utility-pink-100': #360b1d,
|
|
1243
|
+
'quantic-utility-pink-100-rgb': 54 11 29,
|
|
1244
|
+
'quantic-utility-pink-200': #561832,
|
|
1245
|
+
'quantic-utility-pink-200-rgb': 86 24 50,
|
|
1246
|
+
'quantic-utility-pink-300': #782648,
|
|
1247
|
+
'quantic-utility-pink-300-rgb': 120 38 72,
|
|
1248
|
+
'quantic-utility-pink-400': #98355e,
|
|
1249
|
+
'quantic-utility-pink-400-rgb': 152 53 94,
|
|
1250
|
+
'quantic-utility-pink-500': #b14772,
|
|
1251
|
+
'quantic-utility-pink-500-rgb': 177 71 114,
|
|
1252
|
+
'quantic-utility-pink-600': #cc678c,
|
|
1253
|
+
'quantic-utility-pink-600-rgb': 204 103 140,
|
|
1254
|
+
'quantic-utility-pink-700': #dc8aa6,
|
|
1255
|
+
'quantic-utility-pink-700-rgb': 220 138 166,
|
|
1255
1256
|
'quantic-utility-orange-dark-50': #57130a,
|
|
1256
1257
|
'quantic-utility-orange-dark-50-rgb': 87 19 10,
|
|
1257
1258
|
'quantic-utility-orange-dark-100': #771a0d,
|
|
@@ -1312,14 +1313,14 @@ $tokens: (
|
|
|
1312
1313
|
'quantic-fg-brand-secondary-alt-rgb': 97 101 108,
|
|
1313
1314
|
'quantic-fg-brand-secondary-hover': #85888e,
|
|
1314
1315
|
'quantic-fg-brand-secondary-hover-rgb': 133 136 142,
|
|
1315
|
-
'quantic-fg-error-primary': #
|
|
1316
|
-
'quantic-fg-error-primary-rgb':
|
|
1317
|
-
'quantic-fg-error-secondary': #
|
|
1318
|
-
'quantic-fg-error-secondary-rgb':
|
|
1319
|
-
'quantic-fg-warning-primary': #
|
|
1320
|
-
'quantic-fg-warning-primary-rgb':
|
|
1321
|
-
'quantic-fg-warning-secondary': #
|
|
1322
|
-
'quantic-fg-warning-secondary-rgb':
|
|
1316
|
+
'quantic-fg-error-primary': #b74a3d,
|
|
1317
|
+
'quantic-fg-error-primary-rgb': 183 74 61,
|
|
1318
|
+
'quantic-fg-error-secondary': #d1695c,
|
|
1319
|
+
'quantic-fg-error-secondary-rgb': 209 105 92,
|
|
1320
|
+
'quantic-fg-warning-primary': #a85b00,
|
|
1321
|
+
'quantic-fg-warning-primary-rgb': 168 91 0,
|
|
1322
|
+
'quantic-fg-warning-secondary': #c77629,
|
|
1323
|
+
'quantic-fg-warning-secondary-rgb': 199 118 41,
|
|
1323
1324
|
'quantic-fg-success-primary': #17b26a,
|
|
1324
1325
|
'quantic-fg-success-primary-rgb': 23 178 106,
|
|
1325
1326
|
'quantic-fg-success-secondary': #47cd89,
|
|
@@ -1328,8 +1329,8 @@ $tokens: (
|
|
|
1328
1329
|
'quantic-bg-primary-rgb': 19 22 27,
|
|
1329
1330
|
'quantic-focus-ring': #0b8759,
|
|
1330
1331
|
'quantic-focus-ring-rgb': 11 135 89,
|
|
1331
|
-
'quantic-focus-ring-error': #
|
|
1332
|
-
'quantic-focus-ring-error-rgb':
|
|
1332
|
+
'quantic-focus-ring-error': #b74a3d,
|
|
1333
|
+
'quantic-focus-ring-error-rgb': 183 74 61,
|
|
1333
1334
|
'quantic-shadow-xs': rgba(255, 255, 255, 0),
|
|
1334
1335
|
'quantic-shadow-main-centre-md': rgba(255, 255, 255, 0),
|
|
1335
1336
|
'quantic-shadow-main-centre-lg': rgba(255, 255, 255, 0),
|
|
@@ -1385,8 +1386,8 @@ $tokens: (
|
|
|
1385
1386
|
'quantic-bg-brand-primary-hover-rgb': 23 196 132,
|
|
1386
1387
|
'quantic-bg-brand-primary-alt': #1a1e25,
|
|
1387
1388
|
'quantic-bg-brand-primary-alt-rgb': 26 30 37,
|
|
1388
|
-
'quantic-bg-brand-secondary': #
|
|
1389
|
-
'quantic-bg-brand-secondary-rgb':
|
|
1389
|
+
'quantic-bg-brand-secondary': #007145,
|
|
1390
|
+
'quantic-bg-brand-secondary-rgb': 0 113 69,
|
|
1390
1391
|
'quantic-bg-brand-solid': #12a66f,
|
|
1391
1392
|
'quantic-bg-brand-solid-rgb': 18 166 111,
|
|
1392
1393
|
'quantic-bg-brand-solid-hover': #0b8759,
|
|
@@ -1395,38 +1396,38 @@ $tokens: (
|
|
|
1395
1396
|
'quantic-bg-brand-section-rgb': 26 30 37,
|
|
1396
1397
|
'quantic-bg-brand-section-subtle': #13161b,
|
|
1397
1398
|
'quantic-bg-brand-section-subtle-rgb': 19 22 27,
|
|
1398
|
-
'quantic-bg-error-primary': #
|
|
1399
|
-
'quantic-bg-error-primary-rgb':
|
|
1400
|
-
'quantic-bg-error-secondary': #
|
|
1401
|
-
'quantic-bg-error-secondary-rgb':
|
|
1402
|
-
'quantic-bg-error-solid': #
|
|
1403
|
-
'quantic-bg-error-solid-rgb':
|
|
1404
|
-
'quantic-bg-warning-primary': #
|
|
1405
|
-
'quantic-bg-warning-primary-rgb':
|
|
1406
|
-
'quantic-bg-warning-secondary': #
|
|
1407
|
-
'quantic-bg-warning-secondary-rgb':
|
|
1408
|
-
'quantic-bg-warning-solid': #
|
|
1409
|
-
'quantic-bg-warning-solid-rgb':
|
|
1399
|
+
'quantic-bg-error-primary': #290604,
|
|
1400
|
+
'quantic-bg-error-primary-rgb': 41 6 4,
|
|
1401
|
+
'quantic-bg-error-secondary': #9d372d,
|
|
1402
|
+
'quantic-bg-error-secondary-rgb': 157 55 45,
|
|
1403
|
+
'quantic-bg-error-solid': #9d372d,
|
|
1404
|
+
'quantic-bg-error-solid-rgb': 157 55 45,
|
|
1405
|
+
'quantic-bg-warning-primary': #220e00,
|
|
1406
|
+
'quantic-bg-warning-primary-rgb': 34 14 0,
|
|
1407
|
+
'quantic-bg-warning-secondary': #8c4b00,
|
|
1408
|
+
'quantic-bg-warning-secondary-rgb': 140 75 0,
|
|
1409
|
+
'quantic-bg-warning-solid': #8c4b00,
|
|
1410
|
+
'quantic-bg-warning-solid-rgb': 140 75 0,
|
|
1410
1411
|
'quantic-bg-success-primary': #053321,
|
|
1411
1412
|
'quantic-bg-success-primary-rgb': 5 51 33,
|
|
1412
1413
|
'quantic-bg-success-secondary': #079455,
|
|
1413
1414
|
'quantic-bg-success-secondary-rgb': 7 148 85,
|
|
1414
1415
|
'quantic-bg-success-solid': #079455,
|
|
1415
1416
|
'quantic-bg-success-solid-rgb': 7 148 85,
|
|
1416
|
-
'quantic-utility-yellow-50': #
|
|
1417
|
-
'quantic-utility-yellow-50-rgb':
|
|
1418
|
-
'quantic-utility-yellow-100': #
|
|
1419
|
-
'quantic-utility-yellow-100-rgb':
|
|
1420
|
-
'quantic-utility-yellow-200': #
|
|
1421
|
-
'quantic-utility-yellow-200-rgb':
|
|
1422
|
-
'quantic-utility-yellow-300': #
|
|
1423
|
-
'quantic-utility-yellow-300-rgb':
|
|
1424
|
-
'quantic-utility-yellow-400': #
|
|
1425
|
-
'quantic-utility-yellow-400-rgb':
|
|
1426
|
-
'quantic-utility-yellow-500': #
|
|
1427
|
-
'quantic-utility-yellow-500-rgb':
|
|
1428
|
-
'quantic-utility-yellow-600': #
|
|
1429
|
-
'quantic-utility-yellow-600-rgb':
|
|
1430
|
-
'quantic-utility-yellow-700': #
|
|
1431
|
-
'quantic-utility-yellow-700-rgb':
|
|
1417
|
+
'quantic-utility-yellow-50': #191300,
|
|
1418
|
+
'quantic-utility-yellow-50-rgb': 25 19 0,
|
|
1419
|
+
'quantic-utility-yellow-100': #241d00,
|
|
1420
|
+
'quantic-utility-yellow-100-rgb': 36 29 0,
|
|
1421
|
+
'quantic-utility-yellow-200': #3d3200,
|
|
1422
|
+
'quantic-utility-yellow-200-rgb': 61 50 0,
|
|
1423
|
+
'quantic-utility-yellow-300': #564800,
|
|
1424
|
+
'quantic-utility-yellow-300-rgb': 86 72 0,
|
|
1425
|
+
'quantic-utility-yellow-400': #6f5d00,
|
|
1426
|
+
'quantic-utility-yellow-400-rgb': 111 93 0,
|
|
1427
|
+
'quantic-utility-yellow-500': #867100,
|
|
1428
|
+
'quantic-utility-yellow-500-rgb': 134 113 0,
|
|
1429
|
+
'quantic-utility-yellow-600': #a58b00,
|
|
1430
|
+
'quantic-utility-yellow-600-rgb': 165 139 0,
|
|
1431
|
+
'quantic-utility-yellow-700': #baa653,
|
|
1432
|
+
'quantic-utility-yellow-700-rgb': 186 166 83
|
|
1432
1433
|
);
|