zuora_connect_ui 0.2.3 → 0.2.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35fadf3f68c6589bc48b6614ca4b997668e98c28
4
- data.tar.gz: fb58eca79013bf4159ad6bcabd1289f3dffc6341
3
+ metadata.gz: cf8abb79ea1a27c47143888564142597fed14dd6
4
+ data.tar.gz: ef05ac09387180b452ba7d2836ea3d8756f170b5
5
5
  SHA512:
6
- metadata.gz: 05983c32f0fdb14cef7060ac8483ea73aa0b15a5883215265c8d059f914b21e4e7d3278f7e33f9c98a0e801dcdc5f0ec3288f2a171dafd6937964ee901a39891
7
- data.tar.gz: a379918bbfe8eeb58ef64c7899d3c02f94d311eaa2e95886ae543c847be4a41cb5e43efe9305705a7c1c897cf04b72922d2d8163b799305b3c1c3966d045c916
6
+ metadata.gz: 281203b29727329517cef17b11dd483d1fbf846a120fb74cc5623cf8ae90ccc2d74e3cf8c20a51a3ae470a9776fd9af5baaf9fb1e3e2440e68416cc65f4834df
7
+ data.tar.gz: 476d9eae717182c46bfd17c67eb08d0729d15406d92cd85a4968735eb06ac80d97eb8cd7e55a8bfedac6ae8c1349280416acd3b361d9fbd78059001ef6d1e134
@@ -138,10 +138,7 @@ table.dataTable {
138
138
  padding: 1rem 0.5rem;
139
139
  border-top: none;
140
140
  vertical-align: middle;
141
- <<<<<<< HEAD
142
- =======
143
141
  line-height: 1.4;
144
- >>>>>>> staging
145
142
  }
146
143
  }
147
144
  }
@@ -231,33 +228,6 @@ div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
231
228
  }
232
229
  }
233
230
 
234
- <<<<<<< HEAD
235
- // // Workflow Context Menu
236
- // ul.context-menu-list {
237
- // border-radius: 2px;
238
- // box-shadow: 0 1px 8px -1px $neutral-shadow; // TODO: replace with variable name
239
- // font-size: 0.875rem;
240
- // min-width: 8rem;
241
-
242
- // .context-menu-item {
243
- // color: $support-1;
244
- // padding: 0.25rem 0.75rem;
245
-
246
- // &.context-menu-hover {
247
- // background-color: $neutral-3;
248
- // }
249
- // }
250
- // }
251
-
252
- // .context-menu-action {
253
- // padding: 2px;
254
- // font-size: 1.25rem;
255
- // line-height: 1rem;
256
- // border: none;
257
- // color: $support-1;
258
- // }
259
-
260
- =======
261
231
  // Workflow Context Menu
262
232
  ul.context-menu-list {
263
233
  border: 1px solid #d3d7d8;
@@ -302,7 +272,6 @@ ul.context-menu-list {
302
272
  // color: $support-1;
303
273
  // }
304
274
 
305
- >>>>>>> staging
306
275
  .table-footer {
307
276
  width: 100%;
308
277
  padding: 0.75rem 0.5rem;
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZuoraConnectUi
4
- VERSION = '0.2.3'
4
+ VERSION = '0.2.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team