@mozaic-ds/vue 0.16.1-beta.0 → 0.18.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/dist/mozaic-vue.adeo.css +1 -1
- package/dist/mozaic-vue.adeo.umd.js +10478 -6458
- package/dist/mozaic-vue.common.js +10478 -6458
- package/dist/mozaic-vue.common.js.map +1 -1
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.umd.js +10478 -6458
- package/dist/mozaic-vue.umd.js.map +1 -1
- package/dist/mozaic-vue.umd.min.js +1 -1
- package/dist/mozaic-vue.umd.min.js.map +1 -1
- package/package.json +5 -5
- package/src/components/autocomplete/MAutocomplete.vue +198 -0
- package/src/components/autocomplete/index.js +7 -0
- package/src/components/card/MCard.vue +1 -0
- package/src/components/checkbox/MCheckboxGroup.vue +8 -2
- package/src/components/container/MContainer.vue +4 -2
- package/src/components/datatable/MDataTable.vue +1 -1
- package/src/components/fileuploader/MFileResult.vue +5 -0
- package/src/components/fileuploader/MFileUploader.vue +1 -0
- package/src/components/index.js +2 -0
- package/src/components/layer/MLayer.vue +6 -0
- package/src/components/listbox/MListBox.vue +106 -0
- package/src/components/listbox/index.js +7 -0
- package/src/components/optioncard/MOptionCard.vue +2 -0
- package/src/components/tabs/MTab.vue +35 -9
- package/src/components/tags/MTag.vue +21 -0
- package/src/components/textinput/MTextInput.vue +5 -0
- package/src/index.js +2 -0
- package/src/tokens/adeo/android/colors.xml +55 -44
- package/src/tokens/adeo/css/_variables.scss +55 -44
- package/src/tokens/adeo/css/root.scss +55 -44
- package/src/tokens/adeo/ios/StyleDictionaryColor.h +11 -0
- package/src/tokens/adeo/ios/StyleDictionaryColor.m +49 -38
- package/src/tokens/adeo/ios/StyleDictionaryColor.swift +55 -44
- package/src/tokens/adeo/js/tokens.js +55 -44
- package/src/tokens/adeo/js/tokensObject.js +379 -111
- package/src/tokens/adeo/scss/_tokens.scss +74 -48
- package/types/index.d.ts +4 -0
|
@@ -151,13 +151,13 @@
|
|
|
151
151
|
[UIColor colorWithRed:0.000f green:0.412f blue:0.008f alpha:1.000f],
|
|
152
152
|
[UIColor colorWithRed:0.012f green:0.314f blue:0.063f alpha:1.000f],
|
|
153
153
|
[UIColor colorWithRed:0.008f green:0.212f blue:0.094f alpha:1.000f],
|
|
154
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
154
|
+
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
155
155
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
156
156
|
[UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
|
|
157
157
|
[UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
|
|
158
158
|
[UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
|
|
159
159
|
[UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
|
|
160
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
160
|
+
[UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
|
|
161
161
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
162
162
|
[UIColor colorWithRed:0.000f green:0.459f blue:0.455f alpha:1.000f],
|
|
163
163
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
@@ -175,17 +175,17 @@
|
|
|
175
175
|
[UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
|
|
176
176
|
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
177
177
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
178
|
-
[UIColor colorWithRed:0.
|
|
178
|
+
[UIColor colorWithRed:0.706f green:0.165f blue:0.153f alpha:1.000f],
|
|
179
179
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
180
180
|
[UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
|
|
181
181
|
[UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
|
|
182
182
|
[UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
|
|
183
183
|
[UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
|
|
184
|
-
[UIColor colorWithRed:0.
|
|
184
|
+
[UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
|
|
185
185
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
186
186
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
187
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
188
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
187
|
+
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
188
|
+
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
189
189
|
[UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
|
|
190
190
|
[UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
|
|
191
191
|
[UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
|
|
@@ -208,8 +208,8 @@
|
|
|
208
208
|
[UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
|
|
209
209
|
[UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
|
|
210
210
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
211
|
-
[UIColor colorWithRed:0.
|
|
212
|
-
[UIColor colorWithRed:0.
|
|
211
|
+
[UIColor colorWithRed:0.706f green:0.165f blue:0.153f alpha:1.000f],
|
|
212
|
+
[UIColor colorWithRed:0.706f green:0.165f blue:0.153f alpha:1.000f],
|
|
213
213
|
[UIColor colorWithRed:0.545f green:0.133f blue:0.149f alpha:1.000f],
|
|
214
214
|
[UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
|
|
215
215
|
[UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
|
|
@@ -228,11 +228,11 @@
|
|
|
228
228
|
[UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
|
|
229
229
|
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
230
230
|
[UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
|
|
231
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
232
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
231
|
+
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
232
|
+
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
233
233
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
234
|
-
[UIColor colorWithRed:0.
|
|
235
|
-
[UIColor colorWithRed:0.
|
|
234
|
+
[UIColor colorWithRed:0.294f green:0.290f blue:0.549f alpha:1.000f],
|
|
235
|
+
[UIColor colorWithRed:0.294f green:0.290f blue:0.549f alpha:1.000f],
|
|
236
236
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
237
237
|
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
|
|
238
238
|
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
|
|
@@ -240,15 +240,15 @@
|
|
|
240
240
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
241
241
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
242
242
|
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
|
|
243
|
-
[UIColor colorWithRed:0.
|
|
244
|
-
[UIColor colorWithRed:0.
|
|
243
|
+
[UIColor colorWithRed:0.706f green:0.165f blue:0.153f alpha:1.000f],
|
|
244
|
+
[UIColor colorWithRed:0.706f green:0.165f blue:0.153f alpha:1.000f],
|
|
245
245
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
246
246
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
247
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
248
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
247
|
+
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
248
|
+
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
249
249
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
250
|
-
[UIColor colorWithRed:0.
|
|
251
|
-
[UIColor colorWithRed:0.
|
|
250
|
+
[UIColor colorWithRed:0.294f green:0.290f blue:0.549f alpha:1.000f],
|
|
251
|
+
[UIColor colorWithRed:0.294f green:0.290f blue:0.549f alpha:1.000f],
|
|
252
252
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
253
253
|
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
|
|
254
254
|
[UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
|
|
@@ -256,8 +256,8 @@
|
|
|
256
256
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
257
257
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
258
258
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
259
|
-
[UIColor colorWithRed:0.
|
|
260
|
-
[UIColor colorWithRed:0.
|
|
259
|
+
[UIColor colorWithRed:0.706f green:0.165f blue:0.153f alpha:1.000f],
|
|
260
|
+
[UIColor colorWithRed:0.706f green:0.165f blue:0.153f alpha:1.000f],
|
|
261
261
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
262
262
|
[UIColor colorWithRed:0.459f green:0.537f blue:0.573f alpha:1.000f],
|
|
263
263
|
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
[UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
|
|
299
299
|
[UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
|
|
300
300
|
[UIColor colorWithRed:0.655f green:0.651f blue:0.627f alpha:1.000f],
|
|
301
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
301
|
+
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
302
302
|
[UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
|
|
303
303
|
[UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
|
|
304
304
|
[UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
|
|
@@ -339,45 +339,56 @@
|
|
|
339
339
|
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
340
340
|
[UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
|
|
341
341
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
342
|
-
[UIColor colorWithRed:0.
|
|
343
|
-
[UIColor colorWithRed:0.
|
|
344
|
-
[UIColor colorWithRed:0.
|
|
342
|
+
[UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
|
|
343
|
+
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
344
|
+
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
345
345
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
346
346
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
347
347
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
348
|
-
[UIColor colorWithRed:0.
|
|
349
|
-
[UIColor colorWithRed:0.
|
|
348
|
+
[UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
|
|
349
|
+
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
350
350
|
[UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
|
|
351
351
|
[UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
|
|
352
|
-
[UIColor colorWithRed:0.
|
|
352
|
+
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
353
353
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
354
354
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
355
355
|
[UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
|
|
356
356
|
[UIColor colorWithRed:0.333f green:0.333f blue:0.314f alpha:1.000f],
|
|
357
|
-
[UIColor colorWithRed:
|
|
357
|
+
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
358
|
+
[UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
|
|
358
359
|
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
359
360
|
[UIColor colorWithRed:0.282f green:0.729f blue:0.769f alpha:1.000f],
|
|
360
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
361
|
+
[UIColor colorWithRed:0.000f green:0.306f blue:0.341f alpha:1.000f],
|
|
362
|
+
[UIColor colorWithRed:0.000f green:0.306f blue:0.341f alpha:1.000f],
|
|
363
|
+
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
361
364
|
[UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
|
|
362
365
|
[UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
|
|
363
|
-
[UIColor colorWithRed:0.000f green:0.
|
|
364
|
-
[UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
|
|
366
|
+
[UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
|
|
365
367
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
366
|
-
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
367
|
-
[UIColor colorWithRed:0.000f green:0.306f blue:0.341f alpha:1.000f],
|
|
368
368
|
[UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
|
|
369
|
+
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
370
|
+
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
371
|
+
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
372
|
+
[UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
|
|
373
|
+
[UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
|
|
374
|
+
[UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
|
|
375
|
+
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
376
|
+
[UIColor colorWithRed:0.000f green:0.620f blue:0.675f alpha:1.000f],
|
|
377
|
+
[UIColor colorWithRed:0.000f green:0.620f blue:0.675f alpha:1.000f],
|
|
378
|
+
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
379
|
+
[UIColor colorWithRed:0.282f green:0.729f blue:0.769f alpha:1.000f],
|
|
369
380
|
[UIColor colorWithRed:0.333f green:0.333f blue:0.314f alpha:1.000f],
|
|
370
381
|
[UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
|
|
371
|
-
[UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
|
|
372
|
-
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
373
|
-
[UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
|
|
374
|
-
[UIColor colorWithRed:0.761f green:0.757f blue:0.729f alpha:1.000f],
|
|
375
|
-
[UIColor colorWithRed:0.655f green:0.651f blue:0.627f alpha:1.000f],
|
|
376
382
|
[UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
|
|
377
383
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
378
384
|
[UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
|
|
379
385
|
[UIColor colorWithRed:0.333f green:0.333f blue:0.314f alpha:1.000f],
|
|
380
386
|
[UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
|
|
387
|
+
[UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
|
|
388
|
+
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
389
|
+
[UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
|
|
390
|
+
[UIColor colorWithRed:0.761f green:0.757f blue:0.729f alpha:1.000f],
|
|
391
|
+
[UIColor colorWithRed:0.655f green:0.651f blue:0.627f alpha:1.000f],
|
|
381
392
|
[UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
|
|
382
393
|
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
|
|
383
394
|
[UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
|
|
@@ -23,19 +23,19 @@ public class StyleDictionaryColor {
|
|
|
23
23
|
public static let colorBadgeWarningText = UIColor(red: 0.549, green: 0.208, blue: 0.000, alpha: 1)
|
|
24
24
|
public static let colorButtonBorderedActiveBackground = UIColor(red: 0.569, green: 0.835, blue: 0.859, alpha: 1)
|
|
25
25
|
public static let colorButtonBorderedBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
26
|
-
public static let colorButtonBorderedBorder = UIColor(red: 0.000, green: 0.
|
|
26
|
+
public static let colorButtonBorderedBorder = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
27
27
|
public static let colorButtonBorderedDangerActiveBackground = UIColor(red: 0.980, green: 0.725, blue: 0.737, alpha: 1)
|
|
28
28
|
public static let colorButtonBorderedDangerBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
29
|
-
public static let colorButtonBorderedDangerBorder = UIColor(red: 0.
|
|
29
|
+
public static let colorButtonBorderedDangerBorder = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
|
|
30
30
|
public static let colorButtonBorderedDangerDisabledBackground = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
|
|
31
31
|
public static let colorButtonBorderedDangerDisabledFont = UIColor(red: 0.443, green: 0.439, blue: 0.420, alpha: 1)
|
|
32
32
|
public static let colorButtonBorderedDangerFocusBorder = UIColor(red: 0.545, green: 0.133, blue: 0.149, alpha: 1)
|
|
33
|
-
public static let colorButtonBorderedDangerFont = UIColor(red: 0.
|
|
33
|
+
public static let colorButtonBorderedDangerFont = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
|
|
34
34
|
public static let colorButtonBorderedDangerHoverBackground = UIColor(red: 0.996, green: 0.929, blue: 0.933, alpha: 1)
|
|
35
35
|
public static let colorButtonBorderedDisabledBackground = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
|
|
36
36
|
public static let colorButtonBorderedDisabledFont = UIColor(red: 0.443, green: 0.439, blue: 0.420, alpha: 1)
|
|
37
37
|
public static let colorButtonBorderedFocusBorder = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
38
|
-
public static let colorButtonBorderedFont = UIColor(red: 0.000, green: 0.
|
|
38
|
+
public static let colorButtonBorderedFont = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
39
39
|
public static let colorButtonBorderedHoverBackground = UIColor(red: 0.851, green: 0.941, blue: 0.953, alpha: 1)
|
|
40
40
|
public static let colorButtonBorderedNeutralActiveBackground = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
|
|
41
41
|
public static let colorButtonBorderedNeutralBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
@@ -54,20 +54,20 @@ public class StyleDictionaryColor {
|
|
|
54
54
|
public static let colorButtonBorderedPrimary02Font = UIColor(red: 0.000, green: 0.459, blue: 0.455, alpha: 1)
|
|
55
55
|
public static let colorButtonBorderedPrimary02HoverBackground = UIColor(red: 0.859, green: 0.929, blue: 0.918, alpha: 1)
|
|
56
56
|
public static let colorButtonSolidActiveBackground = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
57
|
-
public static let colorButtonSolidBackground = UIColor(red: 0.000, green: 0.
|
|
57
|
+
public static let colorButtonSolidBackground = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
58
58
|
public static let colorButtonSolidDangerActiveBackground = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
|
|
59
|
-
public static let colorButtonSolidDangerBackground = UIColor(red: 0.
|
|
59
|
+
public static let colorButtonSolidDangerBackground = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
|
|
60
60
|
public static let colorButtonSolidDangerDisabledBackground = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
|
|
61
61
|
public static let colorButtonSolidDangerDisabledFont = UIColor(red: 0.443, green: 0.439, blue: 0.420, alpha: 1)
|
|
62
62
|
public static let colorButtonSolidDangerFocusBorder = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
|
|
63
63
|
public static let colorButtonSolidDangerFont = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
64
|
-
public static let colorButtonSolidDangerHoverBackground = UIColor(red: 0.
|
|
64
|
+
public static let colorButtonSolidDangerHoverBackground = UIColor(red: 0.549, green: 0.000, blue: 0.012, alpha: 1)
|
|
65
65
|
public static let colorButtonSolidDangerHoverFont = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
66
66
|
public static let colorButtonSolidDisabledBackground = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
|
|
67
67
|
public static let colorButtonSolidDisabledFont = UIColor(red: 0.443, green: 0.439, blue: 0.420, alpha: 1)
|
|
68
68
|
public static let colorButtonSolidFocusBorder = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
69
69
|
public static let colorButtonSolidFont = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
70
|
-
public static let colorButtonSolidHoverBackground = UIColor(red: 0.000, green: 0.
|
|
70
|
+
public static let colorButtonSolidHoverBackground = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
71
71
|
public static let colorButtonSolidHoverFont = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
72
72
|
public static let colorButtonSolidNeutralActiveBackground = UIColor(red: 0.227, green: 0.224, blue: 0.212, alpha: 1)
|
|
73
73
|
public static let colorButtonSolidNeutralBackground = UIColor(red: 0.227, green: 0.224, blue: 0.212, alpha: 1)
|
|
@@ -108,10 +108,10 @@ public class StyleDictionaryColor {
|
|
|
108
108
|
public static let colorFileuploaderFont = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
109
109
|
public static let colorFileuploaderValid = UIColor(red: 0.000, green: 0.569, blue: 0.624, alpha: 1)
|
|
110
110
|
public static let colorFlagBorderedBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
111
|
-
public static let colorFlagBorderedBorder = UIColor(red: 0.000, green: 0.
|
|
111
|
+
public static let colorFlagBorderedBorder = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
112
112
|
public static let colorFlagBorderedDangerBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
113
|
-
public static let colorFlagBorderedDangerBorder = UIColor(red: 0.
|
|
114
|
-
public static let colorFlagBorderedDangerText = UIColor(red: 0.
|
|
113
|
+
public static let colorFlagBorderedDangerBorder = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
|
|
114
|
+
public static let colorFlagBorderedDangerText = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
|
|
115
115
|
public static let colorFlagBorderedDarkBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
116
116
|
public static let colorFlagBorderedDarkBorder = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
117
117
|
public static let colorFlagBorderedDarkText = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
@@ -119,13 +119,13 @@ public class StyleDictionaryColor {
|
|
|
119
119
|
public static let colorFlagBorderedLightBorder = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
120
120
|
public static let colorFlagBorderedLightText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
121
121
|
public static let colorFlagBorderedPrimary02Background = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
122
|
-
public static let colorFlagBorderedPrimary02Border = UIColor(red: 0.
|
|
123
|
-
public static let colorFlagBorderedPrimary02Text = UIColor(red: 0.
|
|
124
|
-
public static let colorFlagBorderedText = UIColor(red: 0.000, green: 0.
|
|
125
|
-
public static let colorFlagSolidBackground = UIColor(red: 0.000, green: 0.
|
|
126
|
-
public static let colorFlagSolidBorder = UIColor(red: 0.000, green: 0.
|
|
127
|
-
public static let colorFlagSolidDangerBackground = UIColor(red: 0.
|
|
128
|
-
public static let colorFlagSolidDangerBorder = UIColor(red: 0.
|
|
122
|
+
public static let colorFlagBorderedPrimary02Border = UIColor(red: 0.294, green: 0.290, blue: 0.549, alpha: 1)
|
|
123
|
+
public static let colorFlagBorderedPrimary02Text = UIColor(red: 0.294, green: 0.290, blue: 0.549, alpha: 1)
|
|
124
|
+
public static let colorFlagBorderedText = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
125
|
+
public static let colorFlagSolidBackground = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
126
|
+
public static let colorFlagSolidBorder = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
127
|
+
public static let colorFlagSolidDangerBackground = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
|
|
128
|
+
public static let colorFlagSolidDangerBorder = UIColor(red: 0.706, green: 0.165, blue: 0.153, alpha: 1)
|
|
129
129
|
public static let colorFlagSolidDangerText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
130
130
|
public static let colorFlagSolidDarkBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
131
131
|
public static let colorFlagSolidDarkBorder = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
@@ -133,8 +133,8 @@ public class StyleDictionaryColor {
|
|
|
133
133
|
public static let colorFlagSolidLightBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
134
134
|
public static let colorFlagSolidLightBorder = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
135
135
|
public static let colorFlagSolidLightText = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
136
|
-
public static let colorFlagSolidPrimary02Background = UIColor(red: 0.
|
|
137
|
-
public static let colorFlagSolidPrimary02Border = UIColor(red: 0.
|
|
136
|
+
public static let colorFlagSolidPrimary02Background = UIColor(red: 0.294, green: 0.290, blue: 0.549, alpha: 1)
|
|
137
|
+
public static let colorFlagSolidPrimary02Border = UIColor(red: 0.294, green: 0.290, blue: 0.549, alpha: 1)
|
|
138
138
|
public static let colorFlagSolidPrimary02Text = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
139
139
|
public static let colorFlagSolidText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
140
140
|
public static let colorFocusBorder = UIColor(red: 0.459, green: 0.537, blue: 0.573, alpha: 1)
|
|
@@ -208,7 +208,7 @@ public class StyleDictionaryColor {
|
|
|
208
208
|
public static let colorLinkPrimary02Hover = UIColor(red: 0.024, green: 0.169, blue: 0.208, alpha: 1)
|
|
209
209
|
public static let colorLinkPrimary02Visited = UIColor(red: 0.016, green: 0.298, blue: 0.325, alpha: 1)
|
|
210
210
|
public static let colorLinkPrimaryActive = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
211
|
-
public static let colorLinkPrimaryBase = UIColor(red: 0.000, green: 0.
|
|
211
|
+
public static let colorLinkPrimaryBase = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
212
212
|
public static let colorLinkPrimaryDisabled = UIColor(red: 0.933, green: 0.929, blue: 0.918, alpha: 1)
|
|
213
213
|
public static let colorLinkPrimaryHover = UIColor(red: 0.000, green: 0.180, blue: 0.200, alpha: 1)
|
|
214
214
|
public static let colorLinkPrimaryVisited = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
@@ -319,45 +319,56 @@ public class StyleDictionaryColor {
|
|
|
319
319
|
public static let colorTabsHover = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
320
320
|
public static let colorTabsShadow = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
321
321
|
public static let colorTagLinkDarkActiveBackground = UIColor(red: 0.333, green: 0.333, blue: 0.314, alpha: 1)
|
|
322
|
-
public static let colorTagLinkDarkBackground = UIColor(red: 0.
|
|
322
|
+
public static let colorTagLinkDarkBackground = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
|
|
323
323
|
public static let colorTagLinkDarkBorder = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
324
324
|
public static let colorTagLinkDarkHoverBackground = UIColor(red: 0.227, green: 0.224, blue: 0.212, alpha: 1)
|
|
325
325
|
public static let colorTagLinkDarkText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
326
326
|
public static let colorTagLinkLightActiveBackground = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
|
|
327
327
|
public static let colorTagLinkLightBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
328
|
-
public static let colorTagLinkLightBorder = UIColor(red: 0.
|
|
328
|
+
public static let colorTagLinkLightBorder = UIColor(red: 0.549, green: 0.545, blue: 0.522, alpha: 1)
|
|
329
329
|
public static let colorTagLinkLightHoverBackground = UIColor(red: 0.933, green: 0.929, blue: 0.918, alpha: 1)
|
|
330
|
-
public static let colorTagLinkLightText = UIColor(red: 0.
|
|
331
|
-
public static let colorTagRemovableDarkActiveBackground = UIColor(red: 0.
|
|
332
|
-
public static let colorTagRemovableDarkBackground = UIColor(red: 0.
|
|
333
|
-
public static let colorTagRemovableDarkHoverBackground = UIColor(red: 0.
|
|
334
|
-
public static let colorTagRemovableDarkIcon = UIColor(red: 0.
|
|
335
|
-
public static let colorTagRemovableDarkText = UIColor(red:
|
|
336
|
-
public static let colorTagRemovableLightActiveBackground = UIColor(red: 0.
|
|
337
|
-
public static let colorTagRemovableLightBackground = UIColor(red: 0.
|
|
338
|
-
public static let colorTagRemovableLightHoverBackground = UIColor(red: 0.
|
|
339
|
-
public static let colorTagRemovableLightIcon = UIColor(red: 0.
|
|
340
|
-
public static let colorTagRemovableLightText = UIColor(red:
|
|
341
|
-
public static let colorTagSelectableDarkActiveBackground = UIColor(red: 0.
|
|
342
|
-
public static let
|
|
330
|
+
public static let colorTagLinkLightText = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
|
|
331
|
+
public static let colorTagRemovableDarkActiveBackground = UIColor(red: 0.655, green: 0.651, blue: 0.627, alpha: 1)
|
|
332
|
+
public static let colorTagRemovableDarkBackground = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
|
|
333
|
+
public static let colorTagRemovableDarkHoverBackground = UIColor(red: 0.761, green: 0.757, blue: 0.729, alpha: 1)
|
|
334
|
+
public static let colorTagRemovableDarkIcon = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
|
|
335
|
+
public static let colorTagRemovableDarkText = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
|
|
336
|
+
public static let colorTagRemovableLightActiveBackground = UIColor(red: 0.443, green: 0.439, blue: 0.420, alpha: 1)
|
|
337
|
+
public static let colorTagRemovableLightBackground = UIColor(red: 0.227, green: 0.224, blue: 0.212, alpha: 1)
|
|
338
|
+
public static let colorTagRemovableLightHoverBackground = UIColor(red: 0.333, green: 0.333, blue: 0.314, alpha: 1)
|
|
339
|
+
public static let colorTagRemovableLightIcon = UIColor(red: 0.867, green: 0.863, blue: 0.835, alpha: 1)
|
|
340
|
+
public static let colorTagRemovableLightText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
341
|
+
public static let colorTagSelectableDarkActiveBackground = UIColor(red: 0.569, green: 0.835, blue: 0.859, alpha: 1)
|
|
342
|
+
public static let colorTagSelectableDarkActiveBorder = UIColor(red: 0.569, green: 0.835, blue: 0.859, alpha: 1)
|
|
343
|
+
public static let colorTagSelectableDarkActiveText = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
|
|
344
|
+
public static let colorTagSelectableDarkBackground = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
|
|
345
|
+
public static let colorTagSelectableDarkBorder = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
343
346
|
public static let colorTagSelectableDarkDisabledBackground = UIColor(red: 0.333, green: 0.333, blue: 0.314, alpha: 1)
|
|
344
347
|
public static let colorTagSelectableDarkDisabledText = UIColor(red: 0.549, green: 0.545, blue: 0.522, alpha: 1)
|
|
345
|
-
public static let colorTagSelectableDarkHoverBackground = UIColor(red: 0.000, green: 0.
|
|
346
|
-
public static let colorTagSelectableDarkSelectedBackground = UIColor(red: 0.000, green: 0.
|
|
348
|
+
public static let colorTagSelectableDarkHoverBackground = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
349
|
+
public static let colorTagSelectableDarkSelectedBackground = UIColor(red: 0.000, green: 0.620, blue: 0.675, alpha: 1)
|
|
350
|
+
public static let colorTagSelectableDarkSelectedBorder = UIColor(red: 0.000, green: 0.620, blue: 0.675, alpha: 1)
|
|
351
|
+
public static let colorTagSelectableDarkSelectedHoverBackground = UIColor(red: 0.282, green: 0.729, blue: 0.769, alpha: 1)
|
|
352
|
+
public static let colorTagSelectableDarkSelectedText = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
|
|
347
353
|
public static let colorTagSelectableDarkText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
348
|
-
public static let colorTagSelectableLightActiveBackground = UIColor(red: 0.000, green: 0.
|
|
349
|
-
public static let
|
|
354
|
+
public static let colorTagSelectableLightActiveBackground = UIColor(red: 0.000, green: 0.306, blue: 0.341, alpha: 1)
|
|
355
|
+
public static let colorTagSelectableLightActiveBorder = UIColor(red: 0.000, green: 0.306, blue: 0.341, alpha: 1)
|
|
356
|
+
public static let colorTagSelectableLightActiveText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
357
|
+
public static let colorTagSelectableLightBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
358
|
+
public static let colorTagSelectableLightBorder = UIColor(red: 0.549, green: 0.545, blue: 0.522, alpha: 1)
|
|
350
359
|
public static let colorTagSelectableLightDisabledBackground = UIColor(red: 0.933, green: 0.929, blue: 0.918, alpha: 1)
|
|
351
360
|
public static let colorTagSelectableLightDisabledText = UIColor(red: 0.549, green: 0.545, blue: 0.522, alpha: 1)
|
|
352
361
|
public static let colorTagSelectableLightHoverBackground = UIColor(red: 0.282, green: 0.729, blue: 0.769, alpha: 1)
|
|
353
|
-
public static let colorTagSelectableLightSelectedBackground = UIColor(red: 0.000, green: 0.
|
|
362
|
+
public static let colorTagSelectableLightSelectedBackground = UIColor(red: 0.000, green: 0.498, blue: 0.549, alpha: 1)
|
|
363
|
+
public static let colorTagSelectableLightSelectedHoverBackground = UIColor(red: 0.000, green: 0.412, blue: 0.455, alpha: 1)
|
|
364
|
+
public static let colorTagSelectableLightSelectedText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
354
365
|
public static let colorTagSelectableLightText = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
|
|
355
|
-
public static let colorTagTextDarkBackground = UIColor(red: 0.
|
|
366
|
+
public static let colorTagTextDarkBackground = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
|
|
356
367
|
public static let colorTagTextDarkBorder = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
357
368
|
public static let colorTagTextDarkText = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
358
369
|
public static let colorTagTextLightBackground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
359
|
-
public static let colorTagTextLightBorder = UIColor(red: 0.
|
|
360
|
-
public static let colorTagTextLightText = UIColor(red: 0.
|
|
370
|
+
public static let colorTagTextLightBorder = UIColor(red: 0.549, green: 0.545, blue: 0.522, alpha: 1)
|
|
371
|
+
public static let colorTagTextLightText = UIColor(red: 0.118, green: 0.118, blue: 0.110, alpha: 1)
|
|
361
372
|
public static let colorToggleDisabledBackground = UIColor(red: 0.933, green: 0.929, blue: 0.918, alpha: 1)
|
|
362
373
|
public static let colorToggleDisabledCheckedBackground = UIColor(red: 0.569, green: 0.835, blue: 0.859, alpha: 1)
|
|
363
374
|
public static let colorToggleDisabledCheckedCircle = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
@@ -135,13 +135,13 @@ export const ColorSuccess600 = "#188803";
|
|
|
135
135
|
export const ColorSuccess700 = "#006902";
|
|
136
136
|
export const ColorSuccess800 = "#035010";
|
|
137
137
|
export const ColorSuccess900 = "#023618";
|
|
138
|
-
export const ColorButtonSolidBackground = "#
|
|
138
|
+
export const ColorButtonSolidBackground = "#007f8c";
|
|
139
139
|
export const ColorButtonSolidFont = "#ffffff";
|
|
140
140
|
export const ColorButtonSolidFocusBorder = "#006974";
|
|
141
141
|
export const ColorButtonSolidDisabledBackground = "#dddcd5";
|
|
142
142
|
export const ColorButtonSolidDisabledFont = "#71706b";
|
|
143
143
|
export const ColorButtonSolidActiveBackground = "#006974";
|
|
144
|
-
export const ColorButtonSolidHoverBackground = "#
|
|
144
|
+
export const ColorButtonSolidHoverBackground = "#006974";
|
|
145
145
|
export const ColorButtonSolidHoverFont = "#ffffff";
|
|
146
146
|
export const ColorButtonSolidPrimary02Background = "#007574";
|
|
147
147
|
export const ColorButtonSolidPrimary02Font = "#ffffff";
|
|
@@ -159,17 +159,17 @@ export const ColorButtonSolidNeutralDisabledFont = "#71706b";
|
|
|
159
159
|
export const ColorButtonSolidNeutralActiveBackground = "#3a3936";
|
|
160
160
|
export const ColorButtonSolidNeutralHoverBackground = "#1e1e1c";
|
|
161
161
|
export const ColorButtonSolidNeutralHoverFont = "#ffffff";
|
|
162
|
-
export const ColorButtonSolidDangerBackground = "#
|
|
162
|
+
export const ColorButtonSolidDangerBackground = "#b42a27";
|
|
163
163
|
export const ColorButtonSolidDangerFont = "#ffffff";
|
|
164
164
|
export const ColorButtonSolidDangerFocusBorder = "#8c0003";
|
|
165
165
|
export const ColorButtonSolidDangerDisabledBackground = "#dddcd5";
|
|
166
166
|
export const ColorButtonSolidDangerDisabledFont = "#71706b";
|
|
167
167
|
export const ColorButtonSolidDangerActiveBackground = "#8c0003";
|
|
168
|
-
export const ColorButtonSolidDangerHoverBackground = "#
|
|
168
|
+
export const ColorButtonSolidDangerHoverBackground = "#8c0003";
|
|
169
169
|
export const ColorButtonSolidDangerHoverFont = "#ffffff";
|
|
170
170
|
export const ColorButtonBorderedBackground = "#ffffff";
|
|
171
|
-
export const ColorButtonBorderedBorder = "#
|
|
172
|
-
export const ColorButtonBorderedFont = "#
|
|
171
|
+
export const ColorButtonBorderedBorder = "#007f8c";
|
|
172
|
+
export const ColorButtonBorderedFont = "#007f8c";
|
|
173
173
|
export const ColorButtonBorderedFocusBorder = "#006974";
|
|
174
174
|
export const ColorButtonBorderedDisabledBackground = "#dddcd5";
|
|
175
175
|
export const ColorButtonBorderedDisabledFont = "#71706b";
|
|
@@ -192,8 +192,8 @@ export const ColorButtonBorderedNeutralDisabledFont = "#71706b";
|
|
|
192
192
|
export const ColorButtonBorderedNeutralActiveBackground = "#dddcd5";
|
|
193
193
|
export const ColorButtonBorderedNeutralHoverBackground = "#eeedea";
|
|
194
194
|
export const ColorButtonBorderedDangerBackground = "#ffffff";
|
|
195
|
-
export const ColorButtonBorderedDangerBorder = "#
|
|
196
|
-
export const ColorButtonBorderedDangerFont = "#
|
|
195
|
+
export const ColorButtonBorderedDangerBorder = "#b42a27";
|
|
196
|
+
export const ColorButtonBorderedDangerFont = "#b42a27";
|
|
197
197
|
export const ColorButtonBorderedDangerFocusBorder = "#8b2226";
|
|
198
198
|
export const ColorButtonBorderedDangerDisabledBackground = "#dddcd5";
|
|
199
199
|
export const ColorButtonBorderedDangerDisabledFont = "#71706b";
|
|
@@ -212,11 +212,11 @@ export const ColorFileuploaderFilesList = "#eeedea";
|
|
|
212
212
|
export const ColorFileuploaderFilesDelete = "#dddcd5";
|
|
213
213
|
export const ColorFileuploaderValid = "#00919f";
|
|
214
214
|
export const ColorFileuploaderAlert = "#c61112";
|
|
215
|
-
export const ColorFlagSolidBackground = "#
|
|
216
|
-
export const ColorFlagSolidBorder = "#
|
|
215
|
+
export const ColorFlagSolidBackground = "#007f8c";
|
|
216
|
+
export const ColorFlagSolidBorder = "#007f8c";
|
|
217
217
|
export const ColorFlagSolidText = "#ffffff";
|
|
218
|
-
export const ColorFlagSolidPrimary02Background = "#
|
|
219
|
-
export const ColorFlagSolidPrimary02Border = "#
|
|
218
|
+
export const ColorFlagSolidPrimary02Background = "#4b4a8c";
|
|
219
|
+
export const ColorFlagSolidPrimary02Border = "#4b4a8c";
|
|
220
220
|
export const ColorFlagSolidPrimary02Text = "#ffffff";
|
|
221
221
|
export const ColorFlagSolidDarkBackground = "#000000";
|
|
222
222
|
export const ColorFlagSolidDarkBorder = "#000000";
|
|
@@ -224,15 +224,15 @@ export const ColorFlagSolidDarkText = "#ffffff";
|
|
|
224
224
|
export const ColorFlagSolidLightBackground = "#ffffff";
|
|
225
225
|
export const ColorFlagSolidLightBorder = "#ffffff";
|
|
226
226
|
export const ColorFlagSolidLightText = "#000000";
|
|
227
|
-
export const ColorFlagSolidDangerBackground = "#
|
|
228
|
-
export const ColorFlagSolidDangerBorder = "#
|
|
227
|
+
export const ColorFlagSolidDangerBackground = "#b42a27";
|
|
228
|
+
export const ColorFlagSolidDangerBorder = "#b42a27";
|
|
229
229
|
export const ColorFlagSolidDangerText = "#ffffff";
|
|
230
230
|
export const ColorFlagBorderedBackground = "#ffffff";
|
|
231
|
-
export const ColorFlagBorderedBorder = "#
|
|
232
|
-
export const ColorFlagBorderedText = "#
|
|
231
|
+
export const ColorFlagBorderedBorder = "#007f8c";
|
|
232
|
+
export const ColorFlagBorderedText = "#007f8c";
|
|
233
233
|
export const ColorFlagBorderedPrimary02Background = "#ffffff";
|
|
234
|
-
export const ColorFlagBorderedPrimary02Border = "#
|
|
235
|
-
export const ColorFlagBorderedPrimary02Text = "#
|
|
234
|
+
export const ColorFlagBorderedPrimary02Border = "#4b4a8c";
|
|
235
|
+
export const ColorFlagBorderedPrimary02Text = "#4b4a8c";
|
|
236
236
|
export const ColorFlagBorderedDarkBackground = "#ffffff";
|
|
237
237
|
export const ColorFlagBorderedDarkBorder = "#000000";
|
|
238
238
|
export const ColorFlagBorderedDarkText = "#000000";
|
|
@@ -240,8 +240,8 @@ export const ColorFlagBorderedLightBackground = "#000000";
|
|
|
240
240
|
export const ColorFlagBorderedLightBorder = "#ffffff";
|
|
241
241
|
export const ColorFlagBorderedLightText = "#ffffff";
|
|
242
242
|
export const ColorFlagBorderedDangerBackground = "#ffffff";
|
|
243
|
-
export const ColorFlagBorderedDangerBorder = "#
|
|
244
|
-
export const ColorFlagBorderedDangerText = "#
|
|
243
|
+
export const ColorFlagBorderedDangerBorder = "#b42a27";
|
|
244
|
+
export const ColorFlagBorderedDangerText = "#b42a27";
|
|
245
245
|
export const ColorFocusGap = "#ffffff";
|
|
246
246
|
export const ColorFocusBorder = "#758992";
|
|
247
247
|
export const ColorFontPrimary01 = "#00919f";
|
|
@@ -282,7 +282,7 @@ export const ColorLinkLightVisited = "#dddcd5";
|
|
|
282
282
|
export const ColorLinkLightActive = "#dddcd5";
|
|
283
283
|
export const ColorLinkLightDisabled = "#eeedea";
|
|
284
284
|
export const ColorLinkLightHover = "#a7a6a0";
|
|
285
|
-
export const ColorLinkPrimaryBase = "#
|
|
285
|
+
export const ColorLinkPrimaryBase = "#007f8c";
|
|
286
286
|
export const ColorLinkPrimaryVisited = "#006974";
|
|
287
287
|
export const ColorLinkPrimaryActive = "#006974";
|
|
288
288
|
export const ColorLinkPrimaryDisabled = "#eeedea";
|
|
@@ -323,45 +323,56 @@ export const ColorTabsDisabled = "#71706b";
|
|
|
323
323
|
export const ColorTabsActive = "#00919f";
|
|
324
324
|
export const ColorTabsActiveDisabled = "#91d5db";
|
|
325
325
|
export const ColorTagTextLightBackground = "#ffffff";
|
|
326
|
-
export const ColorTagTextLightBorder = "#
|
|
327
|
-
export const ColorTagTextLightText = "#
|
|
328
|
-
export const ColorTagTextDarkBackground = "#
|
|
326
|
+
export const ColorTagTextLightBorder = "#8c8b85";
|
|
327
|
+
export const ColorTagTextLightText = "#1e1e1c";
|
|
328
|
+
export const ColorTagTextDarkBackground = "#1e1e1c";
|
|
329
329
|
export const ColorTagTextDarkBorder = "#ffffff";
|
|
330
330
|
export const ColorTagTextDarkText = "#ffffff";
|
|
331
331
|
export const ColorTagLinkLightBackground = "#ffffff";
|
|
332
|
-
export const ColorTagLinkLightBorder = "#
|
|
333
|
-
export const ColorTagLinkLightText = "#
|
|
332
|
+
export const ColorTagLinkLightBorder = "#8c8b85";
|
|
333
|
+
export const ColorTagLinkLightText = "#1e1e1c";
|
|
334
334
|
export const ColorTagLinkLightHoverBackground = "#eeedea";
|
|
335
335
|
export const ColorTagLinkLightActiveBackground = "#dddcd5";
|
|
336
|
-
export const ColorTagLinkDarkBackground = "#
|
|
336
|
+
export const ColorTagLinkDarkBackground = "#1e1e1c";
|
|
337
337
|
export const ColorTagLinkDarkBorder = "#ffffff";
|
|
338
338
|
export const ColorTagLinkDarkText = "#ffffff";
|
|
339
339
|
export const ColorTagLinkDarkHoverBackground = "#3a3936";
|
|
340
340
|
export const ColorTagLinkDarkActiveBackground = "#555550";
|
|
341
|
-
export const ColorTagSelectableLightBackground = "#
|
|
341
|
+
export const ColorTagSelectableLightBackground = "#ffffff";
|
|
342
|
+
export const ColorTagSelectableLightBorder = "#8c8b85";
|
|
342
343
|
export const ColorTagSelectableLightText = "#1e1e1c";
|
|
343
344
|
export const ColorTagSelectableLightHoverBackground = "#48bac4";
|
|
344
|
-
export const ColorTagSelectableLightActiveBackground = "#
|
|
345
|
+
export const ColorTagSelectableLightActiveBackground = "#004e57";
|
|
346
|
+
export const ColorTagSelectableLightActiveBorder = "#004e57";
|
|
347
|
+
export const ColorTagSelectableLightActiveText = "#ffffff";
|
|
345
348
|
export const ColorTagSelectableLightDisabledBackground = "#eeedea";
|
|
346
349
|
export const ColorTagSelectableLightDisabledText = "#8c8b85";
|
|
347
|
-
export const ColorTagSelectableLightSelectedBackground = "#
|
|
348
|
-
export const
|
|
350
|
+
export const ColorTagSelectableLightSelectedBackground = "#007f8c";
|
|
351
|
+
export const ColorTagSelectableLightSelectedText = "#ffffff";
|
|
352
|
+
export const ColorTagSelectableLightSelectedHoverBackground = "#006974";
|
|
353
|
+
export const ColorTagSelectableDarkBackground = "#1e1e1c";
|
|
354
|
+
export const ColorTagSelectableDarkBorder = "#ffffff";
|
|
349
355
|
export const ColorTagSelectableDarkText = "#ffffff";
|
|
350
|
-
export const ColorTagSelectableDarkHoverBackground = "#
|
|
351
|
-
export const ColorTagSelectableDarkActiveBackground = "#
|
|
352
|
-
export const
|
|
356
|
+
export const ColorTagSelectableDarkHoverBackground = "#006974";
|
|
357
|
+
export const ColorTagSelectableDarkActiveBackground = "#91d5db";
|
|
358
|
+
export const ColorTagSelectableDarkActiveBorder = "#91d5db";
|
|
359
|
+
export const ColorTagSelectableDarkActiveText = "#1e1e1c";
|
|
360
|
+
export const ColorTagSelectableDarkSelectedBackground = "#009eac";
|
|
361
|
+
export const ColorTagSelectableDarkSelectedBorder = "#009eac";
|
|
362
|
+
export const ColorTagSelectableDarkSelectedText = "#1e1e1c";
|
|
363
|
+
export const ColorTagSelectableDarkSelectedHoverBackground = "#48bac4";
|
|
353
364
|
export const ColorTagSelectableDarkDisabledBackground = "#555550";
|
|
354
365
|
export const ColorTagSelectableDarkDisabledText = "#8c8b85";
|
|
355
|
-
export const ColorTagRemovableLightBackground = "#
|
|
356
|
-
export const ColorTagRemovableLightText = "#
|
|
357
|
-
export const ColorTagRemovableLightIcon = "#
|
|
358
|
-
export const ColorTagRemovableLightHoverBackground = "#
|
|
359
|
-
export const ColorTagRemovableLightActiveBackground = "#
|
|
360
|
-
export const ColorTagRemovableDarkBackground = "#
|
|
361
|
-
export const ColorTagRemovableDarkText = "#
|
|
362
|
-
export const ColorTagRemovableDarkIcon = "#
|
|
363
|
-
export const ColorTagRemovableDarkHoverBackground = "#
|
|
364
|
-
export const ColorTagRemovableDarkActiveBackground = "#
|
|
366
|
+
export const ColorTagRemovableLightBackground = "#3a3936";
|
|
367
|
+
export const ColorTagRemovableLightText = "#ffffff";
|
|
368
|
+
export const ColorTagRemovableLightIcon = "#dddcd5";
|
|
369
|
+
export const ColorTagRemovableLightHoverBackground = "#555550";
|
|
370
|
+
export const ColorTagRemovableLightActiveBackground = "#71706b";
|
|
371
|
+
export const ColorTagRemovableDarkBackground = "#dddcd5";
|
|
372
|
+
export const ColorTagRemovableDarkText = "#1e1e1c";
|
|
373
|
+
export const ColorTagRemovableDarkIcon = "#1e1e1c";
|
|
374
|
+
export const ColorTagRemovableDarkHoverBackground = "#c2c1ba";
|
|
375
|
+
export const ColorTagRemovableDarkActiveBackground = "#a7a6a0";
|
|
365
376
|
export const ColorToggleOffBackground = "#71706b";
|
|
366
377
|
export const ColorToggleOffCircle = "#ffffff";
|
|
367
378
|
export const ColorToggleOnBackground = "#00919f";
|