@lingk/sync 0.1.69 → 0.1.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingk/sync",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
4
4
  "author": "Evan Feenstra",
5
5
  "repository": "https://github.com/lingkio/wizard-framework.git",
6
6
  "files": [
@@ -1,182 +0,0 @@
1
- /* CUSTOM STYLES */
2
- body, td {
3
- font-family: "Salesforce Sans", Arial, sans-serif !important;
4
- }
5
-
6
- /* SLDS OVERWRITES */
7
- button:focus {outline:0!important;}
8
- a:focus {outline:0!important;}
9
- .slds-checkbox [type="checkbox"]:focus + .slds-checkbox--faux,
10
- .slds-checkbox [type="checkbox"]:focus ~ .slds-checkbox--faux,
11
- .slds-checkbox [type="checkbox"]:focus + .slds-checkbox__label .slds-checkbox--faux {
12
- content: '';
13
- border-color: #d8dde6;
14
- box-shadow: none; }
15
- .slds-checkbox [type="checkbox"]:checked + .slds-checkbox--faux,
16
- .slds-checkbox [type="checkbox"]:checked ~ .slds-checkbox--faux,
17
- .slds-checkbox [type="checkbox"]:checked + .slds-checkbox__label .slds-checkbox--faux {
18
- border-color: #9faab5;
19
- background-color: white; }
20
-
21
- .noSidebarCell, .sidebarCell .fixed{
22
- margin: 0;
23
- padding: 0 !important;
24
- }
25
-
26
- ul li, ol li {
27
- margin-left: 0 !important;
28
- }
29
-
30
- .sidebar-leaf-disabled{
31
- background: white !important;
32
- cursor: default !important;
33
- }
34
- .sidebar-leaf-disabled a{
35
- cursor: default !important;
36
- }
37
- .sidebar-leaf-enabled a{
38
- color: #0070BC !important;
39
- }
40
-
41
- .connect-modal .slds-modal__content{
42
- padding:0 !important;
43
- }
44
- .connect-modal-tab-bar{
45
- background: #3a91dc;
46
- }
47
-
48
- .slds-radio--faux{
49
- margin-right: 0.5rem !important;
50
- }
51
-
52
- /* UI */
53
-
54
- .wizard-sidebar{
55
- width:210px;
56
- }
57
- .wizard-content{
58
- width: calc(100% - 210px);
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
- .accordion-panel{
74
- border: 1px solid #0070d2;
75
- }
76
- .accordion-panel-header{
77
- background: #0070d2;
78
- -webkit-transition: all .2s;
79
- transition: all .2s;
80
- }
81
- .accordion-panel-header-selected{
82
- background: #005fb2;
83
- }
84
- .accordion-panel-header:hover{
85
- background: #005fb2;
86
- }
87
- .filter-step-resource{
88
- background: #0070d2;
89
- }
90
- .filter-step-panel{
91
- border: 1px solid #0070d2;
92
- }
93
-
94
- .transform-data-type{
95
- border: 1px solid #d8dde6;
96
- }
97
- .transform-data-type:hover{
98
- border: 1px solid #0070d2;
99
- }
100
- .transform-data-type-sel{
101
- color: white;
102
- background: #0070d2;
103
- border: 1px solid #0070d2;
104
- }
105
-
106
-
107
- .extra-select-button-class > button{
108
- font-size: 32px;
109
- line-height: 12px;
110
- font-weight: bold;
111
- width:88px;
112
- }
113
- .select-dropdown-button{
114
- font-weight:normal;
115
- }
116
- .select-dropdown-button > button{
117
- max-width: 205px;
118
- text-overflow: ellipsis;
119
- white-space: nowrap;
120
- overflow: hidden;
121
- padding-right:30px;
122
- }
123
- .select-dropdown-button > button > svg{
124
- float: right;
125
- position: absolute;
126
- right: 10px;
127
- top: 9px;
128
- }
129
- .select-button-unselected > button{
130
- font-weight: bold;
131
- }
132
- .map-table-transform-icon:hover > svg{
133
- fill:#0070d2;
134
- -webkit-transform:scale(1.2, 1.2);
135
- -ms-transform:scale(1.2, 1.2);
136
- transform:scale(1.2, 1.2);
137
- }
138
-
139
- .labelz{
140
- color: #54698d;
141
- font-size: 0.75rem;
142
- }
143
-
144
-
145
- .rf-picklist-dropdown-button{
146
- font-weight:normal;
147
- }
148
- .rf-picklist-dropdown-button > button{
149
- max-width: 165px;
150
- text-overflow: ellipsis;
151
- white-space: nowrap;
152
- overflow: hidden;
153
- padding-right:30px;
154
- border: 1px solid transparent;
155
- background: transparent;
156
- }
157
- .rf-picklist-dropdown-button > button > svg{
158
- float: right;
159
- position: absolute;
160
- right: 10px;
161
- top: 9px;
162
- }
163
- .rf-picklist-button-unselected > button{
164
- font-weight: bold;
165
- }
166
-
167
- .rf-picklist-wrap .slds-dropdown{
168
- max-height: 273px;
169
- overflow-y: scroll;
170
- margin-bottom: 12px;
171
- right: 0;
172
- left: auto;
173
- }
174
- .bundle-table-header{
175
- border-top: 1px solid rgb(204, 205, 207);
176
- border-bottom: 1px solid rgb(204, 205, 207);
177
- }
178
-
179
-
180
-
181
-
182
- /*# sourceMappingURL=lightningStyles.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"css/lightningStyles.css","sourceRoot":""}
@@ -1,203 +0,0 @@
1
- body {
2
- margin: 0;
3
- padding: 0;
4
- }
5
-
6
- body, td {
7
- font-family: "Lingk", Arial, sans-serif;
8
- }
9
- .form-control{
10
- width: 300px;
11
- }
12
- .checkbox label, .radio label {
13
- cursor:default;
14
- }
15
- .modal{
16
- z-index:9999 !important;
17
- }
18
- .modal-backdrop{
19
- z-index:9999 !important;
20
- }
21
- .modal-body{
22
- padding:0 !important;
23
- }
24
- .tooltip-inner{
25
- padding: 8px 10px 1px 10px !important;
26
- }
27
- .tooltip-arrow{
28
- top: 19px !important;
29
- }
30
- .btn{
31
- border-radius: 0;
32
- }
33
- .dropdown .btn{
34
- border-radius: 4px;
35
- }
36
-
37
- .wizard-body{
38
- background: #eCeFeF
39
- }
40
- .wizard-sidebar{
41
- width:190px;
42
- }
43
- .wizard-content{
44
- width: calc(100% - 190px);
45
- }
46
-
47
-
48
- .wizard-step-circle {
49
- width: 35px;
50
- height: 35px;
51
- border-radius: 50%;
52
- padding-top: 8px;
53
- text-align: center;
54
- margin: 10px;
55
- display: inline-block;
56
- border:1px solid #BBBBBB;
57
- }
58
- .wizard-sidebar:hover .wizard-sidebar-content::-webkit-scrollbar {
59
- -webkit-appearance: none;
60
- width: 7px;
61
- }
62
- .wizard-sidebar:hover .wizard-sidebar-content::-webkit-scrollbar-thumb {
63
- border-radius: 4px;
64
- background-color: rgba(0,0,0,.5);
65
- -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
66
- }
67
-
68
- .btn-primary {
69
- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
70
- color: #fff;
71
- }
72
-
73
- .schema-panel{
74
- border: 1px solid #2e6da4;
75
- }
76
- .schema-panel:first-child{
77
- border: 1px solid #337ab7;
78
- }
79
- .schema-panel-header{
80
- background: #3a91dc;
81
- }
82
- .schema-panel-header .btn{
83
- max-width:283px;
84
- text-overflow: ellipsis;
85
- white-space: nowrap;
86
- overflow: hidden;
87
- }
88
- .schema-panel:first-child .schema-panel-header{
89
- background: #337ab7;
90
- }
91
- .accordion-panel{
92
- border: 1px solid #2e6da4;
93
- }
94
- .accordion-panel-header{
95
- background: #337ab7;
96
- -webkit-transition: all .2s;
97
- transition: all .2s;
98
- }
99
- .accordion-panel-header-selected{
100
- background: #005fb2;
101
- }
102
- .accordion-panel-header:hover{
103
- background: #005fb2;
104
- }
105
- .accordion-panel-collapse{
106
- line-height: 18px;
107
- }
108
-
109
- .filter-step-resource{
110
- background: #337ab7;
111
- }
112
- .filter-step-panel{
113
- border: 1px solid #337ab7;
114
- }
115
-
116
- .transform-data-type{
117
- border: 1px solid #d8dde6;
118
- }
119
- .transform-data-type:hover{
120
- border: 1px solid #0070d2;
121
- }
122
- .transform-data-type-sel{
123
- color: white;
124
- background: #0070d2;
125
- border: 1px solid #0070d2;
126
- }
127
-
128
- .rf-select{
129
- max-width: 205px;
130
- text-overflow: ellipsis;
131
- white-space: nowrap;
132
- overflow: hidden;
133
- padding-right:30px;
134
- font-weight:normal;
135
- cursor: pointer;
136
- }
137
- .rf-select .caret{
138
- position: absolute;
139
- right: 14px;
140
- top: 15px;
141
- }
142
- .rf-select-unselected{
143
- font-weight: bold;
144
- }
145
- .select-button{
146
- max-width: 200px;
147
- text-overflow: ellipsis;
148
- white-space: nowrap;
149
- overflow: hidden;
150
- cursor:pointer;
151
-
152
- }
153
-
154
- .labelz{
155
- color: #54698d;
156
- }
157
- .lingk-wizard-bundle-table td{
158
- vertical-align: middle !important;
159
- }
160
- .connect-modal-tab-bar{
161
- background: #337ab7;
162
- }
163
- .map-table-transform-icon:hover > svg{
164
- fill:#4499e2;
165
- -webkit-transform:scale(1.2, 1.2);
166
- -ms-transform:scale(1.2, 1.2);
167
- transform:scale(1.2, 1.2);
168
- }
169
- .lingk-dropdown-menu-wrapper .dropdown-menu{
170
- max-height: 273px;
171
- overflow-y: scroll;
172
- margin-bottom: 5px;
173
- box-shadow: rgba(0, 0, 0, 0.36) 0px 2px 3px 0px;
174
- z-index: 9990;
175
- min-width: 260px;
176
- margin-top: 4px;
177
- }
178
-
179
- .bundle-table-header{
180
- font-weight: bold;
181
- }
182
- .mapping-table-header{
183
- color: #54698d;
184
- text-transform:uppercase;
185
- letter-spacing:1px;
186
- width:100%;
187
- padding:8px 16px;
188
- font-size: 12px;
189
- -webkit-font-smoothing: antialiased;
190
- }
191
- .external-keys-column .btn{
192
- max-width:265px;
193
- padding-right:28px;
194
- }
195
- .external-keys-column .caret{
196
- position: absolute;
197
- right: 14px;
198
- top: 15px;
199
- }
200
-
201
-
202
-
203
- /*# sourceMappingURL=lingkStyles.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"css/lingkStyles.css","sourceRoot":""}