semantic-ui-sass 1.7.0.0 → 1.7.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/javascripts/semantic-ui/accordion.js +100 -47
  4. data/app/assets/javascripts/semantic-ui/api.js +9 -9
  5. data/app/assets/javascripts/semantic-ui/checkbox.js +14 -13
  6. data/app/assets/javascripts/semantic-ui/dimmer.js +9 -9
  7. data/app/assets/javascripts/semantic-ui/dropdown.js +98 -58
  8. data/app/assets/javascripts/semantic-ui/form.js +23 -23
  9. data/app/assets/javascripts/semantic-ui/modal.js +14 -14
  10. data/app/assets/javascripts/semantic-ui/popup.js +91 -40
  11. data/app/assets/javascripts/semantic-ui/progress.js +12 -6
  12. data/app/assets/javascripts/semantic-ui/rating.js +6 -6
  13. data/app/assets/javascripts/semantic-ui/search.js +217 -206
  14. data/app/assets/javascripts/semantic-ui/shape.js +8 -8
  15. data/app/assets/javascripts/semantic-ui/sidebar.js +116 -93
  16. data/app/assets/javascripts/semantic-ui/site.js +2 -2
  17. data/app/assets/javascripts/semantic-ui/state.js +6 -6
  18. data/app/assets/javascripts/semantic-ui/sticky.js +11 -11
  19. data/app/assets/javascripts/semantic-ui/tab.js +12 -12
  20. data/app/assets/javascripts/semantic-ui/transition.js +9 -9
  21. data/app/assets/javascripts/semantic-ui/video.js +4 -4
  22. data/app/assets/javascripts/semantic-ui/visibility.js +3 -3
  23. data/app/assets/javascripts/semantic-ui/visit.js +7 -7
  24. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  25. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +1 -1
  26. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +118 -14
  27. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +23 -9
  28. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +4 -4
  29. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1 -1
  30. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +127 -126
  31. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  32. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -2
  33. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  34. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2 -2
  35. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  36. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
  37. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +5 -5
  38. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +4 -3
  39. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  41. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +13 -1
  42. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +1 -7
  43. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +36 -35
  44. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +23 -4
  46. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +3 -3
  47. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
  48. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +115 -29
  50. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -1
  51. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  52. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -6
  53. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +13 -1
  54. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  55. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
  56. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  57. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +134 -16
  58. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  59. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  60. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  61. data/app/assets/stylesheets/semantic-ui/modules/_video.scss +1 -1
  62. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +13 -1
  63. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  64. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  65. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  66. data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
  67. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  68. data/lib/semantic/ui/sass/version.rb +2 -2
  69. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -22,9 +22,6 @@
22
22
  right: 0px;
23
23
  z-index: 900;
24
24
  border: 1px solid #cccccc;
25
- min-width: -webkit-max-content;
26
- min-width: -moz-max-content;
27
- min-width: max-content;
28
25
  max-width: 250px;
29
26
  background-color: #ffffff;
30
27
  padding: 0.833em 1em;
@@ -220,11 +217,9 @@
220
217
  ---------------*/
221
218
 
222
219
  .ui.wide.popup {
223
- width: 350px;
224
220
  max-width: 350px;
225
221
  }
226
222
  .ui[class*="very wide"].popup {
227
- width: 550px;
228
223
  max-width: 550px;
229
224
  }
230
225
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI
2
+ * # Semantic UI - 1.7.3
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -433,3 +433,15 @@
433
433
  .ui.big.progress .bar {
434
434
  height: 3.5em;
435
435
  }
436
+
437
+
438
+ /*******************************
439
+ Progress
440
+ *******************************/
441
+
442
+
443
+
444
+ /*******************************
445
+ Site Overrides
446
+ *******************************/
447
+
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -81,12 +81,23 @@
81
81
  }
82
82
 
83
83
  /*--------------
84
- Body
84
+ Pushable
85
85
  ---------------*/
86
86
 
87
87
  .pushable {
88
88
  height: 100%;
89
89
  overflow-x: hidden;
90
+ padding: 0em !important;
91
+ }
92
+
93
+ /* Inside Page */
94
+ .pushable:not(body) {
95
+ -webkit-transform: translate3d(0, 0, 0);
96
+ transform: translate3d(0, 0, 0);
97
+ }
98
+
99
+ /* Whole Page */
100
+ body.pushable {
90
101
  background: #333333 !important;
91
102
  }
92
103
 
@@ -115,9 +126,14 @@
115
126
  min-height: 100%;
116
127
  -webkit-transition: -webkit-transform 500ms ease;
117
128
  transition: transform 500ms ease;
118
- background: #f7f7f7;
119
129
  z-index: 2;
120
130
  }
131
+ body.pushable > .pusher {
132
+ background: #f7f7f7;
133
+ }
134
+ .pushable > .pusher {
135
+ background: inherit;
136
+ }
121
137
 
122
138
  /*--------------
123
139
  Dimmer
@@ -164,7 +180,7 @@
164
180
  }
165
181
 
166
182
  /*--------------
167
- Animating
183
+ Animating
168
184
  ---------------*/
169
185
 
170
186
  .ui.animating.sidebar {
@@ -177,7 +193,11 @@
177
193
 
178
194
  .ui.visible.sidebar {
179
195
  visibility: visible;
196
+ -webkit-transform: translate3d(0, 0, 0);
197
+ transform: translate3d(0, 0, 0);
180
198
  }
199
+
200
+ /* Shadow Direction */
181
201
  .ui.left.visible.sidebar,
182
202
  .ui.right.visible.sidebar {
183
203
  box-shadow: 0px 0px 20px rgba(39, 41, 43, 0.15);
@@ -187,6 +207,37 @@
187
207
  box-shadow: 0px 0px 20px rgba(39, 41, 43, 0.15);
188
208
  }
189
209
 
210
+ /* Visible On Load */
211
+ .ui.visible.left.sidebar ~ .fixed,
212
+ .ui.visible.left.sidebar ~ .pusher {
213
+ -webkit-transform: translate3d(260px, 0, 0);
214
+ transform: translate3d(260px, 0, 0);
215
+ }
216
+ .ui.visible.right.sidebar ~ .fixed,
217
+ .ui.visible.right.sidebar ~ .pusher {
218
+ -webkit-transform: translate3d(-260px, 0, 0);
219
+ transform: translate3d(-260px, 0, 0);
220
+ }
221
+ .ui.visible.top.sidebar ~ .fixed,
222
+ .ui.visible.top.sidebar ~ .pusher {
223
+ -webkit-transform: translate3d(0, 36px, 0);
224
+ transform: translate3d(0, 36px, 0);
225
+ }
226
+ .ui.visible.bottom.sidebar ~ .fixed,
227
+ .ui.visible.bottom.sidebar ~ .pusher {
228
+ -webkit-transform: translate3d(0, -36px, 0);
229
+ transform: translate3d(0, -36px, 0);
230
+ }
231
+
232
+ /* opposite sides visible forces content overlay */
233
+ .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
234
+ .ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
235
+ .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
236
+ .ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
237
+ -webkit-transform: translate3d(0, 0, 0);
238
+ transform: translate3d(0, 0, 0);
239
+ }
240
+
190
241
  /*--------------
191
242
  iOS
192
243
  ---------------*/
@@ -233,6 +284,50 @@ html.ios {
233
284
  width: 475px;
234
285
  }
235
286
 
287
+ /* Left Visible */
288
+ .ui.visible[class*="very thin"].left.sidebar ~ .fixed,
289
+ .ui.visible[class*="very thin"].left.sidebar ~ .pusher {
290
+ -webkit-transform: translate3d(60px, 0, 0);
291
+ transform: translate3d(60px, 0, 0);
292
+ }
293
+ .ui.visible.thin.left.sidebar ~ .fixed,
294
+ .ui.visible.thin.left.sidebar ~ .pusher {
295
+ -webkit-transform: translate3d(150px, 0, 0);
296
+ transform: translate3d(150px, 0, 0);
297
+ }
298
+ .ui.visible.wide.left.sidebar ~ .fixed,
299
+ .ui.visible.wide.left.sidebar ~ .pusher {
300
+ -webkit-transform: translate3d(350px, 0, 0);
301
+ transform: translate3d(350px, 0, 0);
302
+ }
303
+ .ui.visible[class*="very wide"].left.sidebar ~ .fixed,
304
+ .ui.visible[class*="very wide"].left.sidebar ~ .pusher {
305
+ -webkit-transform: translate3d(475px, 0, 0);
306
+ transform: translate3d(475px, 0, 0);
307
+ }
308
+
309
+ /* Right Visible */
310
+ .ui.visible[class*="very thin"].right.sidebar ~ .fixed,
311
+ .ui.visible[class*="very thin"].right.sidebar ~ .pusher {
312
+ -webkit-transform: translate3d(-60px, 0, 0);
313
+ transform: translate3d(-60px, 0, 0);
314
+ }
315
+ .ui.visible.thin.right.sidebar ~ .fixed,
316
+ .ui.visible.thin.right.sidebar ~ .pusher {
317
+ -webkit-transform: translate3d(-150px, 0, 0);
318
+ transform: translate3d(-150px, 0, 0);
319
+ }
320
+ .ui.visible.wide.right.sidebar ~ .fixed,
321
+ .ui.visible.wide.right.sidebar ~ .pusher {
322
+ -webkit-transform: translate3d(-350px, 0, 0);
323
+ transform: translate3d(-350px, 0, 0);
324
+ }
325
+ .ui.visible[class*="very wide"].right.sidebar ~ .fixed,
326
+ .ui.visible[class*="very wide"].right.sidebar ~ .pusher {
327
+ -webkit-transform: translate3d(-475px, 0, 0);
328
+ transform: translate3d(-475px, 0, 0);
329
+ }
330
+
236
331
 
237
332
  /*******************************
238
333
  Animations
@@ -249,17 +344,7 @@ html.ios {
249
344
  z-index: 102;
250
345
  }
251
346
 
252
- /* Animation */
253
- .animating.ui.overlay.sidebar,
254
- .ui.visible.overlay.sidebar {
255
- -webkit-transition: -webkit-transform 500ms ease;
256
- transition: transform 500ms ease;
257
- }
258
-
259
- /*--- Left ---*/
260
-
261
-
262
- /* Set-up */
347
+ /* Initial */
263
348
  .ui.left.overlay.sidebar {
264
349
  -webkit-transform: translate3d(-100%, 0%, 0);
265
350
  transform: translate3d(-100%, 0%, 0);
@@ -277,7 +362,14 @@ html.ios {
277
362
  transform: translate3d(0%, 100%, 0);
278
363
  }
279
364
 
280
- /* End */
365
+ /* Animation */
366
+ .animating.ui.overlay.sidebar,
367
+ .ui.visible.overlay.sidebar {
368
+ -webkit-transition: -webkit-transform 500ms ease;
369
+ transition: transform 500ms ease;
370
+ }
371
+
372
+ /* End - Sidebar */
281
373
  .ui.visible.left.overlay.sidebar {
282
374
  -webkit-transform: translate3d(0%, 0%, 0);
283
375
  transform: translate3d(0%, 0%, 0);
@@ -294,6 +386,8 @@ html.ios {
294
386
  -webkit-transform: translate3d(0%, 0%, 0);
295
387
  transform: translate3d(0%, 0%, 0);
296
388
  }
389
+
390
+ /* End - Pusher */
297
391
  .ui.visible.overlay.sidebar ~ .fixed,
298
392
  .ui.visible.overlay.sidebar ~ .pusher {
299
393
  -webkit-transform: none !important;
@@ -312,6 +406,8 @@ html.ios {
312
406
  transition: transform 500ms ease;
313
407
  z-index: 102;
314
408
  }
409
+
410
+ /* Sidebar - Initial */
315
411
  .ui.left.push.sidebar {
316
412
  -webkit-transform: translate3d(-100%, 0, 0);
317
413
  transform: translate3d(-100%, 0, 0);
@@ -364,6 +460,8 @@ html.ios {
364
460
  .ui.slide.along.sidebar {
365
461
  z-index: 1;
366
462
  }
463
+
464
+ /* Sidebar - Initial */
367
465
  .ui.left.slide.along.sidebar {
368
466
  -webkit-transform: translate3d(-50%, 0, 0);
369
467
  transform: translate3d(-50%, 0, 0);
@@ -380,6 +478,8 @@ html.ios {
380
478
  -webkit-transform: translate3d(0%, 50%, 0);
381
479
  transform: translate3d(0%, 50%, 0);
382
480
  }
481
+
482
+ /* Animation */
383
483
  .ui.animating.slide.along.sidebar {
384
484
  -webkit-transition: -webkit-transform 500ms ease;
385
485
  transition: transform 500ms ease;
@@ -400,6 +500,8 @@ html.ios {
400
500
  .ui.slide.out.sidebar {
401
501
  z-index: 1;
402
502
  }
503
+
504
+ /* Sidebar - Initial */
403
505
  .ui.left.slide.out.sidebar {
404
506
  -webkit-transform: translate3d(50%, 0, 0);
405
507
  transform: translate3d(50%, 0, 0);
@@ -440,6 +542,8 @@ html.ios {
440
542
  transition: transform 500ms ease;
441
543
  z-index: 102;
442
544
  }
545
+
546
+ /* Sidebar - Initial */
443
547
  .ui.left.scale.down.sidebar {
444
548
  -webkit-transform: translate3d(-100%, 0, 0);
445
549
  transform: translate3d(-100%, 0, 0);
@@ -456,6 +560,8 @@ html.ios {
456
560
  -webkit-transform: translate3d(0%, 100%, 0);
457
561
  transform: translate3d(0%, 100%, 0);
458
562
  }
563
+
564
+ /* Pusher - Initial */
459
565
  .ui.scale.down.left.sidebar ~ .pusher {
460
566
  -webkit-transform-origin: 75% 50%;
461
567
  -ms-transform-origin: 75% 50%;
@@ -500,3 +606,15 @@ html.ios {
500
606
  -ms-transform: scale(0.75);
501
607
  transform: scale(0.75);
502
608
  }
609
+
610
+
611
+ /*******************************
612
+ Theme Overrides
613
+ *******************************/
614
+
615
+
616
+
617
+ /*******************************
618
+ Site Overrides
619
+ *******************************/
620
+
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *
@@ -263,3 +263,15 @@
263
263
  .ui.test.ad[data-text]:after {
264
264
  content: attr(data-text);
265
265
  }
266
+
267
+
268
+ /*******************************
269
+ Theme Overrides
270
+ *******************************/
271
+
272
+
273
+
274
+ /*******************************
275
+ User Variable Overrides
276
+ *******************************/
277
+
@@ -1,5 +1,5 @@
1
1
  /*
2
- * # Semantic UI
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
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
2
+ * # Semantic UI - 1.7.3
3
3
  * https://github.com/Semantic-Org/Semantic-UI
4
4
  * http://www.semantic-ui.com/
5
5
  *