@lingk/sync 1.1.57 → 1.1.59
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/build/credentialSections.js +60 -19
- package/build/credentialSections.js.map +1 -1
- package/build/lightning.js +4 -4
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- package/build/lingk.js +18 -18
- package/build/lingk.js.map +1 -1
- package/build/lingkStyles.js.map +1 -1
- package/build/loadData.js.map +1 -1
- package/build/main.js +97 -56
- package/build/main.js.map +1 -1
- package/build/metadataDropdown.js.map +1 -1
- package/build/metadataFunctions.js.map +1 -1
- package/build/reducer.js.map +1 -1
- package/build/saveData.js.map +1 -1
- package/package.json +1 -1
package/build/lightning.js
CHANGED
|
@@ -55,7 +55,8 @@ module.exports =
|
|
|
55
55
|
module.exports = require("react");
|
|
56
56
|
|
|
57
57
|
/***/ },
|
|
58
|
-
/* 2
|
|
58
|
+
/* 2 */,
|
|
59
|
+
/* 3 */
|
|
59
60
|
/***/ function(module, exports, __webpack_require__) {
|
|
60
61
|
|
|
61
62
|
/**
|
|
@@ -89,7 +90,6 @@ module.exports =
|
|
|
89
90
|
|
|
90
91
|
|
|
91
92
|
/***/ },
|
|
92
|
-
/* 3 */,
|
|
93
93
|
/* 4 */,
|
|
94
94
|
/* 5 */
|
|
95
95
|
/***/ function(module, exports) {
|
|
@@ -3033,7 +3033,7 @@ module.exports =
|
|
|
3033
3033
|
|
|
3034
3034
|
var _react2 = _interopRequireDefault(_react);
|
|
3035
3035
|
|
|
3036
|
-
var _propTypes = __webpack_require__(
|
|
3036
|
+
var _propTypes = __webpack_require__(3);
|
|
3037
3037
|
|
|
3038
3038
|
var _propTypes2 = _interopRequireDefault(_propTypes);
|
|
3039
3039
|
|
|
@@ -3164,7 +3164,7 @@ module.exports =
|
|
|
3164
3164
|
|
|
3165
3165
|
var _react2 = _interopRequireDefault(_react);
|
|
3166
3166
|
|
|
3167
|
-
var _propTypes = __webpack_require__(
|
|
3167
|
+
var _propTypes = __webpack_require__(3);
|
|
3168
3168
|
|
|
3169
3169
|
var _propTypes2 = _interopRequireDefault(_propTypes);
|
|
3170
3170
|
|