semantic-ui-sass 2.2.1.1 → 2.2.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.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -1
  3. data/CHANGELOG.md +4 -0
  4. data/app/assets/javascripts/semantic-ui/dimmer.js +1 -4
  5. data/app/assets/javascripts/semantic-ui/shape.js +22 -10
  6. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  7. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +1 -2
  8. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +2 -1
  9. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +2 -0
  10. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +2 -2
  11. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1 -1
  12. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +8 -1
  13. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +2 -1
  14. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +3 -1
  15. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  16. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  17. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +8 -1
  18. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  19. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
  20. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +8 -1
  21. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
  22. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +3 -1
  23. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  24. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +24 -1
  25. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +3 -1
  26. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +2 -1
  27. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  28. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -1
  29. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +5 -1
  30. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +6 -1
  31. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +2 -1
  32. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +9 -2
  33. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +2 -1
  34. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +2 -1
  35. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  36. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +32 -1
  37. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  39. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +2 -1
  40. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  41. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +7 -1
  42. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  43. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +18 -1
  45. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -1
  46. data/app/assets/stylesheets/semantic-ui/views/_card.scss +3 -1
  47. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  48. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
  50. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -3
  51. data/lib/semantic/ui/sass/version.rb +2 -2
  52. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Progress Bar
2
+ * # Semantic UI 2.2.2 - Progress Bar
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Rating
2
+ * # Semantic UI 2.2.2 - Rating
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Search
2
+ * # Semantic UI 2.2.2 - Search
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -56,6 +56,7 @@
56
56
  top: 100%;
57
57
  left: 0%;
58
58
  -webkit-transform-origin: center top;
59
+ -ms-transform-origin: center top;
59
60
  transform-origin: center top;
60
61
  white-space: normal;
61
62
  background: #FFFFFF;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Shape
2
+ * # Semantic UI 2.2.2 - Shape
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Sidebar
2
+ * # Semantic UI 2.2.2 - Sidebar
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -403,6 +403,7 @@ html.ios body {
403
403
  .ui.visible.overlay.sidebar ~ .fixed,
404
404
  .ui.visible.overlay.sidebar ~ .pusher {
405
405
  -webkit-transform: none !important;
406
+ -ms-transform: none !important;
406
407
  transform: none !important;
407
408
  }
408
409
 
@@ -585,18 +586,22 @@ html.ios body {
585
586
  /* Pusher - Initial */
586
587
  .ui.scale.down.left.sidebar ~ .pusher {
587
588
  -webkit-transform-origin: 75% 50%;
589
+ -ms-transform-origin: 75% 50%;
588
590
  transform-origin: 75% 50%;
589
591
  }
590
592
  .ui.scale.down.right.sidebar ~ .pusher {
591
593
  -webkit-transform-origin: 25% 50%;
594
+ -ms-transform-origin: 25% 50%;
592
595
  transform-origin: 25% 50%;
593
596
  }
594
597
  .ui.scale.down.top.sidebar ~ .pusher {
595
598
  -webkit-transform-origin: 50% 75%;
599
+ -ms-transform-origin: 50% 75%;
596
600
  transform-origin: 50% 75%;
597
601
  }
598
602
  .ui.scale.down.bottom.sidebar ~ .pusher {
599
603
  -webkit-transform-origin: 50% 25%;
604
+ -ms-transform-origin: 50% 25%;
600
605
  transform-origin: 50% 25%;
601
606
  }
602
607
 
@@ -622,6 +627,7 @@ html.ios body {
622
627
  }
623
628
  .ui.visible.scale.down.sidebar ~ .pusher {
624
629
  -webkit-transform: scale(0.75);
630
+ -ms-transform: scale(0.75);
625
631
  transform: scale(0.75);
626
632
  }
627
633
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Sticky
2
+ * # Semantic UI 2.2.2 - Sticky
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Tab
2
+ * # Semantic UI 2.2.2 - Tab
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Transition
2
+ * # Semantic UI 2.2.2 - Transition
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -251,6 +251,7 @@
251
251
 
252
252
  .drop.transition {
253
253
  -webkit-transform-origin: top center;
254
+ -ms-transform-origin: top center;
254
255
  transform-origin: top center;
255
256
  -webkit-animation-duration: 400ms;
256
257
  animation-duration: 400ms;
@@ -1246,24 +1247,28 @@
1246
1247
  -webkit-animation-name: slideInY;
1247
1248
  animation-name: slideInY;
1248
1249
  -webkit-transform-origin: top center;
1250
+ -ms-transform-origin: top center;
1249
1251
  transform-origin: top center;
1250
1252
  }
1251
1253
  .transition[class*="slide up"].in {
1252
1254
  -webkit-animation-name: slideInY;
1253
1255
  animation-name: slideInY;
1254
1256
  -webkit-transform-origin: bottom center;
1257
+ -ms-transform-origin: bottom center;
1255
1258
  transform-origin: bottom center;
1256
1259
  }
1257
1260
  .transition[class*="slide left"].in {
1258
1261
  -webkit-animation-name: slideInX;
1259
1262
  animation-name: slideInX;
1260
1263
  -webkit-transform-origin: center right;
1264
+ -ms-transform-origin: center right;
1261
1265
  transform-origin: center right;
1262
1266
  }
1263
1267
  .transition[class*="slide right"].in {
1264
1268
  -webkit-animation-name: slideInX;
1265
1269
  animation-name: slideInX;
1266
1270
  -webkit-transform-origin: center left;
1271
+ -ms-transform-origin: center left;
1267
1272
  transform-origin: center left;
1268
1273
  }
1269
1274
  .transition.slide.out,
@@ -1271,24 +1276,28 @@
1271
1276
  -webkit-animation-name: slideOutY;
1272
1277
  animation-name: slideOutY;
1273
1278
  -webkit-transform-origin: top center;
1279
+ -ms-transform-origin: top center;
1274
1280
  transform-origin: top center;
1275
1281
  }
1276
1282
  .transition[class*="slide up"].out {
1277
1283
  -webkit-animation-name: slideOutY;
1278
1284
  animation-name: slideOutY;
1279
1285
  -webkit-transform-origin: bottom center;
1286
+ -ms-transform-origin: bottom center;
1280
1287
  transform-origin: bottom center;
1281
1288
  }
1282
1289
  .transition[class*="slide left"].out {
1283
1290
  -webkit-animation-name: slideOutX;
1284
1291
  animation-name: slideOutX;
1285
1292
  -webkit-transform-origin: center right;
1293
+ -ms-transform-origin: center right;
1286
1294
  transform-origin: center right;
1287
1295
  }
1288
1296
  .transition[class*="slide right"].out {
1289
1297
  -webkit-animation-name: slideOutX;
1290
1298
  animation-name: slideOutX;
1291
1299
  -webkit-transform-origin: center left;
1300
+ -ms-transform-origin: center left;
1292
1301
  transform-origin: center left;
1293
1302
  }
1294
1303
 
@@ -1404,24 +1413,28 @@
1404
1413
  -webkit-animation-name: swingInX;
1405
1414
  animation-name: swingInX;
1406
1415
  -webkit-transform-origin: top center;
1416
+ -ms-transform-origin: top center;
1407
1417
  transform-origin: top center;
1408
1418
  }
1409
1419
  .transition[class*="swing up"].in {
1410
1420
  -webkit-animation-name: swingInX;
1411
1421
  animation-name: swingInX;
1412
1422
  -webkit-transform-origin: bottom center;
1423
+ -ms-transform-origin: bottom center;
1413
1424
  transform-origin: bottom center;
1414
1425
  }
1415
1426
  .transition[class*="swing left"].in {
1416
1427
  -webkit-animation-name: swingInY;
1417
1428
  animation-name: swingInY;
1418
1429
  -webkit-transform-origin: center right;
1430
+ -ms-transform-origin: center right;
1419
1431
  transform-origin: center right;
1420
1432
  }
1421
1433
  .transition[class*="swing right"].in {
1422
1434
  -webkit-animation-name: swingInY;
1423
1435
  animation-name: swingInY;
1424
1436
  -webkit-transform-origin: center left;
1437
+ -ms-transform-origin: center left;
1425
1438
  transform-origin: center left;
1426
1439
  }
1427
1440
  .transition.swing.out,
@@ -1429,24 +1442,28 @@
1429
1442
  -webkit-animation-name: swingOutX;
1430
1443
  animation-name: swingOutX;
1431
1444
  -webkit-transform-origin: top center;
1445
+ -ms-transform-origin: top center;
1432
1446
  transform-origin: top center;
1433
1447
  }
1434
1448
  .transition[class*="swing up"].out {
1435
1449
  -webkit-animation-name: swingOutX;
1436
1450
  animation-name: swingOutX;
1437
1451
  -webkit-transform-origin: bottom center;
1452
+ -ms-transform-origin: bottom center;
1438
1453
  transform-origin: bottom center;
1439
1454
  }
1440
1455
  .transition[class*="swing left"].out {
1441
1456
  -webkit-animation-name: swingOutY;
1442
1457
  animation-name: swingOutY;
1443
1458
  -webkit-transform-origin: center right;
1459
+ -ms-transform-origin: center right;
1444
1460
  transform-origin: center right;
1445
1461
  }
1446
1462
  .transition[class*="swing right"].out {
1447
1463
  -webkit-animation-name: swingOutY;
1448
1464
  animation-name: swingOutY;
1449
1465
  -webkit-transform-origin: center left;
1466
+ -ms-transform-origin: center left;
1450
1467
  transform-origin: center left;
1451
1468
  }
1452
1469
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Ad
2
+ * # Semantic UI 2.2.2 - Ad
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -249,6 +249,7 @@
249
249
  width: 100%;
250
250
  text-align: center;
251
251
  -webkit-transform: translateX(-50%) translateY(-50%);
252
+ -ms-transform: translateX(-50%) translateY(-50%);
252
253
  transform: translateX(-50%) translateY(-50%);
253
254
  content: 'Ad';
254
255
  color: #FFFFFF;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Item
2
+ * # Semantic UI 2.2.2 - Item
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -486,6 +486,7 @@ a.ui.raised.card:hover,
486
486
  a.ui.card,
487
487
  .ui.link.card {
488
488
  -webkit-transform: none;
489
+ -ms-transform: none;
489
490
  transform: none;
490
491
  }
491
492
  .ui.cards a.card:hover,
@@ -498,6 +499,7 @@ a.ui.card:hover,
498
499
  border: none;
499
500
  box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5;
500
501
  -webkit-transform: translateY(-3px);
502
+ -ms-transform: translateY(-3px);
501
503
  transform: translateY(-3px);
502
504
  }
503
505
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Comment
2
+ * # Semantic UI 2.2.2 - Comment
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Feed
2
+ * # Semantic UI 2.2.2 - Feed
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Item
2
+ * # Semantic UI 2.2.2 - Item
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.1 - Statistic
2
+ * # Semantic UI 2.2.2 - Statistic
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -283,7 +283,6 @@
283
283
  -webkit-box-align: center;
284
284
  -webkit-align-items: center;
285
285
  -ms-flex-align: center;
286
- -ms-grid-row-align: center;
287
286
  align-items: center;
288
287
  }
289
288
  .ui.horizontal.statistics {
@@ -304,7 +303,6 @@
304
303
  -webkit-box-align: center;
305
304
  -webkit-align-items: center;
306
305
  -ms-flex-align: center;
307
- -ms-grid-row-align: center;
308
306
  align-items: center;
309
307
  max-width: none;
310
308
  margin: 1em 0em;
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "2.2.1.1"
5
- SEMANTIC_UI_SHA = '8a509f4f36aaa4b2238ac8345c2c26370640997c'
4
+ VERSION = "2.2.2.0"
5
+ SEMANTIC_UI_SHA = 'b14cc6f4fe7eafc395b2a8544fedbcaf0cc02610'
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: 2.2.1.1
4
+ version: 2.2.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: 2016-07-04 00:00:00.000000000 Z
11
+ date: 2016-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler