@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.js CHANGED
@@ -734,9 +734,7 @@ var Properties = function Properties() {
734
734
  }, key);
735
735
  }), filterBy({
736
736
  kind: "color"
737
- }, values.properties).sort(function (colorObject1, colorObject2) {
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;