maglove-engine 2.0.7 → 2.0.8

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: a2e5ec24d541ec97e5cd06f7528d96200ba25f26
4
- data.tar.gz: 941908173805b33a3eec4d2c3bd991789472552b
3
+ metadata.gz: 7b8ae6a6f3438be1559613417f62712dbc83f429
4
+ data.tar.gz: ba75f6b790b2512e37d1f039e84c92f7c57170b4
5
5
  SHA512:
6
- metadata.gz: 85fb6a73cab59398572064539919d3a49b5753650fd5669062200c488964cb27f899c3b486ab2724747f0c6de721874ae82b31753700d1e884fee99b9834fa4f
7
- data.tar.gz: 07d7f44b8b701e46ecca22f2a9a8c343680ef41f5b3fbd394e21ed74286d63d605c6c0422e6ca964d6497ede867a454b84d7bc66ec119f6c5f7e2ffb634787d7
6
+ metadata.gz: 0db8b1fcf965892c76e60a0b66c07b3a38d41062f7906fe12f4f05dcb57eb621e5266fbfc54299b3f3e6bd3681b495b607710943053c9641a80c5b6c0894f330
7
+ data.tar.gz: 36be9dfc2546ef9a959becb0f865cefaf4b60e5a93d0070cbd19c8c2e79be35c9cc78bf5c886de2605c3527094a432537e7e5a4d230b59ab7503cbd7c92af228
@@ -5,7 +5,7 @@ module Maglove
5
5
  attr_accessor :asset_uri
6
6
  attr_accessor :block_path
7
7
  attr_accessor :block_resolver
8
-
8
+
9
9
  def initialize
10
10
  @block_resolver = lambda do |identifier, variables|
11
11
  File.read(File.join(Maglove::Engine.config.block_path, "#{identifier}.haml"))
@@ -1,5 +1,5 @@
1
1
  module Maglove
2
2
  module Engine
3
- VERSION = "2.0.7"
3
+ VERSION = "2.0.8"
4
4
  end
5
5
  end
@@ -8,14 +8,15 @@ module Maglove
8
8
  def defaults
9
9
  {
10
10
  animate: "none",
11
- parallax_effect: "none",
12
11
  border_radius: nil,
13
12
  border_width: nil,
14
13
  border_style: nil,
15
14
  border_color: "transparent",
16
15
  min_height: nil,
17
16
  max_height: nil,
18
- overflow_y: nil
17
+ overflow_y: nil,
18
+ parallax_effect: "none",
19
+ parallax_speed: 0.6
19
20
  }
20
21
  end
21
22
  end
@@ -11,11 +11,8 @@ module Maglove
11
11
  align: "center",
12
12
  source: false,
13
13
  magnify: false,
14
- tooltip_icon: "bullhorn",
15
- tooltip_text_alignment: "justify",
16
- tooltip_text_size: "medium",
17
- tooltip_position: "top-right",
18
- tooltip_text: nil
14
+ parallax_effect: "none",
15
+ parallax_speed: 0.6
19
16
  }
20
17
  end
21
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maglove-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Strebitzer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-15 00:00:00.000000000 Z
11
+ date: 2018-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: haml