semantic-ui-sass 2.2.4.0 → 2.2.6.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 (57) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/README.md +6 -0
  4. data/app/assets/javascripts/semantic-ui/progress.js +26 -5
  5. data/app/assets/javascripts/semantic-ui/search.js +18 -9
  6. data/app/assets/javascripts/semantic-ui/sticky.js +7 -1
  7. data/app/assets/javascripts/semantic-ui/tab.js +24 -6
  8. data/app/assets/javascripts/semantic-ui/transition.js +20 -14
  9. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  10. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +2 -1
  11. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +1 -2
  12. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +0 -2
  13. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +2 -2
  14. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1 -1
  15. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +1 -8
  16. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -2
  17. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -3
  18. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  19. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  20. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +1 -8
  21. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  22. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
  23. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +1 -8
  24. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
  25. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -3
  26. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  27. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -24
  28. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +1 -3
  29. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -2
  30. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  31. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +4 -2
  32. data/app/assets/stylesheets/semantic-ui/globals/_variables.scss +1 -0
  33. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -5
  34. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +4 -6
  35. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -2
  36. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +1 -8
  37. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -2
  38. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -2
  39. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -32
  41. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  42. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  43. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -2
  44. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -7
  46. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  48. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -18
  49. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -2
  50. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -3
  51. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  52. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +3 -1
  55. data/lib/semantic/ui/sass/version.rb +2 -2
  56. data/tasks/converter.rb +3 -1
  57. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Sticky
2
+ * # Semantic UI 2.2.6 - 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.4 - Tab
2
+ * # Semantic UI 2.2.6 - 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.4 - Transition
2
+ * # Semantic UI 2.2.6 - Transition
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -251,7 +251,6 @@
251
251
 
252
252
  .drop.transition {
253
253
  -webkit-transform-origin: top center;
254
- -ms-transform-origin: top center;
255
254
  transform-origin: top center;
256
255
  -webkit-animation-duration: 400ms;
257
256
  animation-duration: 400ms;
@@ -1247,28 +1246,24 @@
1247
1246
  -webkit-animation-name: slideInY;
1248
1247
  animation-name: slideInY;
1249
1248
  -webkit-transform-origin: top center;
1250
- -ms-transform-origin: top center;
1251
1249
  transform-origin: top center;
1252
1250
  }
1253
1251
  .transition[class*="slide up"].in {
1254
1252
  -webkit-animation-name: slideInY;
1255
1253
  animation-name: slideInY;
1256
1254
  -webkit-transform-origin: bottom center;
1257
- -ms-transform-origin: bottom center;
1258
1255
  transform-origin: bottom center;
1259
1256
  }
1260
1257
  .transition[class*="slide left"].in {
1261
1258
  -webkit-animation-name: slideInX;
1262
1259
  animation-name: slideInX;
1263
1260
  -webkit-transform-origin: center right;
1264
- -ms-transform-origin: center right;
1265
1261
  transform-origin: center right;
1266
1262
  }
1267
1263
  .transition[class*="slide right"].in {
1268
1264
  -webkit-animation-name: slideInX;
1269
1265
  animation-name: slideInX;
1270
1266
  -webkit-transform-origin: center left;
1271
- -ms-transform-origin: center left;
1272
1267
  transform-origin: center left;
1273
1268
  }
1274
1269
  .transition.slide.out,
@@ -1276,28 +1271,24 @@
1276
1271
  -webkit-animation-name: slideOutY;
1277
1272
  animation-name: slideOutY;
1278
1273
  -webkit-transform-origin: top center;
1279
- -ms-transform-origin: top center;
1280
1274
  transform-origin: top center;
1281
1275
  }
1282
1276
  .transition[class*="slide up"].out {
1283
1277
  -webkit-animation-name: slideOutY;
1284
1278
  animation-name: slideOutY;
1285
1279
  -webkit-transform-origin: bottom center;
1286
- -ms-transform-origin: bottom center;
1287
1280
  transform-origin: bottom center;
1288
1281
  }
1289
1282
  .transition[class*="slide left"].out {
1290
1283
  -webkit-animation-name: slideOutX;
1291
1284
  animation-name: slideOutX;
1292
1285
  -webkit-transform-origin: center right;
1293
- -ms-transform-origin: center right;
1294
1286
  transform-origin: center right;
1295
1287
  }
1296
1288
  .transition[class*="slide right"].out {
1297
1289
  -webkit-animation-name: slideOutX;
1298
1290
  animation-name: slideOutX;
1299
1291
  -webkit-transform-origin: center left;
1300
- -ms-transform-origin: center left;
1301
1292
  transform-origin: center left;
1302
1293
  }
1303
1294
 
@@ -1413,28 +1404,24 @@
1413
1404
  -webkit-animation-name: swingInX;
1414
1405
  animation-name: swingInX;
1415
1406
  -webkit-transform-origin: top center;
1416
- -ms-transform-origin: top center;
1417
1407
  transform-origin: top center;
1418
1408
  }
1419
1409
  .transition[class*="swing up"].in {
1420
1410
  -webkit-animation-name: swingInX;
1421
1411
  animation-name: swingInX;
1422
1412
  -webkit-transform-origin: bottom center;
1423
- -ms-transform-origin: bottom center;
1424
1413
  transform-origin: bottom center;
1425
1414
  }
1426
1415
  .transition[class*="swing left"].in {
1427
1416
  -webkit-animation-name: swingInY;
1428
1417
  animation-name: swingInY;
1429
1418
  -webkit-transform-origin: center right;
1430
- -ms-transform-origin: center right;
1431
1419
  transform-origin: center right;
1432
1420
  }
1433
1421
  .transition[class*="swing right"].in {
1434
1422
  -webkit-animation-name: swingInY;
1435
1423
  animation-name: swingInY;
1436
1424
  -webkit-transform-origin: center left;
1437
- -ms-transform-origin: center left;
1438
1425
  transform-origin: center left;
1439
1426
  }
1440
1427
  .transition.swing.out,
@@ -1442,28 +1429,24 @@
1442
1429
  -webkit-animation-name: swingOutX;
1443
1430
  animation-name: swingOutX;
1444
1431
  -webkit-transform-origin: top center;
1445
- -ms-transform-origin: top center;
1446
1432
  transform-origin: top center;
1447
1433
  }
1448
1434
  .transition[class*="swing up"].out {
1449
1435
  -webkit-animation-name: swingOutX;
1450
1436
  animation-name: swingOutX;
1451
1437
  -webkit-transform-origin: bottom center;
1452
- -ms-transform-origin: bottom center;
1453
1438
  transform-origin: bottom center;
1454
1439
  }
1455
1440
  .transition[class*="swing left"].out {
1456
1441
  -webkit-animation-name: swingOutY;
1457
1442
  animation-name: swingOutY;
1458
1443
  -webkit-transform-origin: center right;
1459
- -ms-transform-origin: center right;
1460
1444
  transform-origin: center right;
1461
1445
  }
1462
1446
  .transition[class*="swing right"].out {
1463
1447
  -webkit-animation-name: swingOutY;
1464
1448
  animation-name: swingOutY;
1465
1449
  -webkit-transform-origin: center left;
1466
- -ms-transform-origin: center left;
1467
1450
  transform-origin: center left;
1468
1451
  }
1469
1452
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Ad
2
+ * # Semantic UI 2.2.6 - Ad
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -249,7 +249,6 @@
249
249
  width: 100%;
250
250
  text-align: center;
251
251
  -webkit-transform: translateX(-50%) translateY(-50%);
252
- -ms-transform: translateX(-50%) translateY(-50%);
253
252
  transform: translateX(-50%) translateY(-50%);
254
253
  content: 'Ad';
255
254
  color: #FFFFFF;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Item
2
+ * # Semantic UI 2.2.6 - Item
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -486,7 +486,6 @@ a.ui.raised.card:hover,
486
486
  a.ui.card,
487
487
  .ui.link.card {
488
488
  -webkit-transform: none;
489
- -ms-transform: none;
490
489
  transform: none;
491
490
  }
492
491
  .ui.cards a.card:hover,
@@ -499,7 +498,6 @@ a.ui.card:hover,
499
498
  border: none;
500
499
  box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5;
501
500
  -webkit-transform: translateY(-3px);
502
- -ms-transform: translateY(-3px);
503
501
  transform: translateY(-3px);
504
502
  }
505
503
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.2.4 - Comment
2
+ * # Semantic UI 2.2.6 - 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.4 - Feed
2
+ * # Semantic UI 2.2.6 - 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.4 - Item
2
+ * # Semantic UI 2.2.6 - 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.4 - Statistic
2
+ * # Semantic UI 2.2.6 - Statistic
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -283,6 +283,7 @@
283
283
  -webkit-box-align: center;
284
284
  -webkit-align-items: center;
285
285
  -ms-flex-align: center;
286
+ -ms-grid-row-align: center;
286
287
  align-items: center;
287
288
  }
288
289
  .ui.horizontal.statistics {
@@ -303,6 +304,7 @@
303
304
  -webkit-box-align: center;
304
305
  -webkit-align-items: center;
305
306
  -ms-flex-align: center;
307
+ -ms-grid-row-align: center;
306
308
  align-items: center;
307
309
  max-width: none;
308
310
  margin: 1em 0em;
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "2.2.4.0"
5
- SEMANTIC_UI_SHA = '421dfff6c99159f4b70bb6d26f14417ec0ff7254'
4
+ VERSION = "2.2.6.0"
5
+ SEMANTIC_UI_SHA = '8d660897ac91f8ce767ad07c0a07e8334335be66'
6
6
  end
7
7
  end
8
8
  end
data/tasks/converter.rb CHANGED
@@ -154,7 +154,9 @@ private
154
154
  end
155
155
 
156
156
  def replace_import_font_url(less)
157
- less.gsub("'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin'", '$font-url')
157
+ less.gsub("@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin');", '@if $import-google-fonts {
158
+ @import url($font-url);
159
+ }')
158
160
  end
159
161
 
160
162
  def replace_image_urls(less)
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.4.0
4
+ version: 2.2.6.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-08-30 00:00:00.000000000 Z
11
+ date: 2016-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler