@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/light-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,
|
|
@@ -858,20 +859,20 @@ $tokens: (
|
|
|
858
859
|
'quantic-width-paragraph-max': 45rem,
|
|
859
860
|
'quantic-text-primary': #181d27,
|
|
860
861
|
'quantic-text-primary-rgb': 24 29 39,
|
|
861
|
-
'quantic-text-primary-on-brand': #
|
|
862
|
-
'quantic-text-primary-on-brand-rgb':
|
|
862
|
+
'quantic-text-primary-on-brand': #13161b,
|
|
863
|
+
'quantic-text-primary-on-brand-rgb': 19 22 27,
|
|
863
864
|
'quantic-text-secondary': #414651,
|
|
864
865
|
'quantic-text-secondary-rgb': 65 70 81,
|
|
865
866
|
'quantic-text-secondary-hover': #252b37,
|
|
866
867
|
'quantic-text-secondary-hover-rgb': 37 43 55,
|
|
867
|
-
'quantic-text-secondary-on-brand': #
|
|
868
|
-
'quantic-text-secondary-on-brand-rgb':
|
|
868
|
+
'quantic-text-secondary-on-brand': #92d4ad,
|
|
869
|
+
'quantic-text-secondary-on-brand-rgb': 146 212 173,
|
|
869
870
|
'quantic-text-tertiary': #535862,
|
|
870
871
|
'quantic-text-tertiary-rgb': 83 88 98,
|
|
871
872
|
'quantic-text-tertiary-hover': #414651,
|
|
872
873
|
'quantic-text-tertiary-hover-rgb': 65 70 81,
|
|
873
|
-
'quantic-text-tertiary-on-brand': #
|
|
874
|
-
'quantic-text-tertiary-on-brand-rgb':
|
|
874
|
+
'quantic-text-tertiary-on-brand': #92d4ad,
|
|
875
|
+
'quantic-text-tertiary-on-brand-rgb': 146 212 173,
|
|
875
876
|
'quantic-text-quaternary': #717680,
|
|
876
877
|
'quantic-text-quaternary-rgb': 113 118 128,
|
|
877
878
|
'quantic-text-quaternary-on-brand': #17c484,
|
|
@@ -884,22 +885,22 @@ $tokens: (
|
|
|
884
885
|
'quantic-text-placeholder-rgb': 113 118 128,
|
|
885
886
|
'quantic-text-placeholder-subtle': #d5d7da,
|
|
886
887
|
'quantic-text-placeholder-subtle-rgb': 213 215 218,
|
|
887
|
-
'quantic-text-brand-primary': #
|
|
888
|
-
'quantic-text-brand-primary-rgb':
|
|
889
|
-
'quantic-text-brand-secondary': #
|
|
890
|
-
'quantic-text-brand-secondary-rgb':
|
|
891
|
-
'quantic-text-brand-secondary-hover': #
|
|
892
|
-
'quantic-text-brand-secondary-hover-rgb':
|
|
893
|
-
'quantic-text-brand-tertiary': #
|
|
894
|
-
'quantic-text-brand-tertiary-rgb':
|
|
895
|
-
'quantic-text-brand-tertiary-alt': #
|
|
896
|
-
'quantic-text-brand-tertiary-alt-rgb':
|
|
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':
|
|
888
|
+
'quantic-text-brand-primary': #002513,
|
|
889
|
+
'quantic-text-brand-primary-rgb': 0 37 19,
|
|
890
|
+
'quantic-text-brand-secondary': #005734,
|
|
891
|
+
'quantic-text-brand-secondary-rgb': 0 87 52,
|
|
892
|
+
'quantic-text-brand-secondary-hover': #003d23,
|
|
893
|
+
'quantic-text-brand-secondary-hover-rgb': 0 61 35,
|
|
894
|
+
'quantic-text-brand-tertiary': #007145,
|
|
895
|
+
'quantic-text-brand-tertiary-rgb': 0 113 69,
|
|
896
|
+
'quantic-text-brand-tertiary-alt': #007145,
|
|
897
|
+
'quantic-text-brand-tertiary-alt-rgb': 0 113 69,
|
|
898
|
+
'quantic-text-error-primary': #9d372d,
|
|
899
|
+
'quantic-text-error-primary-rgb': 157 55 45,
|
|
900
|
+
'quantic-text-error-primary-hover': #7c281f,
|
|
901
|
+
'quantic-text-error-primary-hover-rgb': 124 40 31,
|
|
902
|
+
'quantic-text-warning-primary': #8c4b00,
|
|
903
|
+
'quantic-text-warning-primary-rgb': 140 75 0,
|
|
903
904
|
'quantic-text-success-primary': #079455,
|
|
904
905
|
'quantic-text-success-primary-rgb': 7 148 85,
|
|
905
906
|
'quantic-text-logo-green': #0b8759,
|
|
@@ -919,12 +920,12 @@ $tokens: (
|
|
|
919
920
|
'quantic-border-disabled-subtle-rgb': 233 234 235,
|
|
920
921
|
'quantic-border-brand': #0b8759,
|
|
921
922
|
'quantic-border-brand-rgb': 11 135 89,
|
|
922
|
-
'quantic-border-brand-alt': #
|
|
923
|
-
'quantic-border-brand-alt-rgb':
|
|
924
|
-
'quantic-border-error': #
|
|
925
|
-
'quantic-border-error-rgb':
|
|
926
|
-
'quantic-border-error-subtle': #
|
|
927
|
-
'quantic-border-error-subtle-rgb':
|
|
923
|
+
'quantic-border-brand-alt': #007145,
|
|
924
|
+
'quantic-border-brand-alt-rgb': 0 113 69,
|
|
925
|
+
'quantic-border-error': #b74a3d,
|
|
926
|
+
'quantic-border-error-rgb': 183 74 61,
|
|
927
|
+
'quantic-border-error-subtle': #e18c80,
|
|
928
|
+
'quantic-border-error-subtle-rgb': 225 140 128,
|
|
928
929
|
'quantic-fg-primary': #181d27,
|
|
929
930
|
'quantic-fg-primary-rgb': 24 29 39,
|
|
930
931
|
'quantic-alpha-white-10': rgba(255, 255, 255, 0.1),
|
|
@@ -955,49 +956,49 @@ $tokens: (
|
|
|
955
956
|
'quantic-app-store-badge-border-rgb': 166 166 166,
|
|
956
957
|
'quantic-avatar-styles-bg-neutral': #e0e0e0,
|
|
957
958
|
'quantic-avatar-styles-bg-neutral-rgb': 224 224 224,
|
|
958
|
-
'quantic-button-primary-icon': #
|
|
959
|
-
'quantic-button-primary-icon-rgb':
|
|
960
|
-
'quantic-button-primary-icon-hover': #
|
|
961
|
-
'quantic-button-primary-icon-hover-rgb':
|
|
962
|
-
'quantic-button-destructive-primary-icon': #
|
|
963
|
-
'quantic-button-destructive-primary-icon-rgb':
|
|
964
|
-
'quantic-button-destructive-primary-icon-hover': #
|
|
965
|
-
'quantic-button-destructive-primary-icon-hover-rgb':
|
|
959
|
+
'quantic-button-primary-icon': #001a0c,
|
|
960
|
+
'quantic-button-primary-icon-rgb': 0 26 12,
|
|
961
|
+
'quantic-button-primary-icon-hover': #001a0c,
|
|
962
|
+
'quantic-button-primary-icon-hover-rgb': 0 26 12,
|
|
963
|
+
'quantic-button-destructive-primary-icon': #e18c80,
|
|
964
|
+
'quantic-button-destructive-primary-icon-rgb': 225 140 128,
|
|
965
|
+
'quantic-button-destructive-primary-icon-hover': #ecb2a9,
|
|
966
|
+
'quantic-button-destructive-primary-icon-hover-rgb': 236 178 169,
|
|
966
967
|
'quantic-button-tertiary': rgba(233, 234, 235, 0.5),
|
|
967
968
|
'quantic-button-tertiary-hover': #d5d7da,
|
|
968
969
|
'quantic-button-tertiary-hover-rgb': 213 215 218,
|
|
969
|
-
'quantic-footer-button-fg': #
|
|
970
|
-
'quantic-footer-button-fg-rgb':
|
|
970
|
+
'quantic-footer-button-fg': #92d4ad,
|
|
971
|
+
'quantic-footer-button-fg-rgb': 146 212 173,
|
|
971
972
|
'quantic-footer-button-fg-hover': #ffffff,
|
|
972
973
|
'quantic-footer-button-fg-hover-rgb': 255 255 255,
|
|
973
|
-
'quantic-icon-fg-brand': #
|
|
974
|
-
'quantic-icon-fg-brand-rgb':
|
|
975
|
-
'quantic-icon-fg-brand-on-brand': #
|
|
976
|
-
'quantic-icon-fg-brand-on-brand-rgb':
|
|
977
|
-
'quantic-featured-icon-light-fg-brand': #
|
|
978
|
-
'quantic-featured-icon-light-fg-brand-rgb':
|
|
974
|
+
'quantic-icon-fg-brand': #007145,
|
|
975
|
+
'quantic-icon-fg-brand-rgb': 0 113 69,
|
|
976
|
+
'quantic-icon-fg-brand-on-brand': #92d4ad,
|
|
977
|
+
'quantic-icon-fg-brand-on-brand-rgb': 146 212 173,
|
|
978
|
+
'quantic-featured-icon-light-fg-brand': #007145,
|
|
979
|
+
'quantic-featured-icon-light-fg-brand-rgb': 0 113 69,
|
|
979
980
|
'quantic-featured-icon-light-fg-gray': #717680,
|
|
980
981
|
'quantic-featured-icon-light-fg-gray-rgb': 113 118 128,
|
|
981
|
-
'quantic-featured-icon-light-fg-error': #
|
|
982
|
-
'quantic-featured-icon-light-fg-error-rgb':
|
|
983
|
-
'quantic-featured-icon-light-fg-warning': #
|
|
984
|
-
'quantic-featured-icon-light-fg-warning-rgb':
|
|
982
|
+
'quantic-featured-icon-light-fg-error': #9d372d,
|
|
983
|
+
'quantic-featured-icon-light-fg-error-rgb': 157 55 45,
|
|
984
|
+
'quantic-featured-icon-light-fg-warning': #8c4b00,
|
|
985
|
+
'quantic-featured-icon-light-fg-warning-rgb': 140 75 0,
|
|
985
986
|
'quantic-featured-icon-light-fg-success': #079455,
|
|
986
987
|
'quantic-featured-icon-light-fg-success-rgb': 7 148 85,
|
|
987
988
|
'quantic-screen-mockup-border': #181d27,
|
|
988
989
|
'quantic-screen-mockup-border-rgb': 24 29 39,
|
|
989
990
|
'quantic-slider-handle-bg': #ffffff,
|
|
990
991
|
'quantic-slider-handle-bg-rgb': 255 255 255,
|
|
991
|
-
'quantic-slider-handle-border': #
|
|
992
|
-
'quantic-slider-handle-border-rgb':
|
|
992
|
+
'quantic-slider-handle-border': #007145,
|
|
993
|
+
'quantic-slider-handle-border-rgb': 0 113 69,
|
|
993
994
|
'quantic-toggle-button-fg-disabled': #fafafa,
|
|
994
995
|
'quantic-toggle-button-fg-disabled-rgb': 250 250 250,
|
|
995
996
|
'quantic-toggle-border': #d5d7da,
|
|
996
997
|
'quantic-toggle-border-rgb': 213 215 218,
|
|
997
|
-
'quantic-toggle-slim-border-pressed': #
|
|
998
|
-
'quantic-toggle-slim-border-pressed-rgb':
|
|
999
|
-
'quantic-toggle-slim-border-pressed-hover': #
|
|
1000
|
-
'quantic-toggle-slim-border-pressed-hover-rgb':
|
|
998
|
+
'quantic-toggle-slim-border-pressed': #007145,
|
|
999
|
+
'quantic-toggle-slim-border-pressed-rgb': 0 113 69,
|
|
1000
|
+
'quantic-toggle-slim-border-pressed-hover': #005734,
|
|
1001
|
+
'quantic-toggle-slim-border-pressed-hover-rgb': 0 87 52,
|
|
1001
1002
|
'quantic-tooltip-supporting-text': #d5d7da,
|
|
1002
1003
|
'quantic-tooltip-supporting-text-rgb': 213 215 218,
|
|
1003
1004
|
'quantic-text-editor-icon-fg': #a4a7ae,
|
|
@@ -1022,18 +1023,18 @@ $tokens: (
|
|
|
1022
1023
|
'quantic-utility-gray-800-rgb': 37 43 55,
|
|
1023
1024
|
'quantic-utility-gray-900': #181d27,
|
|
1024
1025
|
'quantic-utility-gray-900-rgb': 24 29 39,
|
|
1025
|
-
'quantic-utility-brand-50': #
|
|
1026
|
-
'quantic-utility-brand-50-rgb':
|
|
1027
|
-
'quantic-utility-brand-50-alt': #
|
|
1028
|
-
'quantic-utility-brand-50-alt-rgb':
|
|
1029
|
-
'quantic-utility-brand-100': #
|
|
1030
|
-
'quantic-utility-brand-100-rgb':
|
|
1031
|
-
'quantic-utility-brand-100-alt': #
|
|
1032
|
-
'quantic-utility-brand-100-alt-rgb':
|
|
1033
|
-
'quantic-utility-brand-200': #
|
|
1034
|
-
'quantic-utility-brand-200-rgb':
|
|
1035
|
-
'quantic-utility-brand-200-alt': #
|
|
1036
|
-
'quantic-utility-brand-200-alt-rgb':
|
|
1026
|
+
'quantic-utility-brand-50': #e6f3ea,
|
|
1027
|
+
'quantic-utility-brand-50-rgb': 230 243 234,
|
|
1028
|
+
'quantic-utility-brand-50-alt': #e6f3ea,
|
|
1029
|
+
'quantic-utility-brand-50-alt-rgb': 230 243 234,
|
|
1030
|
+
'quantic-utility-brand-100': #cbe9d6,
|
|
1031
|
+
'quantic-utility-brand-100-rgb': 203 233 214,
|
|
1032
|
+
'quantic-utility-brand-100-alt': #cbe9d6,
|
|
1033
|
+
'quantic-utility-brand-100-alt-rgb': 203 233 214,
|
|
1034
|
+
'quantic-utility-brand-200': #92d4ad,
|
|
1035
|
+
'quantic-utility-brand-200-rgb': 146 212 173,
|
|
1036
|
+
'quantic-utility-brand-200-alt': #92d4ad,
|
|
1037
|
+
'quantic-utility-brand-200-alt-rgb': 146 212 173,
|
|
1037
1038
|
'quantic-utility-brand-300': #17c484,
|
|
1038
1039
|
'quantic-utility-brand-300-rgb': 23 196 132,
|
|
1039
1040
|
'quantic-utility-brand-300-alt': #17c484,
|
|
@@ -1046,54 +1047,54 @@ $tokens: (
|
|
|
1046
1047
|
'quantic-utility-brand-500-rgb': 11 135 89,
|
|
1047
1048
|
'quantic-utility-brand-500-alt': #0b8759,
|
|
1048
1049
|
'quantic-utility-brand-500-alt-rgb': 11 135 89,
|
|
1049
|
-
'quantic-utility-brand-600': #
|
|
1050
|
-
'quantic-utility-brand-600-rgb':
|
|
1051
|
-
'quantic-utility-brand-600-alt': #
|
|
1052
|
-
'quantic-utility-brand-600-alt-rgb':
|
|
1053
|
-
'quantic-utility-brand-700': #
|
|
1054
|
-
'quantic-utility-brand-700-rgb':
|
|
1055
|
-
'quantic-utility-brand-700-alt': #
|
|
1056
|
-
'quantic-utility-brand-700-alt-rgb':
|
|
1057
|
-
'quantic-utility-brand-800': #
|
|
1058
|
-
'quantic-utility-brand-800-rgb':
|
|
1059
|
-
'quantic-utility-brand-800-alt': #
|
|
1060
|
-
'quantic-utility-brand-800-alt-rgb':
|
|
1061
|
-
'quantic-utility-brand-900': #
|
|
1062
|
-
'quantic-utility-brand-900-rgb':
|
|
1063
|
-
'quantic-utility-brand-900-alt': #
|
|
1064
|
-
'quantic-utility-brand-900-alt-rgb':
|
|
1065
|
-
'quantic-utility-error-50': #
|
|
1066
|
-
'quantic-utility-error-50-rgb':
|
|
1067
|
-
'quantic-utility-error-100': #
|
|
1068
|
-
'quantic-utility-error-100-rgb':
|
|
1069
|
-
'quantic-utility-error-200': #
|
|
1070
|
-
'quantic-utility-error-200-rgb':
|
|
1071
|
-
'quantic-utility-error-300': #
|
|
1072
|
-
'quantic-utility-error-300-rgb':
|
|
1073
|
-
'quantic-utility-error-400': #
|
|
1074
|
-
'quantic-utility-error-400-rgb':
|
|
1075
|
-
'quantic-utility-error-500': #
|
|
1076
|
-
'quantic-utility-error-500-rgb':
|
|
1077
|
-
'quantic-utility-error-600': #
|
|
1078
|
-
'quantic-utility-error-600-rgb':
|
|
1079
|
-
'quantic-utility-error-700': #
|
|
1080
|
-
'quantic-utility-error-700-rgb':
|
|
1081
|
-
'quantic-utility-warning-50': #
|
|
1082
|
-
'quantic-utility-warning-50-rgb':
|
|
1083
|
-
'quantic-utility-warning-100': #
|
|
1084
|
-
'quantic-utility-warning-100-rgb':
|
|
1085
|
-
'quantic-utility-warning-200': #
|
|
1086
|
-
'quantic-utility-warning-200-rgb':
|
|
1087
|
-
'quantic-utility-warning-300': #
|
|
1088
|
-
'quantic-utility-warning-300-rgb':
|
|
1089
|
-
'quantic-utility-warning-400': #
|
|
1090
|
-
'quantic-utility-warning-400-rgb':
|
|
1091
|
-
'quantic-utility-warning-500': #
|
|
1092
|
-
'quantic-utility-warning-500-rgb':
|
|
1093
|
-
'quantic-utility-warning-600': #
|
|
1094
|
-
'quantic-utility-warning-600-rgb':
|
|
1095
|
-
'quantic-utility-warning-700': #
|
|
1096
|
-
'quantic-utility-warning-700-rgb':
|
|
1050
|
+
'quantic-utility-brand-600': #007145,
|
|
1051
|
+
'quantic-utility-brand-600-rgb': 0 113 69,
|
|
1052
|
+
'quantic-utility-brand-600-alt': #007145,
|
|
1053
|
+
'quantic-utility-brand-600-alt-rgb': 0 113 69,
|
|
1054
|
+
'quantic-utility-brand-700': #005734,
|
|
1055
|
+
'quantic-utility-brand-700-rgb': 0 87 52,
|
|
1056
|
+
'quantic-utility-brand-700-alt': #005734,
|
|
1057
|
+
'quantic-utility-brand-700-alt-rgb': 0 87 52,
|
|
1058
|
+
'quantic-utility-brand-800': #003d23,
|
|
1059
|
+
'quantic-utility-brand-800-rgb': 0 61 35,
|
|
1060
|
+
'quantic-utility-brand-800-alt': #003d23,
|
|
1061
|
+
'quantic-utility-brand-800-alt-rgb': 0 61 35,
|
|
1062
|
+
'quantic-utility-brand-900': #002513,
|
|
1063
|
+
'quantic-utility-brand-900-rgb': 0 37 19,
|
|
1064
|
+
'quantic-utility-brand-900-alt': #002513,
|
|
1065
|
+
'quantic-utility-brand-900-alt-rgb': 0 37 19,
|
|
1066
|
+
'quantic-utility-error-50': #f9ecea,
|
|
1067
|
+
'quantic-utility-error-50-rgb': 249 236 234,
|
|
1068
|
+
'quantic-utility-error-100': #f5d9d4,
|
|
1069
|
+
'quantic-utility-error-100-rgb': 245 217 212,
|
|
1070
|
+
'quantic-utility-error-200': #ecb2a9,
|
|
1071
|
+
'quantic-utility-error-200-rgb': 236 178 169,
|
|
1072
|
+
'quantic-utility-error-300': #e18c80,
|
|
1073
|
+
'quantic-utility-error-300-rgb': 225 140 128,
|
|
1074
|
+
'quantic-utility-error-400': #d1695c,
|
|
1075
|
+
'quantic-utility-error-400-rgb': 209 105 92,
|
|
1076
|
+
'quantic-utility-error-500': #b74a3d,
|
|
1077
|
+
'quantic-utility-error-500-rgb': 183 74 61,
|
|
1078
|
+
'quantic-utility-error-600': #9d372d,
|
|
1079
|
+
'quantic-utility-error-600-rgb': 157 55 45,
|
|
1080
|
+
'quantic-utility-error-700': #7c281f,
|
|
1081
|
+
'quantic-utility-error-700-rgb': 124 40 31,
|
|
1082
|
+
'quantic-utility-warning-50': #f7ede6,
|
|
1083
|
+
'quantic-utility-warning-50-rgb': 247 237 230,
|
|
1084
|
+
'quantic-utility-warning-100': #f1dccc,
|
|
1085
|
+
'quantic-utility-warning-100-rgb': 241 220 204,
|
|
1086
|
+
'quantic-utility-warning-200': #e5b896,
|
|
1087
|
+
'quantic-utility-warning-200-rgb': 229 184 150,
|
|
1088
|
+
'quantic-utility-warning-300': #d89660,
|
|
1089
|
+
'quantic-utility-warning-300-rgb': 216 150 96,
|
|
1090
|
+
'quantic-utility-warning-400': #c77629,
|
|
1091
|
+
'quantic-utility-warning-400-rgb': 199 118 41,
|
|
1092
|
+
'quantic-utility-warning-500': #a85b00,
|
|
1093
|
+
'quantic-utility-warning-500-rgb': 168 91 0,
|
|
1094
|
+
'quantic-utility-warning-600': #8c4b00,
|
|
1095
|
+
'quantic-utility-warning-600-rgb': 140 75 0,
|
|
1096
|
+
'quantic-utility-warning-700': #6d3900,
|
|
1097
|
+
'quantic-utility-warning-700-rgb': 109 57 0,
|
|
1097
1098
|
'quantic-utility-success-50': #ecfdf3,
|
|
1098
1099
|
'quantic-utility-success-50-rgb': 236 253 243,
|
|
1099
1100
|
'quantic-utility-success-100': #dcfae6,
|
|
@@ -1126,22 +1127,22 @@ $tokens: (
|
|
|
1126
1127
|
'quantic-utility-gray-blue-600-rgb': 62 71 132,
|
|
1127
1128
|
'quantic-utility-gray-blue-700': #363f72,
|
|
1128
1129
|
'quantic-utility-gray-blue-700-rgb': 54 63 114,
|
|
1129
|
-
'quantic-utility-green-50': #
|
|
1130
|
-
'quantic-utility-green-50-rgb':
|
|
1131
|
-
'quantic-utility-green-100': #
|
|
1132
|
-
'quantic-utility-green-100-rgb':
|
|
1133
|
-
'quantic-utility-green-200': #
|
|
1134
|
-
'quantic-utility-green-200-rgb':
|
|
1130
|
+
'quantic-utility-green-50': #e6f3ea,
|
|
1131
|
+
'quantic-utility-green-50-rgb': 230 243 234,
|
|
1132
|
+
'quantic-utility-green-100': #cbe9d6,
|
|
1133
|
+
'quantic-utility-green-100-rgb': 203 233 214,
|
|
1134
|
+
'quantic-utility-green-200': #92d4ad,
|
|
1135
|
+
'quantic-utility-green-200-rgb': 146 212 173,
|
|
1135
1136
|
'quantic-utility-green-300': #17c484,
|
|
1136
1137
|
'quantic-utility-green-300-rgb': 23 196 132,
|
|
1137
1138
|
'quantic-utility-green-400': #12a66f,
|
|
1138
1139
|
'quantic-utility-green-400-rgb': 18 166 111,
|
|
1139
1140
|
'quantic-utility-green-500': #0b8759,
|
|
1140
1141
|
'quantic-utility-green-500-rgb': 11 135 89,
|
|
1141
|
-
'quantic-utility-green-600': #
|
|
1142
|
-
'quantic-utility-green-600-rgb':
|
|
1143
|
-
'quantic-utility-green-700': #
|
|
1144
|
-
'quantic-utility-green-700-rgb':
|
|
1142
|
+
'quantic-utility-green-600': #007145,
|
|
1143
|
+
'quantic-utility-green-600-rgb': 0 113 69,
|
|
1144
|
+
'quantic-utility-green-700': #005734,
|
|
1145
|
+
'quantic-utility-green-700-rgb': 0 87 52,
|
|
1145
1146
|
'quantic-utility-blue-light-50': #f0f9ff,
|
|
1146
1147
|
'quantic-utility-blue-light-50-rgb': 240 249 255,
|
|
1147
1148
|
'quantic-utility-blue-light-100': #e0f2fe,
|
|
@@ -1158,22 +1159,22 @@ $tokens: (
|
|
|
1158
1159
|
'quantic-utility-blue-light-600-rgb': 0 134 201,
|
|
1159
1160
|
'quantic-utility-blue-light-700': #026aa2,
|
|
1160
1161
|
'quantic-utility-blue-light-700-rgb': 2 106 162,
|
|
1161
|
-
'quantic-utility-blue-50': #
|
|
1162
|
-
'quantic-utility-blue-50-rgb':
|
|
1163
|
-
'quantic-utility-blue-100': #
|
|
1164
|
-
'quantic-utility-blue-100-rgb':
|
|
1165
|
-
'quantic-utility-blue-200': #
|
|
1166
|
-
'quantic-utility-blue-200-rgb':
|
|
1167
|
-
'quantic-utility-blue-300': #
|
|
1168
|
-
'quantic-utility-blue-300-rgb':
|
|
1169
|
-
'quantic-utility-blue-400': #
|
|
1170
|
-
'quantic-utility-blue-400-rgb':
|
|
1171
|
-
'quantic-utility-blue-500': #
|
|
1172
|
-
'quantic-utility-blue-500-rgb':
|
|
1173
|
-
'quantic-utility-blue-600': #
|
|
1174
|
-
'quantic-utility-blue-600-rgb':
|
|
1175
|
-
'quantic-utility-blue-700': #
|
|
1176
|
-
'quantic-utility-blue-700-rgb':
|
|
1162
|
+
'quantic-utility-blue-50': #e6f1f8,
|
|
1163
|
+
'quantic-utility-blue-50-rgb': 230 241 248,
|
|
1164
|
+
'quantic-utility-blue-100': #cde4f3,
|
|
1165
|
+
'quantic-utility-blue-100-rgb': 205 228 243,
|
|
1166
|
+
'quantic-utility-blue-200': #98caea,
|
|
1167
|
+
'quantic-utility-blue-200-rgb': 152 202 234,
|
|
1168
|
+
'quantic-utility-blue-300': #5fb0e1,
|
|
1169
|
+
'quantic-utility-blue-300-rgb': 95 176 225,
|
|
1170
|
+
'quantic-utility-blue-400': #1997d3,
|
|
1171
|
+
'quantic-utility-blue-400-rgb': 25 151 211,
|
|
1172
|
+
'quantic-utility-blue-500': #007baf,
|
|
1173
|
+
'quantic-utility-blue-500-rgb': 0 123 175,
|
|
1174
|
+
'quantic-utility-blue-600': #006692,
|
|
1175
|
+
'quantic-utility-blue-600-rgb': 0 102 146,
|
|
1176
|
+
'quantic-utility-blue-700': #004f72,
|
|
1177
|
+
'quantic-utility-blue-700-rgb': 0 79 114,
|
|
1177
1178
|
'quantic-utility-blue-dark-50': #eff4ff,
|
|
1178
1179
|
'quantic-utility-blue-dark-50-rgb': 239 244 255,
|
|
1179
1180
|
'quantic-utility-blue-dark-100': #d1e0ff,
|
|
@@ -1190,22 +1191,22 @@ $tokens: (
|
|
|
1190
1191
|
'quantic-utility-blue-dark-600-rgb': 21 94 239,
|
|
1191
1192
|
'quantic-utility-blue-dark-700': #004eeb,
|
|
1192
1193
|
'quantic-utility-blue-dark-700-rgb': 0 78 235,
|
|
1193
|
-
'quantic-utility-indigo-50': #
|
|
1194
|
-
'quantic-utility-indigo-50-rgb':
|
|
1195
|
-
'quantic-utility-indigo-100': #
|
|
1196
|
-
'quantic-utility-indigo-100-rgb': 224
|
|
1197
|
-
'quantic-utility-indigo-200': #
|
|
1198
|
-
'quantic-utility-indigo-200-rgb':
|
|
1199
|
-
'quantic-utility-indigo-300': #
|
|
1200
|
-
'quantic-utility-indigo-300-rgb':
|
|
1201
|
-
'quantic-utility-indigo-400': #
|
|
1202
|
-
'quantic-utility-indigo-400-rgb':
|
|
1203
|
-
'quantic-utility-indigo-500': #
|
|
1204
|
-
'quantic-utility-indigo-500-rgb':
|
|
1205
|
-
'quantic-utility-indigo-600': #
|
|
1206
|
-
'quantic-utility-indigo-600-rgb':
|
|
1207
|
-
'quantic-utility-indigo-700': #
|
|
1208
|
-
'quantic-utility-indigo-700-rgb':
|
|
1194
|
+
'quantic-utility-indigo-50': #eaeffa,
|
|
1195
|
+
'quantic-utility-indigo-50-rgb': 234 239 250,
|
|
1196
|
+
'quantic-utility-indigo-100': #d6e0f6,
|
|
1197
|
+
'quantic-utility-indigo-100-rgb': 214 224 246,
|
|
1198
|
+
'quantic-utility-indigo-200': #adc2f1,
|
|
1199
|
+
'quantic-utility-indigo-200-rgb': 173 194 241,
|
|
1200
|
+
'quantic-utility-indigo-300': #86a5ea,
|
|
1201
|
+
'quantic-utility-indigo-300-rgb': 134 165 234,
|
|
1202
|
+
'quantic-utility-indigo-400': #6489de,
|
|
1203
|
+
'quantic-utility-indigo-400-rgb': 100 137 222,
|
|
1204
|
+
'quantic-utility-indigo-500': #476dc6,
|
|
1205
|
+
'quantic-utility-indigo-500-rgb': 71 109 198,
|
|
1206
|
+
'quantic-utility-indigo-600': #3759ab,
|
|
1207
|
+
'quantic-utility-indigo-600-rgb': 55 89 171,
|
|
1208
|
+
'quantic-utility-indigo-700': #284488,
|
|
1209
|
+
'quantic-utility-indigo-700-rgb': 40 68 136,
|
|
1209
1210
|
'quantic-utility-purple-50': #f4f3ff,
|
|
1210
1211
|
'quantic-utility-purple-50-rgb': 244 243 255,
|
|
1211
1212
|
'quantic-utility-purple-100': #ebe9fe,
|
|
@@ -1222,38 +1223,38 @@ $tokens: (
|
|
|
1222
1223
|
'quantic-utility-purple-600-rgb': 105 56 239,
|
|
1223
1224
|
'quantic-utility-purple-700': #5925dc,
|
|
1224
1225
|
'quantic-utility-purple-700-rgb': 89 37 220,
|
|
1225
|
-
'quantic-utility-fuchsia-50': #
|
|
1226
|
-
'quantic-utility-fuchsia-50-rgb':
|
|
1227
|
-
'quantic-utility-fuchsia-100': #
|
|
1228
|
-
'quantic-utility-fuchsia-100-rgb':
|
|
1229
|
-
'quantic-utility-fuchsia-200': #
|
|
1230
|
-
'quantic-utility-fuchsia-200-rgb':
|
|
1231
|
-
'quantic-utility-fuchsia-300': #
|
|
1232
|
-
'quantic-utility-fuchsia-300-rgb':
|
|
1233
|
-
'quantic-utility-fuchsia-400': #
|
|
1234
|
-
'quantic-utility-fuchsia-400-rgb':
|
|
1235
|
-
'quantic-utility-fuchsia-500': #
|
|
1236
|
-
'quantic-utility-fuchsia-500-rgb':
|
|
1237
|
-
'quantic-utility-fuchsia-600': #
|
|
1238
|
-
'quantic-utility-fuchsia-600-rgb':
|
|
1239
|
-
'quantic-utility-fuchsia-700': #
|
|
1240
|
-
'quantic-utility-fuchsia-700-rgb':
|
|
1241
|
-
'quantic-utility-pink-50': #
|
|
1242
|
-
'quantic-utility-pink-50-rgb':
|
|
1243
|
-
'quantic-utility-pink-100': #
|
|
1244
|
-
'quantic-utility-pink-100-rgb':
|
|
1245
|
-
'quantic-utility-pink-200': #
|
|
1246
|
-
'quantic-utility-pink-200-rgb':
|
|
1247
|
-
'quantic-utility-pink-300': #
|
|
1248
|
-
'quantic-utility-pink-300-rgb':
|
|
1249
|
-
'quantic-utility-pink-400': #
|
|
1250
|
-
'quantic-utility-pink-400-rgb':
|
|
1251
|
-
'quantic-utility-pink-500': #
|
|
1252
|
-
'quantic-utility-pink-500-rgb':
|
|
1253
|
-
'quantic-utility-pink-600': #
|
|
1254
|
-
'quantic-utility-pink-600-rgb':
|
|
1255
|
-
'quantic-utility-pink-700': #
|
|
1256
|
-
'quantic-utility-pink-700-rgb':
|
|
1226
|
+
'quantic-utility-fuchsia-50': #f5ecf4,
|
|
1227
|
+
'quantic-utility-fuchsia-50-rgb': 245 236 244,
|
|
1228
|
+
'quantic-utility-fuchsia-100': #ecd9eb,
|
|
1229
|
+
'quantic-utility-fuchsia-100-rgb': 236 217 235,
|
|
1230
|
+
'quantic-utility-fuchsia-200': #dbb3da,
|
|
1231
|
+
'quantic-utility-fuchsia-200-rgb': 219 179 218,
|
|
1232
|
+
'quantic-utility-fuchsia-300': #ca8ec9,
|
|
1233
|
+
'quantic-utility-fuchsia-300-rgb': 202 142 201,
|
|
1234
|
+
'quantic-utility-fuchsia-400': #b76db7,
|
|
1235
|
+
'quantic-utility-fuchsia-400-rgb': 183 109 183,
|
|
1236
|
+
'quantic-utility-fuchsia-500': #9d4f9d,
|
|
1237
|
+
'quantic-utility-fuchsia-500-rgb': 157 79 157,
|
|
1238
|
+
'quantic-utility-fuchsia-600': #853d86,
|
|
1239
|
+
'quantic-utility-fuchsia-600-rgb': 133 61 134,
|
|
1240
|
+
'quantic-utility-fuchsia-700': #692d69,
|
|
1241
|
+
'quantic-utility-fuchsia-700-rgb': 105 45 105,
|
|
1242
|
+
'quantic-utility-pink-50': #f8ebef,
|
|
1243
|
+
'quantic-utility-pink-50-rgb': 248 235 239,
|
|
1244
|
+
'quantic-utility-pink-100': #f3d8e0,
|
|
1245
|
+
'quantic-utility-pink-100-rgb': 243 216 224,
|
|
1246
|
+
'quantic-utility-pink-200': #e9b0c2,
|
|
1247
|
+
'quantic-utility-pink-200-rgb': 233 176 194,
|
|
1248
|
+
'quantic-utility-pink-300': #dc8aa6,
|
|
1249
|
+
'quantic-utility-pink-300-rgb': 220 138 166,
|
|
1250
|
+
'quantic-utility-pink-400': #cc678c,
|
|
1251
|
+
'quantic-utility-pink-400-rgb': 204 103 140,
|
|
1252
|
+
'quantic-utility-pink-500': #b14772,
|
|
1253
|
+
'quantic-utility-pink-500-rgb': 177 71 114,
|
|
1254
|
+
'quantic-utility-pink-600': #98355e,
|
|
1255
|
+
'quantic-utility-pink-600-rgb': 152 53 94,
|
|
1256
|
+
'quantic-utility-pink-700': #782648,
|
|
1257
|
+
'quantic-utility-pink-700-rgb': 120 38 72,
|
|
1257
1258
|
'quantic-utility-orange-dark-50': #fff4ed,
|
|
1258
1259
|
'quantic-utility-orange-dark-50-rgb': 255 244 237,
|
|
1259
1260
|
'quantic-utility-orange-dark-100': #ffe6d5,
|
|
@@ -1304,24 +1305,24 @@ $tokens: (
|
|
|
1304
1305
|
'quantic-fg-disabled-rgb': 164 167 174,
|
|
1305
1306
|
'quantic-fg-disabled-subtle': #d5d7da,
|
|
1306
1307
|
'quantic-fg-disabled-subtle-rgb': 213 215 218,
|
|
1307
|
-
'quantic-fg-brand-primary': #
|
|
1308
|
-
'quantic-fg-brand-primary-rgb':
|
|
1309
|
-
'quantic-fg-brand-primary-alt': #
|
|
1310
|
-
'quantic-fg-brand-primary-alt-rgb':
|
|
1308
|
+
'quantic-fg-brand-primary': #007145,
|
|
1309
|
+
'quantic-fg-brand-primary-rgb': 0 113 69,
|
|
1310
|
+
'quantic-fg-brand-primary-alt': #007145,
|
|
1311
|
+
'quantic-fg-brand-primary-alt-rgb': 0 113 69,
|
|
1311
1312
|
'quantic-fg-brand-secondary': #0b8759,
|
|
1312
1313
|
'quantic-fg-brand-secondary-rgb': 11 135 89,
|
|
1313
1314
|
'quantic-fg-brand-secondary-alt': #0b8759,
|
|
1314
1315
|
'quantic-fg-brand-secondary-alt-rgb': 11 135 89,
|
|
1315
|
-
'quantic-fg-brand-secondary-hover': #
|
|
1316
|
-
'quantic-fg-brand-secondary-hover-rgb':
|
|
1317
|
-
'quantic-fg-error-primary': #
|
|
1318
|
-
'quantic-fg-error-primary-rgb':
|
|
1319
|
-
'quantic-fg-error-secondary': #
|
|
1320
|
-
'quantic-fg-error-secondary-rgb':
|
|
1321
|
-
'quantic-fg-warning-primary': #
|
|
1322
|
-
'quantic-fg-warning-primary-rgb':
|
|
1323
|
-
'quantic-fg-warning-secondary': #
|
|
1324
|
-
'quantic-fg-warning-secondary-rgb':
|
|
1316
|
+
'quantic-fg-brand-secondary-hover': #007145,
|
|
1317
|
+
'quantic-fg-brand-secondary-hover-rgb': 0 113 69,
|
|
1318
|
+
'quantic-fg-error-primary': #9d372d,
|
|
1319
|
+
'quantic-fg-error-primary-rgb': 157 55 45,
|
|
1320
|
+
'quantic-fg-error-secondary': #b74a3d,
|
|
1321
|
+
'quantic-fg-error-secondary-rgb': 183 74 61,
|
|
1322
|
+
'quantic-fg-warning-primary': #8c4b00,
|
|
1323
|
+
'quantic-fg-warning-primary-rgb': 140 75 0,
|
|
1324
|
+
'quantic-fg-warning-secondary': #a85b00,
|
|
1325
|
+
'quantic-fg-warning-secondary-rgb': 168 91 0,
|
|
1325
1326
|
'quantic-fg-success-primary': #079455,
|
|
1326
1327
|
'quantic-fg-success-primary-rgb': 7 148 85,
|
|
1327
1328
|
'quantic-fg-success-secondary': #17b26a,
|
|
@@ -1330,8 +1331,8 @@ $tokens: (
|
|
|
1330
1331
|
'quantic-bg-primary-rgb': 233 234 235,
|
|
1331
1332
|
'quantic-focus-ring': #0b8759,
|
|
1332
1333
|
'quantic-focus-ring-rgb': 11 135 89,
|
|
1333
|
-
'quantic-focus-ring-error': #
|
|
1334
|
-
'quantic-focus-ring-error-rgb':
|
|
1334
|
+
'quantic-focus-ring-error': #b74a3d,
|
|
1335
|
+
'quantic-focus-ring-error-rgb': 183 74 61,
|
|
1335
1336
|
'quantic-shadow-xs': rgba(10, 13, 18, 0.05),
|
|
1336
1337
|
'quantic-shadow-main-centre-md': rgba(10, 13, 18, 0.14),
|
|
1337
1338
|
'quantic-shadow-main-centre-lg': rgba(10, 13, 18, 0.18),
|
|
@@ -1385,50 +1386,50 @@ $tokens: (
|
|
|
1385
1386
|
'quantic-bg-brand-primary-rgb': 18 166 111,
|
|
1386
1387
|
'quantic-bg-brand-primary-hover': #0b8759,
|
|
1387
1388
|
'quantic-bg-brand-primary-hover-rgb': 11 135 89,
|
|
1388
|
-
'quantic-bg-brand-primary-alt': #
|
|
1389
|
-
'quantic-bg-brand-primary-alt-rgb':
|
|
1390
|
-
'quantic-bg-brand-secondary': #
|
|
1391
|
-
'quantic-bg-brand-secondary-rgb':
|
|
1392
|
-
'quantic-bg-brand-solid': #
|
|
1393
|
-
'quantic-bg-brand-solid-rgb':
|
|
1394
|
-
'quantic-bg-brand-solid-hover': #
|
|
1395
|
-
'quantic-bg-brand-solid-hover-rgb':
|
|
1396
|
-
'quantic-bg-brand-section': #
|
|
1397
|
-
'quantic-bg-brand-section-rgb':
|
|
1398
|
-
'quantic-bg-brand-section-subtle': #
|
|
1399
|
-
'quantic-bg-brand-section-subtle-rgb':
|
|
1400
|
-
'quantic-bg-error-primary': #
|
|
1401
|
-
'quantic-bg-error-primary-rgb':
|
|
1402
|
-
'quantic-bg-error-secondary': #
|
|
1403
|
-
'quantic-bg-error-secondary-rgb':
|
|
1404
|
-
'quantic-bg-error-solid': #
|
|
1405
|
-
'quantic-bg-error-solid-rgb':
|
|
1406
|
-
'quantic-bg-warning-primary': #
|
|
1407
|
-
'quantic-bg-warning-primary-rgb':
|
|
1408
|
-
'quantic-bg-warning-secondary': #
|
|
1409
|
-
'quantic-bg-warning-secondary-rgb':
|
|
1410
|
-
'quantic-bg-warning-solid': #
|
|
1411
|
-
'quantic-bg-warning-solid-rgb':
|
|
1389
|
+
'quantic-bg-brand-primary-alt': #e6f3ea,
|
|
1390
|
+
'quantic-bg-brand-primary-alt-rgb': 230 243 234,
|
|
1391
|
+
'quantic-bg-brand-secondary': #cbe9d6,
|
|
1392
|
+
'quantic-bg-brand-secondary-rgb': 203 233 214,
|
|
1393
|
+
'quantic-bg-brand-solid': #007145,
|
|
1394
|
+
'quantic-bg-brand-solid-rgb': 0 113 69,
|
|
1395
|
+
'quantic-bg-brand-solid-hover': #005734,
|
|
1396
|
+
'quantic-bg-brand-solid-hover-rgb': 0 87 52,
|
|
1397
|
+
'quantic-bg-brand-section': #003d23,
|
|
1398
|
+
'quantic-bg-brand-section-rgb': 0 61 35,
|
|
1399
|
+
'quantic-bg-brand-section-subtle': #005734,
|
|
1400
|
+
'quantic-bg-brand-section-subtle-rgb': 0 87 52,
|
|
1401
|
+
'quantic-bg-error-primary': #f9ecea,
|
|
1402
|
+
'quantic-bg-error-primary-rgb': 249 236 234,
|
|
1403
|
+
'quantic-bg-error-secondary': #f5d9d4,
|
|
1404
|
+
'quantic-bg-error-secondary-rgb': 245 217 212,
|
|
1405
|
+
'quantic-bg-error-solid': #9d372d,
|
|
1406
|
+
'quantic-bg-error-solid-rgb': 157 55 45,
|
|
1407
|
+
'quantic-bg-warning-primary': #f7ede6,
|
|
1408
|
+
'quantic-bg-warning-primary-rgb': 247 237 230,
|
|
1409
|
+
'quantic-bg-warning-secondary': #f1dccc,
|
|
1410
|
+
'quantic-bg-warning-secondary-rgb': 241 220 204,
|
|
1411
|
+
'quantic-bg-warning-solid': #8c4b00,
|
|
1412
|
+
'quantic-bg-warning-solid-rgb': 140 75 0,
|
|
1412
1413
|
'quantic-bg-success-primary': #ecfdf3,
|
|
1413
1414
|
'quantic-bg-success-primary-rgb': 236 253 243,
|
|
1414
1415
|
'quantic-bg-success-secondary': #dcfae6,
|
|
1415
1416
|
'quantic-bg-success-secondary-rgb': 220 250 230,
|
|
1416
1417
|
'quantic-bg-success-solid': #079455,
|
|
1417
1418
|
'quantic-bg-success-solid-rgb': 7 148 85,
|
|
1418
|
-
'quantic-utility-yellow-50': #
|
|
1419
|
-
'quantic-utility-yellow-50-rgb':
|
|
1420
|
-
'quantic-utility-yellow-100': #
|
|
1421
|
-
'quantic-utility-yellow-100-rgb':
|
|
1422
|
-
'quantic-utility-yellow-200': #
|
|
1423
|
-
'quantic-utility-yellow-200-rgb':
|
|
1424
|
-
'quantic-utility-yellow-300': #
|
|
1425
|
-
'quantic-utility-yellow-300-rgb':
|
|
1426
|
-
'quantic-utility-yellow-400': #
|
|
1427
|
-
'quantic-utility-yellow-400-rgb':
|
|
1428
|
-
'quantic-utility-yellow-500': #
|
|
1429
|
-
'quantic-utility-yellow-500-rgb':
|
|
1430
|
-
'quantic-utility-yellow-600': #
|
|
1431
|
-
'quantic-utility-yellow-600-rgb':
|
|
1432
|
-
'quantic-utility-yellow-700': #
|
|
1433
|
-
'quantic-utility-yellow-700-rgb':
|
|
1419
|
+
'quantic-utility-yellow-50': #f2efe4,
|
|
1420
|
+
'quantic-utility-yellow-50-rgb': 242 239 228,
|
|
1421
|
+
'quantic-utility-yellow-100': #e6e1c9,
|
|
1422
|
+
'quantic-utility-yellow-100-rgb': 230 225 201,
|
|
1423
|
+
'quantic-utility-yellow-200': #d0c38f,
|
|
1424
|
+
'quantic-utility-yellow-200-rgb': 208 195 143,
|
|
1425
|
+
'quantic-utility-yellow-300': #baa653,
|
|
1426
|
+
'quantic-utility-yellow-300-rgb': 186 166 83,
|
|
1427
|
+
'quantic-utility-yellow-400': #a58b00,
|
|
1428
|
+
'quantic-utility-yellow-400-rgb': 165 139 0,
|
|
1429
|
+
'quantic-utility-yellow-500': #867100,
|
|
1430
|
+
'quantic-utility-yellow-500-rgb': 134 113 0,
|
|
1431
|
+
'quantic-utility-yellow-600': #6f5d00,
|
|
1432
|
+
'quantic-utility-yellow-600-rgb': 111 93 0,
|
|
1433
|
+
'quantic-utility-yellow-700': #564800,
|
|
1434
|
+
'quantic-utility-yellow-700-rgb': 86 72 0
|
|
1434
1435
|
);
|