wave-ui 1.49.2 → 1.49.3
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/wave-ui.es.js
CHANGED
|
@@ -476,9 +476,6 @@ const _WaveUI = class {
|
|
|
476
476
|
else {
|
|
477
477
|
__privateSet(this, _notificationManager, new NotificationManager$1());
|
|
478
478
|
mergeConfig(options);
|
|
479
|
-
if (config.disableColorShades) {
|
|
480
|
-
consoleWarn("WARNING - Since version 1.30, the option `disableColorShades` is replaced with `css.colorShades`.\nhttps://antoniandre.github.io/wave-ui/release-notes");
|
|
481
|
-
}
|
|
482
479
|
if (config.css.colorShades) {
|
|
483
480
|
config.colorShades = {};
|
|
484
481
|
for (let color in config.colors) {
|