react-tradeshift-ui
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -7,3 +7,3 @@ "use strict"; | ||
var _enzymeAdapterReact = _interopRequireDefault(require("enzyme-adapter-react-16")); | ||
var _enzymeAdapterReact = _interopRequireDefault(require("@wojtekmaj/enzyme-adapter-react-17")); | ||
@@ -10,0 +10,0 @@ var _ = _interopRequireDefault(require(".")); |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -28,5 +28,5 @@ Object.defineProperty(exports, "__esModule", { | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -37,3 +37,3 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -40,0 +40,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
@@ -5,3 +5,3 @@ "use strict"; | ||
var _enzymeAdapterReact = _interopRequireDefault(require("enzyme-adapter-react-16")); | ||
var _enzymeAdapterReact = _interopRequireDefault(require("@wojtekmaj/enzyme-adapter-react-17")); | ||
@@ -8,0 +8,0 @@ var _react = _interopRequireDefault(require("react")); |
@@ -18,5 +18,5 @@ "use strict"; | ||
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } | ||
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } | ||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } | ||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } | ||
@@ -23,0 +23,0 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } |
@@ -5,3 +5,3 @@ "use strict"; | ||
var _enzymeAdapterReact = _interopRequireDefault(require("enzyme-adapter-react-16")); | ||
var _enzymeAdapterReact = _interopRequireDefault(require("@wojtekmaj/enzyme-adapter-react-17")); | ||
@@ -8,0 +8,0 @@ var _react = _interopRequireDefault(require("react")); |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -20,5 +20,5 @@ Object.defineProperty(exports, "__esModule", { | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -29,3 +29,3 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -32,0 +32,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -24,5 +24,5 @@ Object.defineProperty(exports, "__esModule", { | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -33,3 +33,3 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -36,0 +36,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -20,5 +20,5 @@ Object.defineProperty(exports, "__esModule", { | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -29,3 +29,3 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -32,0 +32,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
@@ -6,66 +6,66 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Modal", { | ||
Object.defineProperty(exports, "Aside", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Modal["default"]; | ||
return _Aside["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Aside", { | ||
Object.defineProperty(exports, "Button", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Aside["default"]; | ||
return _Button["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Menu", { | ||
Object.defineProperty(exports, "Buttons", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Menu["default"]; | ||
return _Buttons["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "MenuItem", { | ||
Object.defineProperty(exports, "Footer", { | ||
enumerable: true, | ||
get: function get() { | ||
return _MenuItem["default"]; | ||
return _Footer["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Note", { | ||
Object.defineProperty(exports, "Form", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Note["default"]; | ||
return _Form["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "StatusBar", { | ||
Object.defineProperty(exports, "FormSwitch", { | ||
enumerable: true, | ||
get: function get() { | ||
return _StatusBar["default"]; | ||
return _FormSwitch["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Form", { | ||
Object.defineProperty(exports, "Header", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Form["default"]; | ||
return _Header["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "FormSwitch", { | ||
Object.defineProperty(exports, "Menu", { | ||
enumerable: true, | ||
get: function get() { | ||
return _FormSwitch["default"]; | ||
return _Menu["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "TsLogo", { | ||
Object.defineProperty(exports, "MenuItem", { | ||
enumerable: true, | ||
get: function get() { | ||
return _TsLogo["default"]; | ||
return _MenuItem["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Header", { | ||
Object.defineProperty(exports, "Modal", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Header["default"]; | ||
return _Modal["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Footer", { | ||
Object.defineProperty(exports, "Note", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Footer["default"]; | ||
return _Note["default"]; | ||
} | ||
@@ -85,12 +85,12 @@ }); | ||
}); | ||
Object.defineProperty(exports, "Table", { | ||
Object.defineProperty(exports, "StatusBar", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Table["default"]; | ||
return _StatusBar["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Tooltip", { | ||
Object.defineProperty(exports, "Table", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Tooltip["default"]; | ||
return _Table["default"]; | ||
} | ||
@@ -104,12 +104,12 @@ }); | ||
}); | ||
Object.defineProperty(exports, "Button", { | ||
Object.defineProperty(exports, "Tooltip", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Button["default"]; | ||
return _Tooltip["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Buttons", { | ||
Object.defineProperty(exports, "TsLogo", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Buttons["default"]; | ||
return _TsLogo["default"]; | ||
} | ||
@@ -116,0 +116,0 @@ }); |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -30,5 +30,5 @@ Object.defineProperty(exports, "__esModule", { | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -39,3 +39,3 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -42,0 +42,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
@@ -7,3 +7,3 @@ "use strict"; | ||
var _enzymeAdapterReact = _interopRequireDefault(require("enzyme-adapter-react-16")); | ||
var _enzymeAdapterReact = _interopRequireDefault(require("@wojtekmaj/enzyme-adapter-react-17")); | ||
@@ -10,0 +10,0 @@ var _ = _interopRequireDefault(require(".")); |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -20,5 +20,5 @@ Object.defineProperty(exports, "__esModule", { | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -29,3 +29,3 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -32,0 +32,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -28,5 +28,5 @@ Object.defineProperty(exports, "__esModule", { | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -37,3 +37,3 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -40,0 +40,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -20,5 +20,5 @@ Object.defineProperty(exports, "__esModule", { | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -29,3 +29,3 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -32,0 +32,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
@@ -7,3 +7,3 @@ "use strict"; | ||
var _enzymeAdapterReact = _interopRequireDefault(require("enzyme-adapter-react-16")); | ||
var _enzymeAdapterReact = _interopRequireDefault(require("@wojtekmaj/enzyme-adapter-react-17")); | ||
@@ -10,0 +10,0 @@ var _ = _interopRequireDefault(require(".")); |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -20,5 +20,5 @@ Object.defineProperty(exports, "__esModule", { | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } | ||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -29,3 +29,3 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -32,0 +32,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { |
import React from 'react'; | ||
import { shallow, configure } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; | ||
import Aside from '.'; | ||
@@ -5,0 +5,0 @@ configure({ |
import { configure, shallow } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; | ||
import React from 'react'; | ||
@@ -4,0 +4,0 @@ import Button from '.'; |
import { configure, shallow } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; | ||
import React from 'react'; | ||
@@ -4,0 +4,0 @@ import Buttons from '.'; |
import React from 'react'; | ||
import { shallow, configure } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; | ||
import Modal from '.'; | ||
@@ -5,0 +5,0 @@ configure({ |
import React from 'react'; | ||
import { shallow, configure } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; | ||
import Spinner from '.'; | ||
@@ -5,0 +5,0 @@ configure({ |
294
package.json
{ | ||
"name": "react-tradeshift-ui", | ||
"version": "3.3.1", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"scripts": { | ||
"prepare": "husky install", | ||
"build": "babel src/components --out-dir dist/esm --presets=@babel/preset-react && babel src/components --out-dir dist/cjs --presets=@babel/preset-react,@babel/preset-env", | ||
"prepublish": "npm run build", | ||
"build-storybook": "build-storybook", | ||
"deploy-storybook": "storybook-to-ghpages", | ||
"start": "start-storybook -p 9009", | ||
"lint": "eslint src", | ||
"pretest": "eslint src", | ||
"test": "react-scripts test --env=jsdom", | ||
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache", | ||
"prettier": "prettier --write --color src", | ||
"report-coverage": "codecov", | ||
"commitmsg": "opt --in commit-msg --exec \"validate-commit-msg\"", | ||
"precommit": "lint-staged", | ||
"commit": "git-cz", | ||
"storybook": "start-storybook -p 9009" | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --color", | ||
"prettier --write --color" | ||
] | ||
}, | ||
"jest": { | ||
"snapshotSerializers": [ | ||
"enzyme-to-json/serializer" | ||
] | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.14.5", | ||
"@babel/core": "^7.14.6", | ||
"@babel/preset-env": "^7.14.5", | ||
"@babel/preset-react": "^7.14.5", | ||
"@storybook/addon-actions": "^6.2.9", | ||
"@storybook/addon-info": "^5.3.21", | ||
"@storybook/addon-knobs": "^6.2.9", | ||
"@storybook/addon-links": "^6.2.9", | ||
"@storybook/addon-notes": "^5.3.21", | ||
"@storybook/addon-options": "^5.3.21", | ||
"@storybook/addons": "^6.2.9", | ||
"@storybook/react": "^6.4.22", | ||
"@storybook/storybook-deployer": "^2.8.10", | ||
"@testing-library/react": "^11.2.7", | ||
"@types/classnames": "^2.3.1", | ||
"@types/jest": "^26.0.23", | ||
"@types/react": "^17.0.9", | ||
"@types/react-dom": "^17.0.6", | ||
"@types/react-portal": "^4.0.2", | ||
"@types/react-test-renderer": "^17.0.1", | ||
"codecov": "^3.8.2", | ||
"commitizen": "^4.2.4", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.6", | ||
"enzyme-to-json": "^3.6.2", | ||
"eslint": "^8.14.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "26.1.5", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.24.0", | ||
"husky": "^6.0.0", | ||
"jsdom": "^16.6.0", | ||
"lint-staged": "12.4.1", | ||
"lodash": "^4.17.21", | ||
"prettier": "^2.3.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-scripts": "5.0.0", | ||
"react-test-renderer": "^17.0.2", | ||
"validate-commit-msg": "^2.14.0" | ||
}, | ||
"dependencies": { | ||
"classnames": "2.x.x", | ||
"prop-types": "*", | ||
"react-portal": "^4.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "16.x.x || 17.x.x" | ||
}, | ||
"overrides": { | ||
"commitizen": { | ||
"minimist": "^1.2.6", | ||
"inquirer": { | ||
"ansi-regex": "^3.0.1" | ||
}, | ||
"strip-ansi": { | ||
"ansi-regex": "^4.1.1" | ||
} | ||
}, | ||
"@storybook/addon-info": { | ||
"marked": "^4.0.10", | ||
"highlight.js": "^10.4.1", | ||
"node-fetch": "^2.6.7", | ||
"refractor": { | ||
"prismjs": "^1.27.0" | ||
} | ||
}, | ||
"@storybook/addon-notes": { | ||
"highlight.js": "^10.4.1", | ||
"refractor": { | ||
"prismjs": "^1.27.0" | ||
} | ||
}, | ||
"@storybook/react": { | ||
"trim": "^0.0.3", | ||
"glob-parent": "^5.1.2", | ||
"@storybook/core": { | ||
"ansi-regex": "^3.0.1" | ||
} | ||
}, | ||
"react-scripts": { | ||
"nth-check": "^2.0.1" | ||
}, | ||
"validate-commit-msg": { | ||
"semver-regex": "^3.1.3" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Tradeshift/react-tradeshift-ui.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Tradeshift/react-tradeshift-ui/issues" | ||
}, | ||
"homepage": "https://github.com/Tradeshift/react-tradeshift-ui#readme" | ||
"name": "react-tradeshift-ui", | ||
"version": "3.3.2", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"scripts": { | ||
"prepare": "husky install", | ||
"build": "babel src/components --out-dir dist/esm --presets=@babel/preset-react && babel src/components --out-dir dist/cjs --presets=@babel/preset-react,@babel/preset-env", | ||
"prepublish": "npm run build", | ||
"build-storybook": "build-storybook", | ||
"deploy-storybook": "storybook-to-ghpages", | ||
"start": "start-storybook -p 9009", | ||
"lint": "eslint src", | ||
"pretest": "eslint src", | ||
"test": "react-scripts test --env=jsdom", | ||
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache", | ||
"prettier": "prettier --write --color src", | ||
"report-coverage": "codecov", | ||
"commitmsg": "opt --in commit-msg --exec \"validate-commit-msg\"", | ||
"precommit": "lint-staged", | ||
"commit": "git-cz", | ||
"storybook": "start-storybook -p 9009" | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --color", | ||
"prettier --write --color" | ||
] | ||
}, | ||
"jest": { | ||
"snapshotSerializers": [ | ||
"enzyme-to-json/serializer" | ||
] | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.14.5", | ||
"@babel/core": "^7.14.6", | ||
"@babel/preset-env": "^7.14.5", | ||
"@babel/preset-react": "^7.14.5", | ||
"@storybook/addon-actions": "^6.2.9", | ||
"@storybook/addon-info": "^5.3.21", | ||
"@storybook/addon-knobs": "^6.2.9", | ||
"@storybook/addon-links": "^6.2.9", | ||
"@storybook/addon-notes": "^5.3.21", | ||
"@storybook/addon-options": "^5.3.21", | ||
"@storybook/addons": "^6.2.9", | ||
"@storybook/react": "^6.4.22", | ||
"@storybook/storybook-deployer": "^2.8.11", | ||
"@testing-library/react": "^11.2.7", | ||
"@types/classnames": "^2.3.1", | ||
"@types/jest": "^26.0.23", | ||
"@types/react": "^17.0.9", | ||
"@types/react-dom": "^17.0.6", | ||
"@types/react-portal": "^4.0.2", | ||
"@types/react-test-renderer": "^17.0.1", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7", | ||
"codecov": "^3.8.2", | ||
"commitizen": "^4.2.4", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"enzyme": "^3.11.0", | ||
"enzyme-to-json": "^3.6.2", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "26.1.5", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.24.0", | ||
"husky": "^6.0.0", | ||
"jsdom": "^16.6.0", | ||
"lint-staged": "12.4.1", | ||
"lodash": "^4.17.21", | ||
"prettier": "^2.3.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-scripts": "5.0.0", | ||
"react-test-renderer": "^17.0.2", | ||
"validate-commit-msg": "^2.14.0" | ||
}, | ||
"dependencies": { | ||
"classnames": "2.x.x", | ||
"prop-types": "*", | ||
"react-portal": "^4.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "16.x.x || 17.x.x" | ||
}, | ||
"overrides": { | ||
"watchpack-chokidar2": { | ||
"glob-parent": "^5.1.2" | ||
}, | ||
"commitizen": { | ||
"minimist": "^1.2.6", | ||
"inquirer": { | ||
"ansi-regex": "^3.0.1" | ||
}, | ||
"strip-ansi": { | ||
"ansi-regex": "^4.1.1" | ||
} | ||
}, | ||
"@storybook/addon-info": { | ||
"marked": "^0.7.0", | ||
"highlight.js": "^10.4.1", | ||
"node-fetch": "^2.6.7", | ||
"refractor": { | ||
"prismjs": "^1.27.0" | ||
} | ||
}, | ||
"@storybook/addon-notes": { | ||
"highlight.js": "^10.4.1", | ||
"refractor": { | ||
"prismjs": "^1.27.0" | ||
} | ||
}, | ||
"@storybook/react": { | ||
"trim": "^0.0.3", | ||
"glob-parent": "^5.1.2", | ||
"@storybook/core": { | ||
"ansi-regex": "^3.0.1" | ||
} | ||
}, | ||
"@storybook/storybook-deployer": { | ||
"parse-url": "^6.0.1", | ||
"parse-path": "^5.0.0" | ||
}, | ||
"react-scripts": { | ||
"nth-check": "^2.0.1" | ||
}, | ||
"validate-commit-msg": { | ||
"semver-regex": "^3.1.3" | ||
}, | ||
"react-addons-create-fragment": { | ||
"fbjs": "^3.0.4" | ||
}, | ||
"css-select": { | ||
"nth-check": "^2.0.1" | ||
}, | ||
"remark-parse": { | ||
"trim": "^0.0.3" | ||
}, | ||
"fast-glob": { | ||
"glob-parent": "^5.1.2" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Tradeshift/react-tradeshift-ui.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Tradeshift/react-tradeshift-ui/issues" | ||
}, | ||
"homepage": "https://github.com/Tradeshift/react-tradeshift-ui#readme" | ||
} |
import React from 'react'; | ||
import { shallow, configure } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; | ||
import Aside from '.'; | ||
@@ -5,0 +5,0 @@ |
import { configure, shallow } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; | ||
import React from 'react'; | ||
@@ -4,0 +4,0 @@ import Button from '.'; |
import { configure, shallow } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; | ||
import React from 'react'; | ||
@@ -4,0 +4,0 @@ import Buttons from '.'; |
import React from 'react'; | ||
import { shallow, configure } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; | ||
import Modal from '.'; | ||
@@ -5,0 +5,0 @@ |
import React from 'react'; | ||
import { shallow, configure } from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'; | ||
import Spinner from '.'; | ||
@@ -5,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
194818
42
4509