fomantic-ui-sass 2.8.8.1 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -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.eot +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
  21. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  22. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  23. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  24. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  25. data/app/assets/fonts/semantic-ui/icons.svg +245 -7
  26. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  27. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  28. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  29. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  30. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  31. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  32. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  33. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  34. data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
  35. data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
  36. data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
  37. data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
  38. data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
  39. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
  40. data/app/assets/javascripts/semantic-ui/embed.js +646 -672
  41. data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
  42. data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
  43. data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
  44. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  45. data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
  46. data/app/assets/javascripts/semantic-ui/progress.js +970 -995
  47. data/app/assets/javascripts/semantic-ui/rating.js +508 -520
  48. data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
  49. data/app/assets/javascripts/semantic-ui/shape.js +784 -811
  50. data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
  51. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  52. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
  53. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  54. data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
  55. data/app/assets/javascripts/semantic-ui/tab.js +895 -941
  56. data/app/assets/javascripts/semantic-ui/toast.js +911 -851
  57. data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
  58. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  59. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  60. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
  61. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
  62. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
  63. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
  64. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
  65. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
  66. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
  67. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
  68. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
  69. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
  70. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
  71. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
  72. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  73. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
  74. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
  75. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
  76. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
  77. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
  78. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  79. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  80. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
  81. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
  82. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
  83. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
  84. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
  85. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
  86. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
  87. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
  88. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
  89. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
  90. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
  91. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
  92. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
  93. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  94. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
  95. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  96. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
  97. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
  98. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  99. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
  100. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
  101. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  102. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
  103. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
  104. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  105. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
  106. data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
  107. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
  108. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
  109. data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
  110. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
  111. data/lib/fomantic/ui/sass/version.rb +2 -2
  112. data/tasks/converter.rb +1 -1
  113. metadata +21 -3
@@ -1,11 +1,11 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Ad
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Ad
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Copyright 2013 Contributors
7
7
  * Released under the MIT license
8
- * http://opensource.org/licenses/MIT
8
+ * https://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
@@ -32,10 +32,9 @@
32
32
  overflow: hidden;
33
33
  }
34
34
 
35
- /*--------------
35
+ /* --------------
36
36
  Common
37
- ---------------*/
38
-
37
+ --------------- */
39
38
 
40
39
  /* Leaderboard */
41
40
  .ui.leaderboard.ad {
@@ -61,10 +60,9 @@
61
60
  height: 600px;
62
61
  }
63
62
 
64
- /*--------------
65
- Square
66
- ---------------*/
67
-
63
+ /* --------------
64
+ Square
65
+ --------------- */
68
66
 
69
67
  /* Square */
70
68
  .ui.square.ad {
@@ -78,10 +76,9 @@
78
76
  height: 200px;
79
77
  }
80
78
 
81
- /*--------------
82
- Rectangle
83
- ---------------*/
84
-
79
+ /* --------------
80
+ Rectangle
81
+ --------------- */
85
82
 
86
83
  /* Small Rectangle */
87
84
  .ui[class*="small rectangle"].ad {
@@ -95,10 +92,9 @@
95
92
  height: 400px;
96
93
  }
97
94
 
98
- /*--------------
99
- Button
100
- ---------------*/
101
-
95
+ /* --------------
96
+ Button
97
+ --------------- */
102
98
  .ui.button.ad {
103
99
  width: 120px;
104
100
  height: 90px;
@@ -112,10 +108,9 @@
112
108
  height: 60px;
113
109
  }
114
110
 
115
- /*--------------
116
- Skyscrapers
117
- ---------------*/
118
-
111
+ /* --------------
112
+ Skyscrapers
113
+ --------------- */
119
114
 
120
115
  /* Skyscraper */
121
116
  .ui.skyscraper.ad {
@@ -128,10 +123,9 @@
128
123
  width: 160px;
129
124
  }
130
125
 
131
- /*--------------
132
- Banners
133
- ---------------*/
134
-
126
+ /* --------------
127
+ Banners
128
+ --------------- */
135
129
 
136
130
  /* Banner */
137
131
  .ui.banner.ad {
@@ -157,10 +151,9 @@
157
151
  height: 60px;
158
152
  }
159
153
 
160
- /*--------------
154
+ /* --------------
161
155
  Boards
162
- ---------------*/
163
-
156
+ --------------- */
164
157
 
165
158
  /* Leaderboard */
166
159
  .ui[class*="large leaderboard"].ad {
@@ -174,10 +167,9 @@
174
167
  height: 250px;
175
168
  }
176
169
 
177
- /*--------------
178
- Panorama
179
- ---------------*/
180
-
170
+ /* --------------
171
+ Panorama
172
+ --------------- */
181
173
 
182
174
  /* Panorama */
183
175
  .ui.panorama.ad {
@@ -185,10 +177,9 @@
185
177
  height: 120px;
186
178
  }
187
179
 
188
- /*--------------
189
- Netboard
190
- ---------------*/
191
-
180
+ /* --------------
181
+ Netboard
182
+ --------------- */
192
183
 
193
184
  /* Netboard */
194
185
  .ui.netboard.ad {
@@ -196,10 +187,9 @@
196
187
  height: 400px;
197
188
  }
198
189
 
199
- /*--------------
200
- Mobile
201
- ---------------*/
202
-
190
+ /* --------------
191
+ Mobile
192
+ --------------- */
203
193
 
204
194
  /* Large Mobile Banner */
205
195
  .ui[class*="large mobile banner"].ad {
@@ -215,8 +205,8 @@
215
205
 
216
206
 
217
207
  /*******************************
218
- Types
219
- *******************************/
208
+ Types
209
+ *******************************/
220
210
 
221
211
 
222
212
  /* Mobile Sizes */
@@ -242,23 +232,22 @@
242
232
  position: relative;
243
233
  background: #545454;
244
234
  }
245
- .ui.test.ad:after {
235
+ .ui.test.ad::after {
246
236
  position: absolute;
247
237
  top: 50%;
248
238
  left: 50%;
249
239
  width: 100%;
250
240
  text-align: center;
251
- -webkit-transform: translateX(-50%) translateY(-50%);
252
- transform: translateX(-50%) translateY(-50%);
253
- content: 'Ad';
254
- color: #FFFFFF;
241
+ transform: translateX(-50%) translateY(-50%);
242
+ content: "Ad";
243
+ color: #fff;
255
244
  font-size: 1em;
256
245
  font-weight: bold;
257
246
  }
258
- .ui.mobile.test.ad:after {
247
+ .ui.mobile.test.ad::after {
259
248
  font-size: 0.85714286em;
260
249
  }
261
- .ui.test.ad[data-text]:after {
250
+ .ui.test.ad[data-text]::after {
262
251
  content: attr(data-text);
263
252
  }
264
253