cleek 2.7.0 → 2.7.1
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/cleek.es.js +4 -0
- package/dist/cleek.umd.js +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -81750,6 +81750,10 @@ var hooks9 = {
|
|
|
81750
81750
|
return true;
|
|
81751
81751
|
if (color === "light")
|
|
81752
81752
|
return true;
|
|
81753
|
+
if (color === "primary-light")
|
|
81754
|
+
return true;
|
|
81755
|
+
if (color === "secondary-light")
|
|
81756
|
+
return true;
|
|
81753
81757
|
return false;
|
|
81754
81758
|
},
|
|
81755
81759
|
isColumnDisplayed(column) {
|