fomantic-ui-sass 2.9.0 → 2.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  21. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  22. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  23. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  24. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  25. data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
  26. data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
  27. data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
  28. data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
  29. data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
  30. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
  31. data/app/assets/javascripts/semantic-ui/embed.js +646 -676
  32. data/app/assets/javascripts/semantic-ui/flyout.js +1503 -1466
  33. data/app/assets/javascripts/semantic-ui/form.js +2035 -2007
  34. data/app/assets/javascripts/semantic-ui/modal.js +1552 -1487
  35. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  36. data/app/assets/javascripts/semantic-ui/popup.js +1469 -1457
  37. data/app/assets/javascripts/semantic-ui/progress.js +944 -998
  38. data/app/assets/javascripts/semantic-ui/rating.js +508 -524
  39. data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
  40. data/app/assets/javascripts/semantic-ui/shape.js +762 -811
  41. data/app/assets/javascripts/semantic-ui/sidebar.js +1042 -1100
  42. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  43. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
  44. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  45. data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
  46. data/app/assets/javascripts/semantic-ui/tab.js +903 -967
  47. data/app/assets/javascripts/semantic-ui/toast.js +911 -885
  48. data/app/assets/javascripts/semantic-ui/transition.js +998 -1078
  49. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  50. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  51. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +311 -377
  52. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +191 -331
  53. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +302 -439
  54. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
  55. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
  56. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
  57. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
  58. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
  59. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3558 -3558
  60. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
  61. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
  62. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
  63. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  64. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +416 -300
  65. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
  66. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
  67. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
  68. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
  69. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  70. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  71. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +173 -227
  72. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
  73. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +34 -34
  74. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
  75. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +29 -51
  76. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
  77. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
  78. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +159 -230
  79. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
  80. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +261 -393
  81. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +21 -32
  82. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
  83. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
  84. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  85. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +573 -206
  86. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  87. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
  88. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
  89. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  90. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
  91. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +102 -127
  92. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  93. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
  94. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
  95. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  96. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
  97. data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
  98. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
  99. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
  100. data/app/assets/stylesheets/semantic-ui/views/_item.scss +87 -134
  101. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
  102. data/lib/fomantic/ui/sass/version.rb +2 -2
  103. data/tasks/converter.rb +1 -1
  104. metadata +17 -1
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Dimmer
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.2 - Dimmer
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -29,24 +29,13 @@
29
29
  background: rgba(0, 0, 0, 0.85);
30
30
  opacity: 0;
31
31
  line-height: 1;
32
- -webkit-animation-fill-mode: both;
33
- animation-fill-mode: both;
34
- -webkit-animation-duration: 0.5s;
35
- animation-duration: 0.5s;
36
- -webkit-transition: all 0.5s linear;
32
+ animation-fill-mode: both;
33
+ animation-duration: 0.5s;
37
34
  transition: all 0.5s linear;
38
- -webkit-box-orient: vertical;
39
- -webkit-box-direction: normal;
40
- -ms-flex-direction: column;
41
- flex-direction: column;
42
- -webkit-box-align: center;
43
- -ms-flex-align: center;
44
- align-items: center;
45
- -webkit-box-pack: center;
46
- -ms-flex-pack: center;
47
- justify-content: center;
35
+ flex-direction: column;
36
+ align-items: center;
37
+ justify-content: center;
48
38
  -webkit-user-select: none;
49
- -moz-user-select: none;
50
39
  -ms-user-select: none;
51
40
  user-select: none;
52
41
  will-change: opacity;
@@ -56,10 +45,9 @@
56
45
  /* Dimmer Content */
57
46
  .ui.dimmer > .content {
58
47
  -webkit-user-select: text;
59
- -moz-user-select: text;
60
48
  -ms-user-select: text;
61
49
  user-select: text;
62
- color: #FFFFFF;
50
+ color: #fff;
63
51
  }
64
52
 
65
53
  /* Loose Coupling */
@@ -88,7 +76,7 @@
88
76
  scrollbar-track-color: #323232;
89
77
  scrollbar-arrow-color: #323232;
90
78
 
91
- /* firefox : first color thumb, second track */
79
+ /* firefox: first color thumb, second track */
92
80
  scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
93
81
  }
94
82
 
@@ -108,8 +96,6 @@
108
96
  .dimmed.dimmable > .ui.animating.dimmer,
109
97
  .dimmed.dimmable > .ui.visible.dimmer,
110
98
  .ui.active.dimmer {
111
- display: -webkit-box;
112
- display: -ms-flexbox;
113
99
  display: flex;
114
100
  opacity: 1;
115
101
  }
@@ -126,10 +112,9 @@
126
112
  *******************************/
127
113
 
128
114
 
129
- /*--------------
130
- Legacy
131
- ---------------*/
132
-
115
+ /* --------------
116
+ Legacy
117
+ --------------- */
133
118
 
134
119
  /* Animating / Active / Visible */
135
120
  .dimmed.dimmable > .ui.animating.legacy.dimmer,
@@ -138,33 +123,24 @@
138
123
  display: block;
139
124
  }
140
125
 
141
- /*--------------
142
- Alignment
143
- ---------------*/
144
-
126
+ /* --------------
127
+ Alignment
128
+ --------------- */
145
129
  .ui[class*="top aligned"].dimmer {
146
- -webkit-box-pack: start;
147
- -ms-flex-pack: start;
148
- justify-content: flex-start;
130
+ justify-content: flex-start;
149
131
  }
150
132
  .ui[class*="bottom aligned"].dimmer {
151
- -webkit-box-pack: end;
152
- -ms-flex-pack: end;
153
- justify-content: flex-end;
133
+ justify-content: flex-end;
154
134
  }
155
135
 
156
- /*--------------
157
- Page
158
- ---------------*/
159
-
136
+ /* --------------
137
+ Page
138
+ --------------- */
160
139
  .ui.page.dimmer {
161
140
  position: fixed;
162
- -webkit-transform-style: '';
163
- transform-style: '';
164
- -webkit-perspective: 2000px;
165
- perspective: 2000px;
166
- -webkit-transform-origin: center center;
167
- transform-origin: center center;
141
+ transform-style: "";
142
+ perspective: 2000px;
143
+ transform-origin: center center;
168
144
  }
169
145
  .ui.page.dimmer.modals {
170
146
  -moz-perspective: none;
@@ -177,22 +153,16 @@ body.dimmable > .dimmer {
177
153
  position: fixed;
178
154
  }
179
155
 
180
- /*--------------
181
- Blurring
182
- ---------------*/
183
-
156
+ /* --------------
157
+ Blurring
158
+ --------------- */
184
159
  @supports (not (-webkit-backdrop-filter: none)) and (not ((-webkit-backdrop-filter: none) or (backdrop-filter: none))) {
185
160
  .blurring.dimmable > :not(.dimmer) {
186
- -webkit-filter: initial;
187
- filter: initial;
188
- -webkit-transition: 800ms -webkit-filter ease;
189
- transition: 800ms -webkit-filter ease;
161
+ filter: initial;
190
162
  transition: 800ms filter ease;
191
- transition: 800ms filter ease, 800ms -webkit-filter ease;
192
163
  }
193
164
  .blurring.dimmed.dimmable > :not(.dimmer):not(.popup) {
194
- -webkit-filter: blur(5px) grayscale(0.7);
195
- filter: blur(5px) grayscale(0.7);
165
+ filter: blur(5px) grayscale(0.7);
196
166
  }
197
167
  }
198
168
 
@@ -206,10 +176,9 @@ body.dimmable > .dimmer {
206
176
  background: rgba(255, 255, 255, 0.6);
207
177
  }
208
178
 
209
- /*--------------
210
- Aligned
211
- ---------------*/
212
-
179
+ /* --------------
180
+ Aligned
181
+ --------------- */
213
182
  .ui.dimmer > .top.aligned.content > * {
214
183
  vertical-align: top;
215
184
  }
@@ -217,10 +186,9 @@ body.dimmable > .dimmer {
217
186
  vertical-align: bottom;
218
187
  }
219
188
 
220
- /*--------------
221
- Shades
222
- ---------------*/
223
-
189
+ /* --------------
190
+ Shades
191
+ --------------- */
224
192
  .medium.medium.medium.medium.medium.dimmer {
225
193
  background: rgba(0, 0, 0, 0.65);
226
194
  }
@@ -231,22 +199,20 @@ body.dimmable > .dimmer {
231
199
  background: rgba(0, 0, 0, 0.25);
232
200
  }
233
201
 
234
- /*--------------
235
- Inverted
236
- ---------------*/
237
-
202
+ /* --------------
203
+ Inverted
204
+ --------------- */
238
205
  .ui.inverted.dimmer {
239
206
  background: rgba(255, 255, 255, 0.85);
240
207
  }
241
208
  .ui.inverted.dimmer > .content,
242
209
  .ui.inverted.dimmer > .content > * {
243
- color: #000000;
210
+ color: #000;
244
211
  }
245
212
 
246
- /*--------------
247
- Inverted Shades
248
- ---------------*/
249
-
213
+ /* --------------
214
+ Inverted Shades
215
+ --------------- */
250
216
  .medium.medium.medium.medium.medium.inverted.dimmer {
251
217
  background: rgba(255, 255, 255, 0.65);
252
218
  }
@@ -257,10 +223,9 @@ body.dimmable > .dimmer {
257
223
  background: rgba(255, 255, 255, 0.25);
258
224
  }
259
225
 
260
- /*--------------
261
- Simple
262
- ---------------*/
263
-
226
+ /* --------------
227
+ Simple
228
+ --------------- */
264
229
 
265
230
  /* Displays without javascript */
266
231
  .ui.simple.dimmer {
@@ -287,10 +252,9 @@ body.dimmable > .dimmer {
287
252
  background: rgba(255, 255, 255, 0.85);
288
253
  }
289
254
 
290
- /*--------------
291
- Partially
292
- ----------------*/
293
-
255
+ /* --------------
256
+ Partially
257
+ ---------------- */
294
258
  .ui[class*="top dimmer"],
295
259
  .ui[class*="center dimmer"],
296
260
  .ui[class*="bottom dimmer"] {
@@ -303,7 +267,6 @@ body.dimmable > .dimmer {
303
267
  .ui[class*="center dimmer"] {
304
268
  top: 50%;
305
269
  transform: translateY(-50%);
306
- -webkit-transform: translateY(calc(-50% - 0.5px));
307
270
  }
308
271
  .ui.segment > .ui.ui[class*="top dimmer"] {
309
272
  border-bottom-left-radius: 0;
@@ -317,137 +280,58 @@ body.dimmable > .dimmer {
317
280
  border-top-right-radius: 0;
318
281
  }
319
282
  .ui[class*="center dimmer"].transition[class*="fade up"].in {
320
- -webkit-animation-name: fadeInUpCenter;
321
- animation-name: fadeInUpCenter;
283
+ animation-name: fadeInUpCenter;
322
284
  }
323
285
  .ui[class*="center dimmer"].transition[class*="fade down"].in {
324
- -webkit-animation-name: fadeInDownCenter;
325
- animation-name: fadeInDownCenter;
286
+ animation-name: fadeInDownCenter;
326
287
  }
327
288
  .ui[class*="center dimmer"].transition[class*="fade up"].out {
328
- -webkit-animation-name: fadeOutUpCenter;
329
- animation-name: fadeOutUpCenter;
289
+ animation-name: fadeOutUpCenter;
330
290
  }
331
291
  .ui[class*="center dimmer"].transition[class*="fade down"].out {
332
- -webkit-animation-name: fadeOutDownCenter;
333
- animation-name: fadeOutDownCenter;
292
+ animation-name: fadeOutDownCenter;
334
293
  }
335
294
  .ui[class*="center dimmer"].bounce.transition {
336
- -webkit-animation-name: bounceCenter;
337
- animation-name: bounceCenter;
338
- }
339
- @-webkit-keyframes fadeInUpCenter {
340
- 0% {
341
- opacity: 0;
342
- transform: translateY(-40%);
343
- -webkit-transform: translateY(calc(-40% - 0.5px));
344
- }
345
- 100% {
346
- opacity: 1;
347
- transform: translateY(-50%);
348
- -webkit-transform: translateY(calc(-50% - 0.5px));
349
- }
295
+ animation-name: bounceCenter;
350
296
  }
351
297
  @keyframes fadeInUpCenter {
352
298
  0% {
353
299
  opacity: 0;
354
300
  transform: translateY(-40%);
355
- -webkit-transform: translateY(calc(-40% - 0.5px));
356
- }
357
- 100% {
358
- opacity: 1;
359
- transform: translateY(-50%);
360
- -webkit-transform: translateY(calc(-50% - 0.5px));
361
- }
362
- }
363
- @-webkit-keyframes fadeInDownCenter {
364
- 0% {
365
- opacity: 0;
366
- transform: translateY(-60%);
367
- -webkit-transform: translateY(calc(-60% - 0.5px));
368
301
  }
369
302
  100% {
370
303
  opacity: 1;
371
304
  transform: translateY(-50%);
372
- -webkit-transform: translateY(calc(-50% - 0.5px));
373
305
  }
374
306
  }
375
307
  @keyframes fadeInDownCenter {
376
308
  0% {
377
309
  opacity: 0;
378
310
  transform: translateY(-60%);
379
- -webkit-transform: translateY(calc(-60% - 0.5px));
380
311
  }
381
312
  100% {
382
313
  opacity: 1;
383
314
  transform: translateY(-50%);
384
- -webkit-transform: translateY(calc(-50% - 0.5px));
385
- }
386
- }
387
- @-webkit-keyframes fadeOutUpCenter {
388
- 0% {
389
- opacity: 1;
390
- transform: translateY(-50%);
391
- -webkit-transform: translateY(calc(-50% - 0.5px));
392
- }
393
- 100% {
394
- opacity: 0;
395
- transform: translateY(-45%);
396
- -webkit-transform: translateY(calc(-45% - 0.5px));
397
315
  }
398
316
  }
399
317
  @keyframes fadeOutUpCenter {
400
318
  0% {
401
319
  opacity: 1;
402
320
  transform: translateY(-50%);
403
- -webkit-transform: translateY(calc(-50% - 0.5px));
404
321
  }
405
322
  100% {
406
323
  opacity: 0;
407
324
  transform: translateY(-45%);
408
- -webkit-transform: translateY(calc(-45% - 0.5px));
409
- }
410
- }
411
- @-webkit-keyframes fadeOutDownCenter {
412
- 0% {
413
- opacity: 1;
414
- transform: translateY(-50%);
415
- -webkit-transform: translateY(calc(-50% - 0.5px));
416
- }
417
- 100% {
418
- opacity: 0;
419
- transform: translateY(-55%);
420
- -webkit-transform: translateY(calc(-55% - 0.5px));
421
325
  }
422
326
  }
423
327
  @keyframes fadeOutDownCenter {
424
328
  0% {
425
329
  opacity: 1;
426
330
  transform: translateY(-50%);
427
- -webkit-transform: translateY(calc(-50% - 0.5px));
428
331
  }
429
332
  100% {
430
333
  opacity: 0;
431
334
  transform: translateY(-55%);
432
- -webkit-transform: translateY(calc(-55% - 0.5px));
433
- }
434
- }
435
- @-webkit-keyframes bounceCenter {
436
- 0%,
437
- 20%,
438
- 50%,
439
- 80%,
440
- 100% {
441
- transform: translateY(-50%);
442
- -webkit-transform: translateY(calc(-50% - 0.5px));
443
- }
444
- 40% {
445
- -webkit-transform: translateY(calc(-50% - 30px));
446
- transform: translateY(calc(-50% - 30px));
447
- }
448
- 60% {
449
- -webkit-transform: translateY(calc(-50% - 15px));
450
- transform: translateY(calc(-50% - 15px));
451
335
  }
452
336
  }
453
337
  @keyframes bounceCenter {
@@ -457,15 +341,12 @@ body.dimmable > .dimmer {
457
341
  80%,
458
342
  100% {
459
343
  transform: translateY(-50%);
460
- -webkit-transform: translateY(calc(-50% - 0.5px));
461
344
  }
462
345
  40% {
463
- -webkit-transform: translateY(calc(-50% - 30px));
464
- transform: translateY(calc(-50% - 30px));
346
+ transform: translateY(calc(-50% - 30px));
465
347
  }
466
348
  60% {
467
- -webkit-transform: translateY(calc(-50% - 15px));
468
- transform: translateY(calc(-50% - 15px));
349
+ transform: translateY(calc(-50% - 15px));
469
350
  }
470
351
  }
471
352