@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.js
CHANGED
|
@@ -734,9 +734,7 @@ var Properties = function Properties() {
|
|
|
734
734
|
}, key);
|
|
735
735
|
}), filterBy({
|
|
736
736
|
kind: "color"
|
|
737
|
-
}, values.properties).
|
|
738
|
-
return colorObject1.key.localeCompare(colorObject2.key);
|
|
739
|
-
}).map(function (_ref4) {
|
|
737
|
+
}, values.properties).map(function (_ref4) {
|
|
740
738
|
var key = _ref4.key,
|
|
741
739
|
value = _ref4.value,
|
|
742
740
|
kind = _ref4.kind;
|