active_frontend 15.0.6 → 15.0.7

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: 4d590ca0fe933536ef070e675efd2e20ad118984
4
- data.tar.gz: 8044f8cf03a727f58ede7805f54f27241e754a3d
3
+ metadata.gz: 362d0b0daa73e76f4807db5073fde0b29797c9b7
4
+ data.tar.gz: 9d56f631bd04020ee7e694d694137cc79944ef99
5
5
  SHA512:
6
- metadata.gz: 54a60779d3e586ac567c1ddb915c780ef0bb60d2521b7f7e5952b6027a7ac6dc3405c07f4798edbb7e622dc414faac7c5bfc05d2e7ab54d70941a696c8dbec83
7
- data.tar.gz: ad39b9136d338c1892abeaf1ebe7e5bb49077afd5c933989aa2256bff7b0e4c0f27eeffc218f86327a0f54d80b3925a6ef4c7db54959037bbfa621e48312f42b
6
+ metadata.gz: 927684229bac131b57901d266b73d3e6b67d2b0db98635d73a348c2d8e24c1359dadd1a0e4702cf774d6ad5f9aea666129391d124bbbefcd69c0fbf24f8759e7
7
+ data.tar.gz: 54b3e0a4ee3b4751a699bdf721efa9866e43827f64b21b6e0582e7323815aa77840da3f4a7b18fc7a1880280e8f0a3ecf9341c2706749df1e341669f83664118
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '15.0.6'
4
+ VERSION ||= '15.0.7'
5
5
  end
@@ -158,6 +158,8 @@
158
158
  }
159
159
 
160
160
  this.indicator.css(changeCss);
161
+
162
+ delete changeCss.height;
161
163
  this.elm.css(changeCss);
162
164
  },
163
165
  reset: function() {
@@ -45,4 +45,5 @@
45
45
  .xpull-spinner {
46
46
  display: none;
47
47
  font-size: text-size(xl);
48
+ padding: 20px 0;
48
49
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.0.6
4
+ version: 15.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez