@lingk/sync 1.0.6 → 1.0.7
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 +2 -2
- package/build/credentialSections.js.map +1 -1
- package/build/lightning.js.map +1 -1
- package/build/lightningStyles.js.map +1 -1
- 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 +2 -2
- package/build/main.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
|
@@ -403,7 +403,7 @@ module.exports =
|
|
|
403
403
|
),
|
|
404
404
|
_react2.default.createElement(
|
|
405
405
|
'ul',
|
|
406
|
-
|
|
406
|
+
{ style: { padding: 0 } },
|
|
407
407
|
meta.map(function (f, i) {
|
|
408
408
|
return _react2.default.createElement(
|
|
409
409
|
'li',
|
|
@@ -436,7 +436,7 @@ module.exports =
|
|
|
436
436
|
),
|
|
437
437
|
_react2.default.createElement(
|
|
438
438
|
'ul',
|
|
439
|
-
|
|
439
|
+
{ style: { padding: 0 } },
|
|
440
440
|
metadata.map(function (f, i) {
|
|
441
441
|
return _react2.default.createElement(
|
|
442
442
|
'li',
|