@sysvale/cuida 3.13.0 → 3.14.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/@sysvale/cuida.es.js +3144 -2946
- package/dist/@sysvale/cuida.umd.js +17 -17
- package/dist/@sysvale/tokens.scss +17 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -459,6 +459,22 @@ $allColors: (
|
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
461
|
|
|
462
|
+
$blueThemeShades: $bn-700, $bn-400, $in-500, $ts-400, $ta-400, $gp-300, $og-200, $al-300, $al-200, $og-100;
|
|
463
|
+
$blueThemeTokens: '$bn-700', '$bn-400', '$in-500', '$ts-400', '$ta-400', '$gp-300', '$og-200', '$al-300', '$al-200', '$og-100';
|
|
464
|
+
|
|
465
|
+
$blueThemeMetadata: 'Blue Theme', 'Blue', $blueThemeShades, $blueThemeTokens;
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
$indigoThemeShades: $in-500, $pp-100, $og-200, $vr-300, $in-400, $og-300, $n-30, $n-700, $vr-400, $pp-300;
|
|
469
|
+
$indigoThemeTokens: '$in-500', '$pp-100', '$og-200', '$vr-300', '$in-400', '$og-300', '$n-30', '$n-700', '$vr-400', '$pp-300';
|
|
470
|
+
|
|
471
|
+
$IndigoThemeMetadata: 'Indigo Theme', 'Indigo', $indigoThemeShades, $indigoThemeTokens;
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
$chartThemes:
|
|
475
|
+
[$blueThemeMetadata],
|
|
476
|
+
[$IndigoThemeMetadata];
|
|
477
|
+
|
|
462
478
|
:export {
|
|
463
479
|
gp50: $gp-50;
|
|
464
480
|
gp100: $gp-100;
|
|
@@ -567,6 +583,7 @@ $allColors: (
|
|
|
567
583
|
n900: $n-900;
|
|
568
584
|
|
|
569
585
|
palete: $palete;
|
|
586
|
+
chartThemes: $chartThemes;
|
|
570
587
|
}
|
|
571
588
|
|
|
572
589
|
$z-index-sunk: -1000;
|