fomantic-ui-sass 2.8.8.1 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
  5. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  6. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  7. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  8. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  9. data/app/assets/fonts/semantic-ui/icons.svg +245 -7
  10. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  11. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  14. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  15. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  16. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  17. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  18. data/app/assets/javascripts/semantic-ui/accordion.js +9 -3
  19. data/app/assets/javascripts/semantic-ui/api.js +92 -33
  20. data/app/assets/javascripts/semantic-ui/calendar.js +200 -82
  21. data/app/assets/javascripts/semantic-ui/checkbox.js +20 -13
  22. data/app/assets/javascripts/semantic-ui/dimmer.js +24 -9
  23. data/app/assets/javascripts/semantic-ui/dropdown.js +250 -205
  24. data/app/assets/javascripts/semantic-ui/embed.js +13 -9
  25. data/app/assets/javascripts/semantic-ui/flyout.js +1530 -0
  26. data/app/assets/javascripts/semantic-ui/form.js +47 -41
  27. data/app/assets/javascripts/semantic-ui/modal.js +187 -83
  28. data/app/assets/javascripts/semantic-ui/nag.js +2 -2
  29. data/app/assets/javascripts/semantic-ui/popup.js +16 -22
  30. data/app/assets/javascripts/semantic-ui/progress.js +7 -4
  31. data/app/assets/javascripts/semantic-ui/rating.js +7 -3
  32. data/app/assets/javascripts/semantic-ui/search.js +47 -20
  33. data/app/assets/javascripts/semantic-ui/shape.js +3 -3
  34. data/app/assets/javascripts/semantic-ui/sidebar.js +140 -43
  35. data/app/assets/javascripts/semantic-ui/site.js +1 -1
  36. data/app/assets/javascripts/semantic-ui/slider.js +78 -63
  37. data/app/assets/javascripts/semantic-ui/state.js +2 -2
  38. data/app/assets/javascripts/semantic-ui/sticky.js +30 -19
  39. data/app/assets/javascripts/semantic-ui/tab.js +24 -6
  40. data/app/assets/javascripts/semantic-ui/toast.js +67 -33
  41. data/app/assets/javascripts/semantic-ui/transition.js +27 -22
  42. data/app/assets/javascripts/semantic-ui/visibility.js +5 -5
  43. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +160 -83
  45. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +25 -21
  46. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +110 -78
  47. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +43 -43
  48. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1684 -272
  49. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +204 -157
  50. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +98 -4
  51. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +31 -31
  52. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +10799 -8841
  53. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1021 -915
  54. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +6 -4
  55. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2110 -2061
  56. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  57. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +759 -22
  58. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +72 -68
  59. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +31 -31
  60. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +352 -352
  61. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +33 -33
  62. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  64. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +118 -34
  65. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +32 -32
  66. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +1 -1
  67. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +5 -4
  68. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +139 -42
  69. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +177 -37
  70. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +18 -1
  71. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +93 -92
  72. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +33 -18
  73. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +101 -51
  74. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +5 -5
  75. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +592 -0
  76. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +37 -6
  77. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  78. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +103 -105
  79. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  80. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +7 -46
  81. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +6 -6
  82. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  83. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +23 -9
  84. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +17 -17
  85. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  86. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +5 -5
  87. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +49 -1
  88. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  89. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +4 -4
  90. data/app/assets/stylesheets/semantic-ui/views/_card.scss +754 -117
  91. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +12 -12
  92. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +29 -29
  93. data/app/assets/stylesheets/semantic-ui/views/_item.scss +17 -17
  94. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +4 -4
  95. data/lib/fomantic/ui/sass/version.rb +2 -2
  96. metadata +5 -3
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Grid
2
+ * # Fomantic-UI 2.9.0 - Grid
3
3
  * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -351,8 +351,8 @@
351
351
  }
352
352
 
353
353
  /*-------------------
354
- Column Width
355
- --------------------*/
354
+ Column Width
355
+ --------------------*/
356
356
 
357
357
 
358
358
  /* Sizing Combinations */
@@ -454,8 +454,8 @@
454
454
  }
455
455
 
456
456
  /*----------------------
457
- Width per Device
458
- -----------------------*/
457
+ Width per Device
458
+ -----------------------*/
459
459
 
460
460
 
461
461
  /* Mobile Sizing Combinations */
@@ -1087,7 +1087,7 @@
1087
1087
  .ui[class*="vertically divided"].grid > .row {
1088
1088
  position: relative;
1089
1089
  }
1090
- .ui[class*="vertically divided"].grid > .row:before {
1090
+ .ui[class*="vertically divided"].grid > .row::before {
1091
1091
  position: absolute;
1092
1092
  content: "";
1093
1093
  top: 0;
@@ -1106,7 +1106,7 @@
1106
1106
  }
1107
1107
 
1108
1108
  /* First Row Vertically Divided */
1109
- .ui[class*="vertically divided"].grid > .row:first-child:before {
1109
+ .ui[class*="vertically divided"].grid > .row:first-child::before {
1110
1110
  -webkit-box-shadow: none;
1111
1111
  box-shadow: none;
1112
1112
  }
@@ -1122,18 +1122,18 @@
1122
1122
  -webkit-box-shadow: none;
1123
1123
  box-shadow: none;
1124
1124
  }
1125
- .ui.inverted[class*="vertically divided"].grid > .row:before {
1125
+ .ui.inverted[class*="vertically divided"].grid > .row::before {
1126
1126
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
1127
1127
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
1128
1128
  }
1129
1129
 
1130
1130
  /* Relaxed */
1131
- .ui.relaxed[class*="vertically divided"].grid > .row:before {
1131
+ .ui.relaxed[class*="vertically divided"].grid > .row::before {
1132
1132
  margin-left: 1.5rem;
1133
1133
  margin-right: 1.5rem;
1134
1134
  width: calc(100% - 3rem);
1135
1135
  }
1136
- .ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
1136
+ .ui[class*="very relaxed"][class*="vertically divided"].grid > .row::before {
1137
1137
  margin-left: 2.5rem;
1138
1138
  margin-right: 2.5rem;
1139
1139
  width: calc(100% - 5rem);
@@ -1320,8 +1320,9 @@
1320
1320
  .ui.grid > .justified.column.column,
1321
1321
  .ui.grid > .row > .justified.column.column {
1322
1322
  text-align: justify;
1323
- -ms-hyphens: auto;
1324
- hyphens: auto;
1323
+ -webkit-hyphens: auto;
1324
+ -ms-hyphens: auto;
1325
+ hyphens: auto;
1325
1326
  }
1326
1327
 
1327
1328
  /*----------------------
@@ -1420,8 +1421,8 @@
1420
1421
  }
1421
1422
 
1422
1423
  /*----------------------
1423
- Equal Width
1424
- -----------------------*/
1424
+ Equal Width
1425
+ -----------------------*/
1425
1426
 
1426
1427
  .ui[class*="equal width"].grid > .column:not(.row),
1427
1428
  .ui[class*="equal width"].grid > .row > .column,
@@ -1475,11 +1476,11 @@
1475
1476
  }
1476
1477
 
1477
1478
  /* Vertically Divided Reversed */
1478
- .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
1479
+ .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child::before {
1479
1480
  -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1480
1481
  box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1481
1482
  }
1482
- .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
1483
+ .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child::before {
1483
1484
  -webkit-box-shadow: none;
1484
1485
  box-shadow: none;
1485
1486
  }
@@ -1525,11 +1526,11 @@
1525
1526
  }
1526
1527
 
1527
1528
  /* Vertically Divided Reversed */
1528
- .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
1529
+ .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child::before {
1529
1530
  -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1530
1531
  box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1531
1532
  }
1532
- .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
1533
+ .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child::before {
1533
1534
  -webkit-box-shadow: none;
1534
1535
  box-shadow: none;
1535
1536
  }
@@ -1575,11 +1576,11 @@
1575
1576
  }
1576
1577
 
1577
1578
  /* Vertically Divided Reversed */
1578
- .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
1579
+ .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child::before {
1579
1580
  -webkit-box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1580
1581
  box-shadow: 0 -1px 0 0 rgba(34, 36, 38, 0.15);
1581
1582
  }
1582
- .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
1583
+ .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child::before {
1583
1584
  -webkit-box-shadow: none;
1584
1585
  box-shadow: none;
1585
1586
  }
@@ -1612,13 +1613,16 @@
1612
1613
  }
1613
1614
  .ui.grid > .doubling.row > .column,
1614
1615
  .ui.doubling.grid > .row > .column {
1615
- display: inline-block !important;
1616
1616
  padding-top: 1rem !important;
1617
1617
  padding-bottom: 1rem !important;
1618
1618
  -webkit-box-shadow: none !important;
1619
1619
  box-shadow: none !important;
1620
1620
  margin: 0;
1621
1621
  }
1622
+ .ui.grid:not(.stretched) > .doubling.row:not(.stretched) > .column:not(.stretched),
1623
+ .ui.doubling.grid:not(.stretched) > .row:not(.stretched) > .column:not(.stretched) {
1624
+ display: inline-block !important;
1625
+ }
1622
1626
  .ui[class*="two column"].doubling.grid > .row > .column,
1623
1627
  .ui[class*="two column"].doubling.grid > .column:not(.row),
1624
1628
  .ui.grid > [class*="two column"].doubling.row.row > .column {