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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/javascripts/semantic-ui/popup.js +1 -1
- data/app/assets/javascripts/semantic-ui/sticky.js +40 -36
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +3 -1
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +4 -8
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +3 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +3 -1
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +14 -5
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +3 -1
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +3 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +141 -1
- data/app/assets/stylesheets/semantic-ui/modules/_video.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/lib/semantic/ui/sass/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1baf6fd7482726798552a4688ac8564055e3a25
|
4
|
+
data.tar.gz: ad73070e77f98f0ddcd8aaaa7bf32bbc91b9f094
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70dab8aec7a198ff87f7513952a78e596efdef5bfcb73e75e2b8a65637145c77645c30ecbe6df2efc2c7026107dbab7c5e8258e59acc1ddbd60384052b6da0b1
|
7
|
+
data.tar.gz: 349cfc03b1a108a27d22295e43a958c78b495489b5ba0c7f6607cbbc0a159aaeb977a831045c715501ad6db34a6473fb12ccf5f19ebf3795707e0d2b9d130e6e
|
data/CHANGELOG.md
CHANGED
@@ -125,23 +125,25 @@ $.fn.sticky = function(parameters) {
|
|
125
125
|
var
|
126
126
|
context = $context[0]
|
127
127
|
;
|
128
|
-
if(
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
module.
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
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
|
734
|
-
namespace
|
735
|
-
|
736
|
-
debug
|
737
|
-
verbose
|
738
|
-
performance
|
739
|
-
|
740
|
-
pushing
|
741
|
-
context
|
742
|
-
scrollContext
|
743
|
-
offset
|
744
|
-
bottomOffset
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
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.
|
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.
|
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*="
|
1547
|
-
.ui[class*="
|
1548
|
-
.ui.grid > [class*="
|
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.
|
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.
|
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.
|
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.
|
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);
|