@lingk/sync 0.1.75 → 0.1.77

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.
@@ -57,19 +57,6 @@ ul li, ol li {
57
57
  .wizard-content{
58
58
  width: calc(100% - 210px);
59
59
  }
60
-
61
- .schema-panel{
62
- border: 1px solid #3a91dc;
63
- }
64
- .schema-panel:first-child{
65
- border: 1px solid #0070d2;
66
- }
67
- .schema-panel-header{
68
- background: #3a91dc;
69
- }
70
- .schema-panel:first-child .schema-panel-header{
71
- background: #0070d2;
72
- }
73
60
  .accordion-panel{
74
61
  border: 1px solid #0070d2;
75
62
  }
@@ -9,11 +9,17 @@ body, td {
9
9
  .form-control{
10
10
  width: 300px;
11
11
  }
12
+ .select-button.dropdown-toggle.btn.btn-default{
13
+ padding-right:28px;
14
+ }
12
15
  .select-button.dropdown-toggle.btn.btn-default .caret{
13
- float: right;
14
- margin-top: 8px;
16
+ position: absolute;
17
+ top:14px;
18
+ right:12px;
19
+ }
20
+ .lingk-dropdown-menu-wrapper.larger-dropdown div .select-button.dropdown-toggle.btn.btn-default .caret{
21
+ top:17px;
15
22
  }
16
-
17
23
  .checkbox label, .radio label {
18
24
  cursor:default;
19
25
  }
@@ -26,6 +32,10 @@ body, td {
26
32
  .modal-body{
27
33
  padding:0 !important;
28
34
  }
35
+ .tooltip-inner p{
36
+ text-overflow:ellipsis;
37
+ overflow: hidden;
38
+ }
29
39
  .tooltip-inner{
30
40
  padding: 8px 10px 1px 10px !important;
31
41
  }
@@ -75,12 +85,6 @@ body, td {
75
85
  color: #fff;
76
86
  }
77
87
 
78
- .schema-panel{
79
- border: 1px solid #2e6da4;
80
- }
81
- .schema-panel:first-child{
82
- border: 1px solid #337ab7;
83
- }
84
88
  .schema-panel-header .btn{
85
89
  max-width:283px;
86
90
  text-overflow: ellipsis;
@@ -6,6 +6,10 @@ body{
6
6
  padding: 0 !important;
7
7
  -webkit-font-smoothing: antialiased;
8
8
  }
9
+ aside{
10
+ display: inline-block;
11
+ vertical-align: top;
12
+ }
9
13
  .rc-time-picker-panel-clear-btn{
10
14
  display: none;
11
15
  }
@@ -38,7 +42,6 @@ body{
38
42
  }
39
43
  .schema-panel{
40
44
  line-height: 1.4;
41
- border-radius: 7px;
42
45
  margin-bottom: 8px;
43
46
  color: white;
44
47
  -webkit-user-select: none;
@@ -94,6 +97,21 @@ body{
94
97
  .accordion-panel-header:hover{
95
98
  text-decoration: underline;
96
99
  }
100
+
101
+ .accordion-panel-toggle{
102
+ vertical-align: top;
103
+ float: right;
104
+ margin-right: 8px;
105
+ }
106
+ .accordion-panel-toggle button svg{
107
+ top:2px;
108
+ }
109
+ .accordion-panel-toggle button{
110
+ font-weight: bold;
111
+ }
112
+ .accordion-panel-toggle.join-ok button{
113
+ font-weight: normal;
114
+ }
97
115
  .accordion-panel-close{
98
116
  width: 32px;
99
117
  height: 32px;
@@ -542,6 +560,7 @@ body{
542
560
  stroke:black;
543
561
  }
544
562
 
563
+
545
564
  /* ANIMATIONS */
546
565
 
547
566
  .panel-enter{
@@ -960,6 +979,19 @@ body{
960
979
  top:10px;
961
980
  }
962
981
 
982
+ .dropzone{
983
+ width: 200px;
984
+ height: 200px;
985
+ border-width: 2px;
986
+ border: rgb(102, 102, 102);
987
+ border-style: dashed;
988
+ border-radius: 5px;
989
+ cursor: pointer;
990
+ padding: 20px;
991
+ }
992
+ .dropzone:hover{
993
+ background: #FFFFFF;
994
+ }
963
995
 
964
996
  .rc-time-picker {
965
997
  display: inline-block;
@@ -108,7 +108,7 @@ module.exports =
108
108
  /***/ function(module, exports, __webpack_require__) {
109
109
 
110
110
  var dP = __webpack_require__(18)
111
- , createDesc = __webpack_require__(34);
111
+ , createDesc = __webpack_require__(35);
112
112
  module.exports = __webpack_require__(9) ? function(object, key, value){
113
113
  return dP.f(object, key, createDesc(1, value));
114
114
  } : function(object, key, value){
@@ -190,7 +190,7 @@ module.exports =
190
190
  /***/ function(module, exports, __webpack_require__) {
191
191
 
192
192
  // to indexed object, toObject with fallback for non-array-like ES3 strings
193
- var IObject = __webpack_require__(31)
193
+ var IObject = __webpack_require__(32)
194
194
  , defined = __webpack_require__(16);
195
195
  module.exports = function(it){
196
196
  return IObject(defined(it));
@@ -200,8 +200,8 @@ module.exports =
200
200
  /* 21 */
201
201
  /***/ function(module, exports, __webpack_require__) {
202
202
 
203
- var store = __webpack_require__(35)('wks')
204
- , uid = __webpack_require__(37)
203
+ var store = __webpack_require__(36)('wks')
204
+ , uid = __webpack_require__(38)
205
205
  , Symbol = __webpack_require__(6).Symbol
206
206
  , USE_SYMBOL = typeof Symbol == 'function';
207
207
 
@@ -284,8 +284,8 @@ module.exports =
284
284
  /* 25 */
285
285
  /***/ function(module, exports, __webpack_require__) {
286
286
 
287
- var shared = __webpack_require__(35)('keys')
288
- , uid = __webpack_require__(37);
287
+ var shared = __webpack_require__(36)('keys')
288
+ , uid = __webpack_require__(38);
289
289
  module.exports = function(key){
290
290
  return shared[key] || (shared[key] = uid(key));
291
291
  };
@@ -293,7 +293,8 @@ module.exports =
293
293
  /***/ },
294
294
  /* 26 */,
295
295
  /* 27 */,
296
- /* 28 */
296
+ /* 28 */,
297
+ /* 29 */
297
298
  /***/ function(module, exports) {
298
299
 
299
300
  var toString = {}.toString;
@@ -303,7 +304,7 @@ module.exports =
303
304
  };
304
305
 
305
306
  /***/ },
306
- /* 29 */
307
+ /* 30 */
307
308
  /***/ function(module, exports, __webpack_require__) {
308
309
 
309
310
  var isObject = __webpack_require__(14)
@@ -315,7 +316,7 @@ module.exports =
315
316
  };
316
317
 
317
318
  /***/ },
318
- /* 30 */
319
+ /* 31 */
319
320
  /***/ function(module, exports) {
320
321
 
321
322
  // IE 8- don't enum bug keys
@@ -324,35 +325,35 @@ module.exports =
324
325
  ).split(',');
325
326
 
326
327
  /***/ },
327
- /* 31 */
328
+ /* 32 */
328
329
  /***/ function(module, exports, __webpack_require__) {
329
330
 
330
331
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
331
- var cof = __webpack_require__(28);
332
+ var cof = __webpack_require__(29);
332
333
  module.exports = Object('z').propertyIsEnumerable(0) ? Object : function(it){
333
334
  return cof(it) == 'String' ? it.split('') : Object(it);
334
335
  };
335
336
 
336
337
  /***/ },
337
- /* 32 */
338
+ /* 33 */
338
339
  /***/ function(module, exports) {
339
340
 
340
341
  module.exports = {};
341
342
 
342
343
  /***/ },
343
- /* 33 */
344
+ /* 34 */
344
345
  /***/ function(module, exports, __webpack_require__) {
345
346
 
346
347
  // 19.1.2.14 / 15.2.3.14 Object.keys(O)
347
348
  var $keys = __webpack_require__(46)
348
- , enumBugKeys = __webpack_require__(30);
349
+ , enumBugKeys = __webpack_require__(31);
349
350
 
350
351
  module.exports = Object.keys || function keys(O){
351
352
  return $keys(O, enumBugKeys);
352
353
  };
353
354
 
354
355
  /***/ },
355
- /* 34 */
356
+ /* 35 */
356
357
  /***/ function(module, exports) {
357
358
 
358
359
  module.exports = function(bitmap, value){
@@ -365,7 +366,7 @@ module.exports =
365
366
  };
366
367
 
367
368
  /***/ },
368
- /* 35 */
369
+ /* 36 */
369
370
  /***/ function(module, exports, __webpack_require__) {
370
371
 
371
372
  var global = __webpack_require__(6)
@@ -376,7 +377,7 @@ module.exports =
376
377
  };
377
378
 
378
379
  /***/ },
379
- /* 36 */
380
+ /* 37 */
380
381
  /***/ function(module, exports, __webpack_require__) {
381
382
 
382
383
  // 7.1.13 ToObject(argument)
@@ -386,7 +387,7 @@ module.exports =
386
387
  };
387
388
 
388
389
  /***/ },
389
- /* 37 */
390
+ /* 38 */
390
391
  /***/ function(module, exports) {
391
392
 
392
393
  var id = 0
@@ -396,7 +397,7 @@ module.exports =
396
397
  };
397
398
 
398
399
  /***/ },
399
- /* 38 */
400
+ /* 39 */
400
401
  /***/ function(module, exports, __webpack_require__) {
401
402
 
402
403
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -450,7 +451,6 @@ module.exports =
450
451
 
451
452
 
452
453
  /***/ },
453
- /* 39 */,
454
454
  /* 40 */,
455
455
  /* 41 */,
456
456
  /* 42 */
@@ -517,7 +517,7 @@ module.exports =
517
517
  /***/ function(module, exports, __webpack_require__) {
518
518
 
519
519
  module.exports = !__webpack_require__(9) && !__webpack_require__(12)(function(){
520
- return Object.defineProperty(__webpack_require__(29)('div'), 'a', {get: function(){ return 7; }}).a != 7;
520
+ return Object.defineProperty(__webpack_require__(30)('div'), 'a', {get: function(){ return 7; }}).a != 7;
521
521
  });
522
522
 
523
523
  /***/ },
@@ -597,7 +597,7 @@ module.exports =
597
597
  , redefine = __webpack_require__(150)
598
598
  , hide = __webpack_require__(13)
599
599
  , has = __webpack_require__(17)
600
- , Iterators = __webpack_require__(32)
600
+ , Iterators = __webpack_require__(33)
601
601
  , $iterCreate = __webpack_require__(140)
602
602
  , setToStringTag = __webpack_require__(56)
603
603
  , getPrototypeOf = __webpack_require__(147)
@@ -974,13 +974,13 @@ module.exports =
974
974
 
975
975
  var _react2 = _interopRequireDefault(_react);
976
976
 
977
- var _classnames = __webpack_require__(38);
977
+ var _classnames = __webpack_require__(39);
978
978
 
979
979
  var _classnames2 = _interopRequireDefault(_classnames);
980
980
 
981
981
  var _reactLightningDesignSystem = __webpack_require__(3);
982
982
 
983
- var _util = __webpack_require__(201);
983
+ var _util = __webpack_require__(202);
984
984
 
985
985
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
986
986
 
@@ -1498,7 +1498,7 @@ module.exports =
1498
1498
  _react2.default.createElement(
1499
1499
  _reactLightningDesignSystem.Popover,
1500
1500
  { hidden: false, position: nubbin, tooltip: true,
1501
- style: Object.assign({}, popStyle, { position: 'absolute' }) },
1501
+ style: Object.assign({}, popStyle, { position: 'absolute', textOverflow: 'ellipsis', overflow: 'hidden' }) },
1502
1502
  _react2.default.Children.count(children) > 0 ? _react2.default.Children.map(children, function (child) {
1503
1503
  return _react2.default.cloneElement(child);
1504
1504
  }) : null
@@ -1952,7 +1952,7 @@ module.exports =
1952
1952
  /***/ function(module, exports, __webpack_require__) {
1953
1953
 
1954
1954
  // getting tag from 19.1.3.6 Object.prototype.toString()
1955
- var cof = __webpack_require__(28)
1955
+ var cof = __webpack_require__(29)
1956
1956
  , TAG = __webpack_require__(21)('toStringTag')
1957
1957
  // ES3 wrong here
1958
1958
  , ARG = cof(function(){ return arguments; }()) == 'Arguments';
@@ -1987,7 +1987,7 @@ module.exports =
1987
1987
 
1988
1988
  'use strict';
1989
1989
  var create = __webpack_require__(144)
1990
- , descriptor = __webpack_require__(34)
1990
+ , descriptor = __webpack_require__(35)
1991
1991
  , setToStringTag = __webpack_require__(56)
1992
1992
  , IteratorPrototype = {};
1993
1993
 
@@ -2021,7 +2021,7 @@ module.exports =
2021
2021
  // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
2022
2022
  var anObject = __webpack_require__(15)
2023
2023
  , dPs = __webpack_require__(145)
2024
- , enumBugKeys = __webpack_require__(30)
2024
+ , enumBugKeys = __webpack_require__(31)
2025
2025
  , IE_PROTO = __webpack_require__(25)('IE_PROTO')
2026
2026
  , Empty = function(){ /* empty */ }
2027
2027
  , PROTOTYPE = 'prototype';
@@ -2029,7 +2029,7 @@ module.exports =
2029
2029
  // Create object with fake `null` prototype: use iframe Object with cleared prototype
2030
2030
  var createDict = function(){
2031
2031
  // Thrash, waste and sodomy: IE GC bug
2032
- var iframe = __webpack_require__(29)('iframe')
2032
+ var iframe = __webpack_require__(30)('iframe')
2033
2033
  , i = enumBugKeys.length
2034
2034
  , lt = '<'
2035
2035
  , gt = '>'
@@ -2067,7 +2067,7 @@ module.exports =
2067
2067
 
2068
2068
  var dP = __webpack_require__(18)
2069
2069
  , anObject = __webpack_require__(15)
2070
- , getKeys = __webpack_require__(33);
2070
+ , getKeys = __webpack_require__(34);
2071
2071
 
2072
2072
  module.exports = __webpack_require__(9) ? Object.defineProperties : function defineProperties(O, Properties){
2073
2073
  anObject(O);
@@ -2086,7 +2086,7 @@ module.exports =
2086
2086
 
2087
2087
  // 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
2088
2088
  var has = __webpack_require__(17)
2089
- , toObject = __webpack_require__(36)
2089
+ , toObject = __webpack_require__(37)
2090
2090
  , IE_PROTO = __webpack_require__(25)('IE_PROTO')
2091
2091
  , ObjectProto = Object.prototype;
2092
2092
 
@@ -2148,7 +2148,7 @@ module.exports =
2148
2148
 
2149
2149
  var classof = __webpack_require__(138)
2150
2150
  , ITERATOR = __webpack_require__(21)('iterator')
2151
- , Iterators = __webpack_require__(32);
2151
+ , Iterators = __webpack_require__(33);
2152
2152
  module.exports = __webpack_require__(8).getIteratorMethod = function(it){
2153
2153
  if(it != undefined)return it[ITERATOR]
2154
2154
  || it['@@iterator']
@@ -2174,7 +2174,7 @@ module.exports =
2174
2174
  'use strict';
2175
2175
  var addToUnscopables = __webpack_require__(137)
2176
2176
  , step = __webpack_require__(141)
2177
- , Iterators = __webpack_require__(32)
2177
+ , Iterators = __webpack_require__(33)
2178
2178
  , toIObject = __webpack_require__(20);
2179
2179
 
2180
2180
  // 22.1.3.4 Array.prototype.entries()
@@ -2213,8 +2213,8 @@ module.exports =
2213
2213
  /***/ function(module, exports, __webpack_require__) {
2214
2214
 
2215
2215
  // 19.1.2.14 Object.keys(O)
2216
- var toObject = __webpack_require__(36)
2217
- , $keys = __webpack_require__(33);
2216
+ var toObject = __webpack_require__(37)
2217
+ , $keys = __webpack_require__(34);
2218
2218
 
2219
2219
  __webpack_require__(149)('keys', function(){
2220
2220
  return function keys(it){
@@ -2251,7 +2251,7 @@ module.exports =
2251
2251
  __webpack_require__(154);
2252
2252
  var global = __webpack_require__(6)
2253
2253
  , hide = __webpack_require__(13)
2254
- , Iterators = __webpack_require__(32)
2254
+ , Iterators = __webpack_require__(33)
2255
2255
  , TO_STRING_TAG = __webpack_require__(21)('toStringTag');
2256
2256
 
2257
2257
  for(var collections = ['NodeList', 'DOMTokenList', 'MediaList', 'StyleSheetList', 'CSSRuleList'], i = 0; i < 5; i++){
@@ -2304,7 +2304,8 @@ module.exports =
2304
2304
  /* 198 */,
2305
2305
  /* 199 */,
2306
2306
  /* 200 */,
2307
- /* 201 */
2307
+ /* 201 */,
2308
+ /* 202 */
2308
2309
  /***/ function(module, exports, __webpack_require__) {
2309
2310
 
2310
2311
  'use strict';