semantic-ui-sass 0.9.1.0 → 0.9.2.0

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: 1f6721e42b2d39acbdb767aba2723c578aa985af
4
- data.tar.gz: 1a6ef012cb476b5c114fc326efef12b9d3e9984e
3
+ metadata.gz: 79ebf2c4a73936fa2a2be8a540fa71754ae25cea
4
+ data.tar.gz: 6106367f78bc7fa3b78c21f9af108d774a6c6f52
5
5
  SHA512:
6
- metadata.gz: 535b32680d4654f4682a854518ad75ac1b3c04beeb6e033bfb979e306066e27098410932dda4b2a1a46280b64b08887fc968c34617a93cd9b29eca2bcf4aea31
7
- data.tar.gz: 4de111fe02303455747eaa037cbb46cdd9c76349d5a334129d224520ac5938081760c3179a1b854d2439ba890fb16a38a1277bb2c45fa8f96f162b72f49007eb
6
+ metadata.gz: 18e46e6317b497abbb73be3f25d35406cb3439e57cdf6d31ddd7c288382fdb245020020aee7c0872ce7023fce4d8699ee489c93074ec9eaba8c31d5fa436d94d
7
+ data.tar.gz: 89b476f9d7806cedc5005c04e92e08d87634ded6d9e2befb62d888a77d98fb1f43ab5824046174e84840dd595fcc2551c9890b665b0e3f599804fa7b30e569dd
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.9.2.0
2
+
3
+ * Update Semantic UI to 0.9.2
4
+
1
5
  ## 0.9.1.0
2
6
 
3
7
  * Update Semantic UI to 0.9.1
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ## Installation and Usage
6
6
 
7
7
  ```ruby
8
- gem 'semantic-ui-sass', '~> 0.9.1.0'
8
+ gem 'semantic-ui-sass', '~> 0.9.2.0'
9
9
  ```
10
10
  or
11
11
 
@@ -492,6 +492,7 @@ $.fn.popup = function(parameters) {
492
492
  .css(positioning)
493
493
  .removeClass(className.position)
494
494
  .addClass(position)
495
+ .addClass(className.loading)
495
496
  ;
496
497
  // check if is offstage
497
498
  offstagePosition = module.get.offstagePosition();
@@ -508,6 +509,7 @@ $.fn.popup = function(parameters) {
508
509
  else {
509
510
  module.error(error.recursion);
510
511
  searchDepth = 0;
512
+ module.reset();
511
513
  return false;
512
514
  }
513
515
  }
@@ -516,6 +518,8 @@ $.fn.popup = function(parameters) {
516
518
  searchDepth = 0;
517
519
  return true;
518
520
  }
521
+
522
+ $module.removeClass(className.loading);
519
523
  }
520
524
 
521
525
  },
@@ -236,7 +236,7 @@
236
236
  }
237
237
 
238
238
  .ui.labeled.icon.input:not(.left) > .icon {
239
- margin-right: 0.75em;
239
+ margin-right: 1.25em;
240
240
  }
241
241
 
242
242
  /*--------------------
@@ -205,7 +205,7 @@
205
205
  visibility: hidden;
206
206
  }
207
207
 
208
- .ui.active.popup {
208
+ .ui.visible.popup {
209
209
  display: block;
210
210
  }
211
211
 
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "0.9.1.0"
5
- SEMANTIC_UI_SHA = '92058016400cece0c515abe3c063d6172e7250f2'
4
+ VERSION = "0.9.2.0"
5
+ SEMANTIC_UI_SHA = '2fd79f9386e1fbef498399f88deedb979d4ae3dd'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic-ui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1.0
4
+ version: 0.9.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-08 00:00:00.000000000 Z
11
+ date: 2013-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler