semantic-ui-sass 0.9.4.0 → 0.9.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a5ca56453b2a62a56e2ed80f1237b8be6a6007a
4
- data.tar.gz: d57c23e259aa6b7e2c1a512eeb0ec495bd6dea56
3
+ metadata.gz: 87adde5771a531bd6f8a596af5861f8567139dfe
4
+ data.tar.gz: c9da99dc038d9a24dd3caf2d7db8385c6e4e22ff
5
5
  SHA512:
6
- metadata.gz: db381bb659b5caa5c85724a984a14c85e2e0ff3793c62e65571d6ec6fa6ab91f4c58698da6cc6355108709fc6ea2c4cc6bf389325355fe270581f8312289a109
7
- data.tar.gz: 165c5d44ad5cf347b4737b7714f4a25ca016e63494052482c829f4233cb0a5ecc8c8a7abe9c71958a6e81caefccdde11a6515ca8d713a67bad789a48de23c0e1
6
+ metadata.gz: 62892f50c8a47a924e58465a39d4ffadb4f186c91cc59653cc89a4c3da1e5e94e8c9e07ead7c743fea28e47ed6fdd96a4c095b6fcbe758f3d097938b9e654a8c
7
+ data.tar.gz: 39306ba2a7d3f7923cc11a5c27aebde111971f606df62a344b9bc65aa61b2b648d14eaf977eb0476b075e27a1f691977edf734419be813b1ac5c5366e74796c4
@@ -1,3 +1,7 @@
1
+ ## 0.9.5.0
2
+
3
+ * Update Semantic UI to 0.9.5
4
+
1
5
  ## 0.9.4.0
2
6
 
3
7
  * Update Semantic UI to 0.9.4
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.4.0'
8
+ gem 'semantic-ui-sass', '~> 0.9.5.0'
9
9
  ```
10
10
  or
11
11
 
@@ -226,7 +226,6 @@ $.fn.modal = function(parameters) {
226
226
  : function(){}
227
227
  ;
228
228
  if( !module.is.active() ) {
229
- module.debug('Showing modal');
230
229
  module.cacheSizes();
231
230
  module.set.position();
232
231
  module.set.type();
@@ -237,6 +236,7 @@ $.fn.modal = function(parameters) {
237
236
  }
238
237
  else {
239
238
  if(settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) {
239
+ module.debug('Showing modal with css animations');
240
240
  $module
241
241
  .transition(settings.transition + ' in', settings.duration, function() {
242
242
  module.set.active();
@@ -245,6 +245,7 @@ $.fn.modal = function(parameters) {
245
245
  ;
246
246
  }
247
247
  else {
248
+ module.debug('Showing modal with javascript');
248
249
  $module
249
250
  .fadeIn(settings.duration, settings.easing, function() {
250
251
  module.set.active();
@@ -191,6 +191,18 @@
191
191
  border-top: 1px solid rgba(255, 255, 255, 0.35);
192
192
  }
193
193
 
194
+ /*-------------------
195
+ Circular
196
+ --------------------*/
197
+
198
+ .ui.circular.segment {
199
+ display: table-cell;
200
+ padding: 2em;
201
+ text-align: center;
202
+ vertical-align: middle;
203
+ border-radius: 500em;
204
+ }
205
+
194
206
  /*-------------------
195
207
  Raised
196
208
  --------------------*/
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "0.9.4.0"
5
- SEMANTIC_UI_SHA = 'ef82ce755fb7e5540b062b1f71738f196bab1958'
4
+ VERSION = "0.9.5.0"
5
+ SEMANTIC_UI_SHA = '9c8e0ae4e7928a8454d506bbb703d74fa58dfae8'
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.4.0
4
+ version: 0.9.5.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-24 00:00:00.000000000 Z
11
+ date: 2013-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler