@bigbinary/neeto-themes-frontend 1.2.0 → 1.2.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/index.cjs.js +1 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs.js
CHANGED
|
@@ -777,9 +777,7 @@ var Properties = function Properties() {
|
|
|
777
777
|
}, key);
|
|
778
778
|
}), neetoCist.filterBy({
|
|
779
779
|
kind: "color"
|
|
780
|
-
}, values.properties).
|
|
781
|
-
return colorObject1.key.localeCompare(colorObject2.key);
|
|
782
|
-
}).map(function (_ref4) {
|
|
780
|
+
}, values.properties).map(function (_ref4) {
|
|
783
781
|
var key = _ref4.key,
|
|
784
782
|
value = _ref4.value,
|
|
785
783
|
kind = _ref4.kind;
|