semantic-ui-sass 1.8.0.0 → 1.8.1.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.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/javascripts/semantic-ui/popup.js +1 -1
  4. data/app/assets/javascripts/semantic-ui/sticky.js +40 -36
  5. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  6. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +3 -1
  7. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +4 -8
  8. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +1 -1
  9. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  10. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1 -1
  11. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +3 -1
  12. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  13. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  14. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  15. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +3 -1
  16. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  17. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +14 -5
  18. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +1 -1
  19. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
  20. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  21. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  22. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  23. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +3 -1
  24. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -1
  25. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  26. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -1
  27. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  28. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
  29. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
  30. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +1 -1
  31. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -1
  32. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  33. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -1
  34. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +3 -1
  35. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  36. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
  37. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  39. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  41. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +141 -1
  42. data/app/assets/stylesheets/semantic-ui/modules/_video.scss +1 -1
  43. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  46. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
  48. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  49. data/lib/semantic/ui/sass/version.rb +2 -2
  50. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72dcf881ec1e91a60899de41d3af1792e9853974
4
- data.tar.gz: 448d5c2f58c7a09609e7847ecbec2615b058d7c4
3
+ metadata.gz: f1baf6fd7482726798552a4688ac8564055e3a25
4
+ data.tar.gz: ad73070e77f98f0ddcd8aaaa7bf32bbc91b9f094
5
5
  SHA512:
6
- metadata.gz: 1252eba432c362083d54dfb6be761a2a931e4ba8d05b1e1b33b51c9f33f764e9431c1287d1f407253e4e7a97e11dfc85a1c494da2dec3824ede1345d26177bf3
7
- data.tar.gz: 6cc0c00132bfa3fd30785ccc436c9b48fcea2bf186ec43c7ef295b6725310dcfb00798c36098610878a951efa4274fbd4d85f778bd419e5519014c3e916ff3db
6
+ metadata.gz: 70dab8aec7a198ff87f7513952a78e596efdef5bfcb73e75e2b8a65637145c77645c30ecbe6df2efc2c7026107dbab7c5e8258e59acc1ddbd60384052b6da0b1
7
+ data.tar.gz: 349cfc03b1a108a27d22295e43a958c78b495489b5ba0c7f6607cbbc0a159aaeb977a831045c715501ad6db34a6473fb12ccf5f19ebf3795707e0d2b9d130e6e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.8.1.0
2
+
3
+ * Update Semantic UI to 1.8.1
4
+
1
5
  ## 1.8.0.0
2
6
 
3
7
  * Update Semantic UI to 1.8.0
@@ -297,7 +297,7 @@ $.fn.popup = function(parameters) {
297
297
  hideAll: function() {
298
298
  $(selector.popup)
299
299
  .filter(':visible')
300
- .transition('hide')
300
+ .transition(settings.transition)
301
301
  ;
302
302
  },
303
303
 
@@ -125,23 +125,25 @@ $.fn.sticky = function(parameters) {
125
125
  var
126
126
  context = $context[0]
127
127
  ;
128
- if('MutationObserver' in window) {
129
- observer = new MutationObserver(function(mutations) {
130
- clearTimeout(module.timer);
131
- module.timer = setTimeout(function() {
132
- module.verbose('DOM tree modified, updating sticky menu');
133
- module.refresh();
134
- }, 200);
135
- });
136
- observer.observe(element, {
137
- childList : true,
138
- subtree : true
139
- });
140
- observer.observe(context, {
141
- childList : true,
142
- subtree : true
143
- });
144
- module.debug('Setting up mutation observer', observer);
128
+ if(settings.observeChanges) {
129
+ if('MutationObserver' in window) {
130
+ observer = new MutationObserver(function(mutations) {
131
+ clearTimeout(module.timer);
132
+ module.timer = setTimeout(function() {
133
+ module.verbose('DOM tree modified, updating sticky menu');
134
+ module.refresh();
135
+ }, 200);
136
+ });
137
+ observer.observe(element, {
138
+ childList : true,
139
+ subtree : true
140
+ });
141
+ observer.observe(context, {
142
+ childList : true,
143
+ subtree : true
144
+ });
145
+ module.debug('Setting up mutation observer', observer);
146
+ }
145
147
  }
146
148
  },
147
149
 
@@ -730,25 +732,27 @@ $.fn.sticky = function(parameters) {
730
732
 
731
733
  $.fn.sticky.settings = {
732
734
 
733
- name : 'Sticky',
734
- namespace : 'sticky',
735
-
736
- debug : false,
737
- verbose : false,
738
- performance : false,
739
-
740
- pushing : false,
741
- context : false,
742
- scrollContext : window,
743
- offset : 0,
744
- bottomOffset : 0,
745
-
746
- onReposition : function(){},
747
- onScroll : function(){},
748
- onStick : function(){},
749
- onUnstick : function(){},
750
- onTop : function(){},
751
- onBottom : function(){},
735
+ name : 'Sticky',
736
+ namespace : 'sticky',
737
+
738
+ debug : false,
739
+ verbose : false,
740
+ performance : false,
741
+
742
+ pushing : false,
743
+ context : false,
744
+ scrollContext : window,
745
+ offset : 0,
746
+ bottomOffset : 0,
747
+
748
+ observeChanges : true,
749
+
750
+ onReposition : function(){},
751
+ onScroll : function(){},
752
+ onStick : function(){},
753
+ onUnstick : function(){},
754
+ onTop : function(){},
755
+ onBottom : function(){},
752
756
 
753
757
  error : {
754
758
  container : 'Sticky element must be inside a relative container',
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -504,10 +504,12 @@
504
504
  z-index: 101;
505
505
  }
506
506
  @-webkit-keyframes form-spin {
507
+
507
508
  from {
508
509
  -webkit-transform: rotate(0deg);
509
510
  transform: rotate(0deg);
510
511
  }
512
+
511
513
  to {
512
514
  -webkit-transform: rotate(360deg);
513
515
  transform: rotate(360deg);
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -64,7 +64,6 @@
64
64
  .ui.grid > .row > .column {
65
65
  position: relative;
66
66
  display: inline-block;
67
- text-align: left;
68
67
  font-size: 1rem;
69
68
  width: 6.25%;
70
69
  padding-left: 1rem;
@@ -1543,9 +1542,9 @@
1543
1542
  .ui.grid > [class*="six column"].doubling.row > .column {
1544
1543
  width: 33.33333333% !important;
1545
1544
  }
1546
- .ui[class*="eight column"].doubling.grid > .row > .column,
1547
- .ui[class*="eight column"].doubling.grid > .column,
1548
- .ui.grid > [class*="eight column"].doubling.row > .column {
1545
+ .ui[class*="seven column"].doubling.grid > .row > .column,
1546
+ .ui[class*="seven column"].doubling.grid > .column,
1547
+ .ui.grid > [class*="seven column"].doubling.row > .column {
1549
1548
  width: 33.33333333% !important;
1550
1549
  }
1551
1550
  .ui[class*="eight column"].doubling.grid > .row > .column,
@@ -1597,9 +1596,6 @@
1597
1596
 
1598
1597
  /* Mobily Only */
1599
1598
  @media only screen and (max-width: 767px) {
1600
- .ui.doubling.grid {
1601
- width: 100% !important;
1602
- }
1603
1599
  .ui.grid > .doubling.row,
1604
1600
  .ui.doubling.grid > .row {
1605
1601
  display: block !important;
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -162,10 +162,12 @@
162
162
  box-shadow: none;
163
163
  }
164
164
  @-webkit-keyframes button-spin {
165
+
165
166
  from {
166
167
  -webkit-transform: rotate(0deg);
167
168
  transform: rotate(0deg);
168
169
  }
170
+
169
171
  to {
170
172
  -webkit-transform: rotate(360deg);
171
173
  transform: rotate(360deg);
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -63,10 +63,12 @@ i.icon.loading {
63
63
  animation: icon-loading 2s linear infinite;
64
64
  }
65
65
  @-webkit-keyframes icon-loading {
66
+
66
67
  from {
67
68
  -webkit-transform: rotate(0deg);
68
69
  transform: rotate(0deg);
69
70
  }
71
+
70
72
  to {
71
73
  -webkit-transform: rotate(360deg);
72
74
  transform: rotate(360deg);
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -267,7 +267,7 @@
267
267
  vertical-align: top;
268
268
  }
269
269
  .ui.labeled.input > .label {
270
- display: table-cell;
270
+ display: table-cell !important;
271
271
  vertical-align: middle;
272
272
  white-space: nowrap;
273
273
  font-size: 1em;
@@ -346,9 +346,16 @@
346
346
  }
347
347
  .ui.action.input > .button,
348
348
  .ui.action.input > .buttons {
349
- display: table-cell;
349
+ display: table-cell !important;
350
350
  vertical-align: middle;
351
351
  white-space: nowrap;
352
+ margin: 0;
353
+ }
354
+ .ui.action.input > .button,
355
+ .ui.action.input > .buttons > .button {
356
+ vertical-align: middle;
357
+ white-space: nowrap;
358
+ margin: 0;
352
359
  padding-top: 0.78571em;
353
360
  padding-bottom: 0.78571em;
354
361
  }
@@ -357,6 +364,8 @@
357
364
  display: inline;
358
365
  vertical-align: top;
359
366
  }
367
+
368
+ /* Fluid */
360
369
  .ui.fluid.action.input {
361
370
  display: table;
362
371
  width: 100%;
@@ -372,14 +381,14 @@
372
381
  border-bottom-right-radius: 0px !important;
373
382
  }
374
383
  .ui.action.input:not([class*="left action"]) > .button,
375
- .ui.action.input:not([class*="left action"]) > .buttons {
384
+ .ui.action.input:not([class*="left action"]) > .buttons > .button {
376
385
  border-top-left-radius: 0px;
377
386
  border-bottom-left-radius: 0px;
378
387
  }
379
388
 
380
389
  /* Button on Left */
381
390
  .ui[class*="left action"].input > .button,
382
- .ui[class*="left action"].input > .buttons {
391
+ .ui[class*="left action"].input > .buttons > .button {
383
392
  border-top-right-radius: 0px;
384
393
  border-bottom-right-radius: 0px;
385
394
  }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -300,10 +300,12 @@
300
300
  z-index: 101;
301
301
  }
302
302
  @-webkit-keyframes segment-spin {
303
+
303
304
  from {
304
305
  -webkit-transform: rotate(0deg);
305
306
  transform: rotate(0deg);
306
307
  }
308
+
307
309
  to {
308
310
  -webkit-transform: rotate(360deg);
309
311
  transform: rotate(360deg);
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI - 1.8.0
2
+ * # Semantic UI - 1.8.1
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *