@acorex/styles 20.1.24 → 20.1.26
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/package.json
CHANGED
package/themes/default.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
import ACoreX utilities for using generate-
|
2
|
+
import ACoreX utilities for using generate-palette-variables function
|
3
3
|
import path in your app must be like this:
|
4
4
|
@use '@acorex/styles/utils/index.scss' as utils;
|
5
5
|
*/
|
@@ -71,4 +71,4 @@ Importing default variables and overriding them with higher values
|
|
71
71
|
--ax-sys-border-radius: 0.5rem; // Default roundness value for corners
|
72
72
|
}
|
73
73
|
|
74
|
-
@include utils.generate-
|
74
|
+
@include utils.generate-palette-variables($theme-colors, $theme-surfaces, $options);
|
@@ -166,7 +166,7 @@
|
|
166
166
|
);
|
167
167
|
}
|
168
168
|
|
169
|
-
@mixin generate-
|
169
|
+
@mixin generate-palette-variables($colors, $theme-surfaces, $options) {
|
170
170
|
$generate-color-range: map.get($options, 'color-range');
|
171
171
|
|
172
172
|
/************** Light Palette **************/
|