@acorex/styles 20.2.0-next.11 → 20.2.0-next.13

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "20.2.0-next.11",
3
+ "version": "20.2.0-next.13",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
@@ -1,5 +1,5 @@
1
1
  /*
2
- import ACoreX utilities for using generate-pallete-variables function
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-pallete-variables($theme-colors, $theme-surfaces, $options);
74
+ @include utils.generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -166,7 +166,7 @@
166
166
  );
167
167
  }
168
168
 
169
- @mixin generate-pallete-variables($colors, $theme-surfaces, $options) {
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 **************/