kuppayam 0.2.6.pre.materialize → 0.2.7.pre.materialize

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
  SHA256:
3
- metadata.gz: 6b8ebf51610a55552b649cda6ccafeb42faebade2396447c89f5cef660bd1c70
4
- data.tar.gz: 7d19af4fcc147d7e199083981ff01fe228e23b0ae783dcf633a00a09d1e1422d
3
+ metadata.gz: 138c0a05df2764b3c732bc06eadc718bb46dcf1bb6045193686d8597ebd70e86
4
+ data.tar.gz: 8af8b5a3830e2191da7455d25f1806b834545e982d0a4349ff9ac03b424e6677
5
5
  SHA512:
6
- metadata.gz: f606e204c08bb7d8d58b70248795ec5db1e5ede557a490bd40cd30e8590be05f88eaa174d09c14bf7fe7f6758fbc696706daacd98c9dc962a5aa0db7872e3038
7
- data.tar.gz: 1ed58cc957625a0da45a859b43b88b21c3f7ad876c846c01bbe104ec0e1c098726780f500a72de272448137fb56121bf018290549bfa36fa6190bdbacbba935b
6
+ metadata.gz: fdfc7a9d442df91e692a21f69597c18ab70d25fc50ac134a07948f8bdfd0b9bbbd06166e77d72f73648c337807b7be57824702f3b930aa526f88db36e3797d24
7
+ data.tar.gz: db74c6c4003b155b8af5285e2db0503a5718282c0145010ecbe29a82b14bb9a041c1748a1761bff44eec93b48d0110c434b082cb0aee92538049c8404ea515ae
@@ -232,29 +232,6 @@ a.text-white:hover{
232
232
 
233
233
  button.btn.btn-sm.btn-link.pull-left.withoutripple:hover{background-color:transparent;}
234
234
 
235
- .printer-img {
236
- border-right: 1px solid #ccc;
237
- padding: 0px;
238
- height: 100%;
239
- min-height: 100px;
240
- }
241
-
242
- .printer-details h3{
243
- margin-top: 10px;
244
- font-weight: 500;
245
- font-size: 18px;
246
- margin-bottom: 5px;
247
- }
248
-
249
- .printer-details h4{
250
- font-size: 16px;
251
- color: #007ec6;
252
- margin: 0px;
253
- margin-bottom: 4px;
254
- }
255
-
256
- .printer-img img{ min-height:100px;}
257
-
258
235
  input.form-control.datepicker {
259
236
  border: 0;
260
237
  border-radius: 0;
@@ -343,34 +320,6 @@ border-top: 0px !important;
343
320
  margin-top: -25px;
344
321
  }
345
322
 
346
- /* proposal-list div */
347
- /*
348
- .proposal-printer-list {
349
- border-bottom: 1px solid #ddd;
350
- }
351
-
352
- .proposal-printer-list .proposal-checkbox{margin-top: 13px;}
353
- .proposal-printer-list .proposal-image{
354
-
355
- }
356
- .proposal-printer-list .proposal-details{
357
-
358
- }
359
-
360
- .proposal-printer-list .proposal-details h3{
361
- margin: 0px;
362
- font-size: 18px;
363
- font-weight: 500;
364
- }
365
-
366
- .proposal-printer-list .proposal-details h4{
367
- margin: 0px;
368
- font-size: 15px;
369
- margin-top: 6px;
370
- } */
371
-
372
- /* proposal-list div */
373
-
374
323
  .proposal-printer-list h3{
375
324
  margin: 0px;
376
325
  font-size: 18px;
@@ -53,16 +53,20 @@ module Kuppayam
53
53
  def stylesheet_filename
54
54
  if @current_layout == "xenon"
55
55
  @stylesheet_filename = "kuppayam-xenon"
56
- else
56
+ elsif @current_layout == "materialize"
57
57
  @stylesheet_filename = "kuppayam-materialize"
58
+ else
59
+ @stylesheet_filename = "kuppayam-xenon"
58
60
  end
59
61
  end
60
62
 
61
63
  def javascript_filename
62
64
  if @current_layout == "xenon"
63
65
  @javascript_filename = "kuppayam-xenon"
64
- else
66
+ elsif @current_layout == "materialize"
65
67
  @javascript_filename = "kuppayam-materialize"
68
+ else
69
+ @javascript_filename = "kuppayam-xenon"
66
70
  end
67
71
  end
68
72
 
@@ -187,7 +187,7 @@ module ResourceHelper
187
187
  current_nav: "kuppayam/current_page",
188
188
 
189
189
  # Feature
190
- feature_name: "Feature Name",
190
+ feature_name: nil,
191
191
 
192
192
  # Resource Names
193
193
  class: default_class,
@@ -1,3 +1,3 @@
1
1
  module Kuppayam
2
- VERSION = '0.2.6.pre.materialize'
2
+ VERSION = '0.2.7.pre.materialize'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuppayam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6.pre.materialize
4
+ version: 0.2.7.pre.materialize
5
5
  platform: ruby
6
6
  authors:
7
7
  - kpvarma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-30 00:00:00.000000000 Z
11
+ date: 2018-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails