easy-layout 5.1.3 → 5.1.4

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.
@@ -27,7 +27,7 @@ function isNativeReflectConstruct() {
27
27
  return false;
28
28
  }
29
29
  }
30
- function _construct(Parent, args, Class) {
30
+ function _construct(Parent1, args1, Class1) {
31
31
  if (isNativeReflectConstruct()) {
32
32
  _construct = Reflect.construct;
33
33
  } else {
@@ -57,11 +57,11 @@ function _defineProperty(obj, key, value) {
57
57
  }
58
58
  return obj;
59
59
  }
60
- function _getPrototypeOf(o) {
60
+ function _getPrototypeOf(o1) {
61
61
  _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
62
62
  return o.__proto__ || Object.getPrototypeOf(o);
63
63
  };
64
- return _getPrototypeOf(o);
64
+ return _getPrototypeOf(o1);
65
65
  }
66
66
  function _inherits(subClass, superClass) {
67
67
  if (typeof superClass !== "function" && superClass !== null) {
@@ -90,12 +90,12 @@ function _possibleConstructorReturn(self, call) {
90
90
  }
91
91
  return _assertThisInitialized(self);
92
92
  }
93
- function _setPrototypeOf(o, p) {
93
+ function _setPrototypeOf(o2, p1) {
94
94
  _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
95
95
  o.__proto__ = p;
96
96
  return o;
97
97
  };
98
- return _setPrototypeOf(o, p);
98
+ return _setPrototypeOf(o2, p1);
99
99
  }
100
100
  function _taggedTemplateLiteral(strings, raw) {
101
101
  if (!raw) {
@@ -111,7 +111,7 @@ var _typeof = function(obj) {
111
111
  "@swc/helpers - typeof";
112
112
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
113
113
  };
114
- function _wrapNativeSuper(Class) {
114
+ function _wrapNativeSuper(Class2) {
115
115
  var _cache = typeof Map === "function" ? new Map() : undefined;
116
116
  _wrapNativeSuper = function _wrapNativeSuper(Class) {
117
117
  if (Class === null || !_isNativeFunction(Class)) return Class;
@@ -135,7 +135,7 @@ function _wrapNativeSuper(Class) {
135
135
  });
136
136
  return _setPrototypeOf(Wrapper, Class);
137
137
  };
138
- return _wrapNativeSuper(Class);
138
+ return _wrapNativeSuper(Class2);
139
139
  }
140
140
  function _isNativeReflectConstruct() {
141
141
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easy-layout",
3
3
  "author": "James Smith",
4
- "version": "5.1.3",
4
+ "version": "5.1.4",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/easy-layout",
7
7
  "description": "Layout elements that work with CSS flexbox.",
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "easy": "^13.0.41",
14
- "easy-drag-and-drop": "^1.2.52",
15
- "easy-with-style": "^3.0.128"
14
+ "easy-drag-and-drop": "^1.2.53",
15
+ "easy-with-style": "^3.0.130"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@swc/core": "^1.2.50",