semantic-ui-sass 0.15.1.0 → 0.15.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: 11057cbb13278fba3b1f5e850e05ddadf706f921
4
- data.tar.gz: 4bbd098cdddac0ab0731c06894c1a92689092684
3
+ metadata.gz: 0426f46492c1a99a67287a70e41ec31c416dc314
4
+ data.tar.gz: 534afb1adc9ede97319592b530e64e8eb98b2c80
5
5
  SHA512:
6
- metadata.gz: 047b2e7eb990105c3edbe5914df021ad6b03a383377298cef25feb25f209578c15884a3024bde0aba771ca99e4fe2cb4ed8b72f3b32024593da847684ad23f73
7
- data.tar.gz: c9ce3e48f35c583bc5b1ed73d1a4c6452925cfbdf8d3a43c1fca89c7806f3305d90b3dfbb434230f5e1d3c868d0090d7b8ca884ce14b1560a02582e8a44025ec
6
+ metadata.gz: 4a4403d115ee63adeb9cd48051b34b337b0c58224cc148a8ff429d26e8ef8a082c3ea02156b2ddd5ed618fc108b8b4fb25cfd9c5b4a36339d56e89ce6fbd436f
7
+ data.tar.gz: 49c46e90d2836f41c2488fcf1a11e48f1807cfa2dbcf783f36080d507098bdcc102faaf4b1becaff96689dc997d63cda0c8de45bf5208d51dc1b545ff9e82520
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.15.2.0
2
+
3
+ * Update Semantic UI to 0.15.2
4
+
1
5
  ## 0.15.1.0
2
6
 
3
7
  * Update Semantic UI to 0.15.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.15.1.0'
8
+ gem 'semantic-ui-sass', '~> 0.15.2.0'
9
9
  ```
10
10
  or
11
11
 
@@ -386,7 +386,7 @@ $.fn.accordion.settings = {
386
386
  name : 'Accordion',
387
387
  namespace : 'accordion',
388
388
 
389
- debug : true,
389
+ debug : false,
390
390
  verbose : true,
391
391
  performance : true,
392
392
 
@@ -588,8 +588,7 @@ $.fn.chatroom = function(parameters) {
588
588
  }
589
589
  })
590
590
  ;
591
-
592
- return (returnedValue)
591
+ return (returnedValue !== undefined)
593
592
  ? returnedValue
594
593
  : this
595
594
  ;
@@ -317,8 +317,8 @@ $.fn.checkbox.settings = {
317
317
  name : 'Checkbox',
318
318
  namespace : 'checkbox',
319
319
 
320
+ debug : false,
320
321
  verbose : true,
321
- debug : true,
322
322
  performance : true,
323
323
 
324
324
  // delegated event context
@@ -543,7 +543,7 @@ $.fn.dimmer.settings = {
543
543
  name : 'Dimmer',
544
544
  namespace : 'dimmer',
545
545
 
546
- debug : true,
546
+ debug : false,
547
547
  verbose : true,
548
548
  performance : true,
549
549
 
@@ -854,7 +854,7 @@ $.fn.dropdown = function(parameters) {
854
854
  })
855
855
  ;
856
856
 
857
- return (returnedValue)
857
+ return (returnedValue !== undefined)
858
858
  ? returnedValue
859
859
  : this
860
860
  ;
@@ -865,8 +865,8 @@ $.fn.dropdown.settings = {
865
865
  name : 'Dropdown',
866
866
  namespace : 'dropdown',
867
867
 
868
+ debug : false,
868
869
  verbose : true,
869
- debug : true,
870
870
  performance : true,
871
871
 
872
872
  on : 'click',
@@ -698,7 +698,7 @@ $.fn.modal.settings = {
698
698
  name : 'Modal',
699
699
  namespace : 'modal',
700
700
 
701
- debug : true,
701
+ debug : false,
702
702
  verbose : true,
703
703
  performance : true,
704
704
 
@@ -482,8 +482,8 @@ $.fn.nag.settings = {
482
482
 
483
483
  name : 'Nag',
484
484
 
485
+ debug : false,
485
486
  verbose : true,
486
- debug : true,
487
487
  performance : true,
488
488
 
489
489
  namespace : 'Nag',
@@ -780,7 +780,7 @@ $.fn.popup = function(parameters) {
780
780
  $.fn.popup.settings = {
781
781
 
782
782
  name : 'Popup',
783
- debug : true,
783
+ debug : false,
784
784
  verbose : true,
785
785
  performance : true,
786
786
  namespace : 'popup',
@@ -374,7 +374,7 @@ $.fn.rating.settings = {
374
374
  namespace : 'rating',
375
375
 
376
376
  verbose : true,
377
- debug : true,
377
+ debug : false,
378
378
  performance : true,
379
379
 
380
380
  initialRating : 0,
@@ -587,7 +587,7 @@ $.fn.search.settings = {
587
587
  name : 'Search Module',
588
588
  namespace : 'search',
589
589
 
590
- debug : true,
590
+ debug : false,
591
591
  verbose : true,
592
592
  performance : true,
593
593
 
@@ -743,7 +743,7 @@ $.fn.shape.settings = {
743
743
  name : 'Shape',
744
744
 
745
745
  // debug content outputted to console
746
- debug : true,
746
+ debug : false,
747
747
 
748
748
  // verbose debug output
749
749
  verbose : true,
@@ -478,8 +478,8 @@ $.fn.sidebar.settings = {
478
478
  name : 'Sidebar',
479
479
  namespace : 'sidebar',
480
480
 
481
+ debug : false,
481
482
  verbose : true,
482
- debug : true,
483
483
  performance : true,
484
484
 
485
485
  useCSS : true,
@@ -647,8 +647,8 @@
647
647
  $.fn.tab.settings = {
648
648
 
649
649
  name : 'Tab',
650
+ debug : false,
650
651
  verbose : true,
651
- debug : true,
652
652
  performance : true,
653
653
  namespace : 'tab',
654
654
 
@@ -412,7 +412,7 @@ $.fn.video.settings = {
412
412
  name : 'Video',
413
413
  namespace : 'video',
414
414
 
415
- debug : true,
415
+ debug : false,
416
416
  verbose : true,
417
417
  performance : true,
418
418
 
@@ -1759,6 +1759,10 @@ i.purple.icon {
1759
1759
  color: #564F8A !important;
1760
1760
  }
1761
1761
 
1762
+ i.orange.icon {
1763
+ color: #F05940 !important;
1764
+ }
1765
+
1762
1766
  i.teal.icon {
1763
1767
  color: #00B5AD !important;
1764
1768
  }
@@ -1792,6 +1796,11 @@ i.inverted.purple.icon {
1792
1796
  color: #FFFFFF !important;
1793
1797
  }
1794
1798
 
1799
+ i.inverted.orange.icon {
1800
+ background-color: #F05940 !important;
1801
+ color: #FFFFFF !important;
1802
+ }
1803
+
1795
1804
  i.inverted.teal.icon {
1796
1805
  background-color: #00B5AD !important;
1797
1806
  color: #FFFFFF !important;
@@ -75,7 +75,7 @@
75
75
  Loose Coupling
76
76
  --------------------*/
77
77
 
78
- .ui.pointing.menu + .ui.attached.segment {
78
+ .ui.pointing.menu ~ .ui.attached.segment {
79
79
  top: 1px;
80
80
  }
81
81
 
@@ -76,15 +76,25 @@
76
76
 
77
77
  .ui.vertical.steps .step:first-child {
78
78
  padding: 1em 2em;
79
+ border-radius: 0em;
79
80
  border-top-left-radius: 0.3125rem;
80
81
  border-top-right-radius: 0.3125rem;
81
82
  }
82
83
 
84
+ .ui.vertical.steps .active.step:first-child {
85
+ border-top-right-radius: 0rem;
86
+ }
87
+
83
88
  .ui.vertical.steps .step:last-child {
89
+ border-radius: 0em;
84
90
  border-bottom-left-radius: 0.3125rem;
85
91
  border-bottom-right-radius: 0.3125rem;
86
92
  }
87
93
 
94
+ .ui.vertical.steps .active.step:last-child {
95
+ border-bottom-right-radius: 0rem;
96
+ }
97
+
88
98
  /* Arrow */
89
99
 
90
100
  .ui.vertical.steps .step:after {
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "0.15.1.0"
5
- SEMANTIC_UI_SHA = '16f00646a3e3cf2ba2eebf6c973bbcf1e5ee0e64'
4
+ VERSION = "0.15.2.0"
5
+ SEMANTIC_UI_SHA = '32e52e8bdae87dd526aa3b3099e230b7c3fcb3e5'
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.15.1.0
4
+ version: 0.15.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: 2014-03-15 00:00:00.000000000 Z
11
+ date: 2014-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -351,3 +351,4 @@ test_files:
351
351
  - spec/helpers/semantic_flash_helper_spec.rb
352
352
  - spec/helpers/semantic_icon_helper_spec.rb
353
353
  - spec/spec_helper.rb
354
+ has_rdoc: