semantic-ui-sass 1.8.1.0 → 1.11.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/icons.otf +0 -0
  5. data/app/assets/fonts/semantic-ui/icons.svg +526 -465
  6. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  7. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  8. data/app/assets/javascripts/semantic-ui/accordion.js +63 -43
  9. data/app/assets/javascripts/semantic-ui/api.js +38 -18
  10. data/app/assets/javascripts/semantic-ui/checkbox.js +6 -4
  11. data/app/assets/javascripts/semantic-ui/colorize.js +3 -3
  12. data/app/assets/javascripts/semantic-ui/dimmer.js +57 -15
  13. data/app/assets/javascripts/semantic-ui/dropdown.js +65 -27
  14. data/app/assets/javascripts/semantic-ui/form.js +108 -29
  15. data/app/assets/javascripts/semantic-ui/modal.js +31 -31
  16. data/app/assets/javascripts/semantic-ui/nag.js +4 -4
  17. data/app/assets/javascripts/semantic-ui/popup.js +74 -37
  18. data/app/assets/javascripts/semantic-ui/progress.js +4 -4
  19. data/app/assets/javascripts/semantic-ui/rating.js +4 -4
  20. data/app/assets/javascripts/semantic-ui/search.js +67 -26
  21. data/app/assets/javascripts/semantic-ui/shape.js +4 -4
  22. data/app/assets/javascripts/semantic-ui/sidebar.js +22 -17
  23. data/app/assets/javascripts/semantic-ui/site.js +3 -3
  24. data/app/assets/javascripts/semantic-ui/state.js +30 -25
  25. data/app/assets/javascripts/semantic-ui/sticky.js +89 -72
  26. data/app/assets/javascripts/semantic-ui/tab.js +37 -22
  27. data/app/assets/javascripts/semantic-ui/transition.js +163 -61
  28. data/app/assets/javascripts/semantic-ui/video.js +4 -4
  29. data/app/assets/javascripts/semantic-ui/visibility.js +186 -124
  30. data/app/assets/javascripts/semantic-ui/visit.js +6 -4
  31. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +6 -7
  32. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +56 -40
  33. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +100 -45
  34. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +28 -16
  35. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +4 -5
  36. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +8 -7
  37. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +11 -11
  38. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +5 -8
  39. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +11 -4
  40. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +34 -10
  41. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +391 -51
  42. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +18 -5
  43. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +33 -49
  44. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +47 -14
  45. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +7 -8
  46. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +10 -5
  47. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +5 -6
  48. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +4 -5
  49. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +52 -7
  50. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +5 -6
  51. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +4 -5
  52. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +20 -7
  53. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +5 -6
  54. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +4 -5
  55. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +4 -5
  56. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +31 -13
  57. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +9 -8
  58. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -5
  59. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +4 -5
  60. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +21 -9
  61. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +6 -17
  62. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +4 -5
  63. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +4 -5
  64. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +15 -11
  65. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +4 -5
  66. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +4 -5
  67. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +161 -323
  68. data/app/assets/stylesheets/semantic-ui/modules/_video.scss +4 -5
  69. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +5 -6
  70. data/app/assets/stylesheets/semantic-ui/views/_card.scss +202 -51
  71. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +5 -6
  72. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -6
  73. data/app/assets/stylesheets/semantic-ui/views/_item.scss +10 -12
  74. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +5 -6
  75. data/lib/semantic/ui/sass/version.rb +2 -2
  76. metadata +3 -4
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Video
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Video
16
15
  *******************************/
@@ -1,16 +1,15 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Ad
3
+ * http://github.com/semantic-org/semantic-ui/
5
4
  *
6
- * Copyright 2014 Contributors
5
+ *
6
+ * Copyright 2013 Contributors
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Advertisement
16
15
  *******************************/
@@ -1,53 +1,20 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Item
3
+ * http://github.com/semantic-org/semantic-ui/
5
4
  *
6
- * Copyright 2014 Contributors
5
+ *
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Standard
16
15
  *******************************/
17
16
 
18
17
 
19
- /*--------------
20
- Cards
21
- ---------------*/
22
-
23
- .ui.cards {
24
- margin: 1em -0.5em 0em;
25
- }
26
- .ui.cards > .card {
27
- display: block;
28
- margin: 0em 0.5em 1.5em;
29
- float: left;
30
- }
31
- .ui.cards:first-child,
32
- .ui.card:first-child {
33
- margin-top: 0em;
34
- }
35
- .ui.cards:last-child,
36
- .ui.card:last-child {
37
- margin-bottom: 0em;
38
- }
39
-
40
- /* Clearing */
41
- .ui.cards:after,
42
- .ui.card:after {
43
- display: block;
44
- content: ' ';
45
- height: 0px;
46
- clear: both;
47
- overflow: hidden;
48
- visibility: hidden;
49
- }
50
-
51
18
  /*--------------
52
19
  Card
53
20
  ---------------*/
@@ -56,14 +23,22 @@
56
23
  .ui.card {
57
24
  max-width: 100%;
58
25
  position: relative;
59
- display: block;
26
+ display: -webkit-box;
27
+ display: -webkit-flex;
28
+ display: -ms-flexbox;
29
+ display: flex;
30
+ -webkit-box-orient: vertical;
31
+ -webkit-box-direction: normal;
32
+ -webkit-flex-direction: column;
33
+ -ms-flex-direction: column;
34
+ flex-direction: column;
60
35
  width: 290px;
61
36
  min-height: 0px;
62
37
  background: #ffffff;
63
38
  padding: 0em;
64
39
  border: none;
65
40
  border-radius: 0.2857rem;
66
- box-shadow: 0px 0.2em 0px 0px #d4d4d5, 0px 0px 0px 1px #d4d4d5;
41
+ box-shadow: 0px 3px 0px 0px #d4d4d5, 0px 0px 0px 1px #d4d4d5;
67
42
  -webkit-transition: box-shadow 0.2s ease;
68
43
  transition: box-shadow 0.2s ease;
69
44
  z-index: '';
@@ -75,6 +50,51 @@
75
50
  .ui.card a {
76
51
  cursor: pointer;
77
52
  }
53
+ .ui.card:first-child {
54
+ margin-top: 0em;
55
+ }
56
+ .ui.card:last-child {
57
+ margin-bottom: 0em;
58
+ }
59
+
60
+ /*--------------
61
+ Cards
62
+ ---------------*/
63
+
64
+ .ui.cards {
65
+ display: -webkit-box;
66
+ display: -webkit-flex;
67
+ display: -ms-flexbox;
68
+ display: flex;
69
+ margin: -0.875em -0.5em;
70
+ -webkit-flex-wrap: wrap;
71
+ -ms-flex-wrap: wrap;
72
+ flex-wrap: wrap;
73
+ }
74
+ .ui.cards > .card {
75
+ display: -webkit-box;
76
+ display: -webkit-flex;
77
+ display: -ms-flexbox;
78
+ display: flex;
79
+ margin: 0.875em 0.5em;
80
+ float: none;
81
+ }
82
+
83
+ /* Clearing */
84
+ .ui.cards:after,
85
+ .ui.card:after {
86
+ display: block;
87
+ content: ' ';
88
+ height: 0px;
89
+ clear: both;
90
+ overflow: hidden;
91
+ visibility: hidden;
92
+ }
93
+
94
+ /* Consecutive Card Groups Preserve Row Spacing */
95
+ .ui.cards ~ .ui.cards {
96
+ margin-top: 0.875em;
97
+ }
78
98
 
79
99
  /*--------------
80
100
  Rounded Edges
@@ -119,6 +139,10 @@
119
139
 
120
140
  .ui.cards > .card > .content,
121
141
  .ui.card > .content {
142
+ -webkit-box-flex: 1;
143
+ -webkit-flex-grow: 1;
144
+ -ms-flex-positive: 1;
145
+ flex-grow: 1;
122
146
  background: none;
123
147
  margin: 0em;
124
148
  padding: 1em 1em;
@@ -172,6 +196,23 @@
172
196
  float: right;
173
197
  }
174
198
 
199
+ /*--------------
200
+ Aligned
201
+ ---------------*/
202
+
203
+ .ui.cards > .card [class*="left aligned"],
204
+ .ui.card [class*="left aligned"] {
205
+ text-align: left;
206
+ }
207
+ .ui.cards > .card [class*="center aligned"],
208
+ .ui.card [class*="center aligned"] {
209
+ text-align: center;
210
+ }
211
+ .ui.cards > .card [class*="right aligned"],
212
+ .ui.card [class*="right aligned"] {
213
+ text-align: right;
214
+ }
215
+
175
216
  /*--------------
176
217
  Content Image
177
218
  ---------------*/
@@ -180,14 +221,14 @@
180
221
  .ui.card .content img {
181
222
  display: inline-block;
182
223
  vertical-align: middle;
183
- width: 2em;
224
+ width: auto;
184
225
  }
185
226
  .ui.cards > .card img.avatar,
186
227
  .ui.cards > .card .avatar img,
187
228
  .ui.card img.avatar,
188
229
  .ui.card .avatar img {
189
- width: 2em;
190
- height: 2em;
230
+ width: 2.5em;
231
+ height: 2.5em;
191
232
  border-radius: 500rem;
192
233
  }
193
234
 
@@ -282,9 +323,18 @@
282
323
  .ui.card > .buttons:last-child,
283
324
  .ui.cards > .card > .button:last-child,
284
325
  .ui.card > .button:last-child {
285
- margin: 0em -1px -0.2em;
286
- width: -webkit-calc(100% + 2px );
287
- width: calc(100% + 2px );
326
+ margin: 0em 0em -1px;
327
+ width: 100%;
328
+ }
329
+
330
+ /*--------------
331
+ Dimmer
332
+ ---------------*/
333
+
334
+ .ui.cards > .card .dimmer,
335
+ .ui.card .dimmer {
336
+ background: '';
337
+ z-index: 10;
288
338
  }
289
339
 
290
340
  /*--------------
@@ -306,11 +356,11 @@
306
356
  .ui.cards > .card > .content .star.icon:hover,
307
357
  .ui.card > .content .star.icon:hover {
308
358
  opacity: 1;
309
- color: #ac9400;
359
+ color: #ffb70a;
310
360
  }
311
361
  .ui.cards > .card > .content .active.star.icon,
312
362
  .ui.card > .content .active.star.icon {
313
- color: #e9b539;
363
+ color: #ffe623;
314
364
  }
315
365
 
316
366
  /*-----Like----- */
@@ -327,11 +377,11 @@
327
377
  .ui.cards > .card > .content .like.icon:hover,
328
378
  .ui.card > .content .like.icon:hover {
329
379
  opacity: 1;
330
- color: #ffadae;
380
+ color: #ff2733;
331
381
  }
332
382
  .ui.cards > .card > .content .active.like.icon,
333
383
  .ui.card > .content .active.like.icon {
334
- color: #ef404a;
384
+ color: #ff2733;
335
385
  }
336
386
 
337
387
  /*----------------
@@ -342,6 +392,10 @@
342
392
  .ui.card > .extra {
343
393
  max-width: 100%;
344
394
  min-height: 0em !important;
395
+ -webkit-box-flex: 0;
396
+ -webkit-flex-grow: 0;
397
+ -ms-flex-positive: 0;
398
+ flex-grow: 0;
345
399
  position: static;
346
400
  background: none;
347
401
  width: auto;
@@ -391,7 +445,104 @@ a.ui.card:hover,
391
445
  z-index: 5;
392
446
  background: '';
393
447
  border: none;
394
- box-shadow: 0px 0.2em 0px 0px #bebebf, 0px 0px 0px 1px rgba(39, 41, 43, 0.3);
448
+ box-shadow: 0px 3px 0px 0px #bebebf, 0px 0px 0px 1px rgba(39, 41, 43, 0.3);
449
+ }
450
+
451
+ /*-------------------
452
+ Colors
453
+ --------------------*/
454
+
455
+ .ui.black.cards > .card,
456
+ .ui.cards > .black.card,
457
+ .ui.black.card {
458
+ box-shadow: 0px 3px 0px 0px #1b1c1d, 0px 0px 0px 1px #d4d4d5;
459
+ }
460
+ .ui.blue.cards > .card,
461
+ .ui.cards > .blue.card,
462
+ .ui.blue.card {
463
+ box-shadow: 0px 3px 0px 0px #3b83c0, 0px 0px 0px 1px #d4d4d5;
464
+ }
465
+ .ui.green.cards > .card,
466
+ .ui.cards > .green.card,
467
+ .ui.green.card {
468
+ box-shadow: 0px 3px 0px 0px #5bbd72, 0px 0px 0px 1px #d4d4d5;
469
+ }
470
+ .ui.orange.cards > .card,
471
+ .ui.cards > .orange.card,
472
+ .ui.orange.card {
473
+ box-shadow: 0px 3px 0px 0px #e07b53, 0px 0px 0px 1px #d4d4d5;
474
+ }
475
+ .ui.pink.cards > .card,
476
+ .ui.cards > .pink.card,
477
+ .ui.pink.card {
478
+ box-shadow: 0px 3px 0px 0px #d9499a, 0px 0px 0px 1px #d4d4d5;
479
+ }
480
+ .ui.purple.cards > .card,
481
+ .ui.cards > .purple.card,
482
+ .ui.purple.card {
483
+ box-shadow: 0px 3px 0px 0px #564f8a, 0px 0px 0px 1px #d4d4d5;
484
+ }
485
+ .ui.red.cards > .card,
486
+ .ui.cards > .red.card,
487
+ .ui.red.card {
488
+ box-shadow: 0px 3px 0px 0px #d95c5c, 0px 0px 0px 1px #d4d4d5;
489
+ }
490
+ .ui.teal.cards > .card,
491
+ .ui.cards > .teal.card,
492
+ .ui.teal.card {
493
+ box-shadow: 0px 3px 0px 0px #00b5ad, 0px 0px 0px 1px #d4d4d5;
494
+ }
495
+ .ui.yellow.cards > .card,
496
+ .ui.cards > .yellow.card,
497
+ .ui.yellow.card {
498
+ box-shadow: 0px 3px 0px 0px #f2c61f, 0px 0px 0px 1px #d4d4d5;
499
+ }
500
+
501
+ /* Hover */
502
+ .ui.black.cards > .card:hover,
503
+ .ui.cards > .black.card:hover,
504
+ .ui.black.card:hover {
505
+ box-shadow: 0px 3px 0px 0px #1b1c1d, 0px 0px 0px 1px #d4d4d5;
506
+ }
507
+ .ui.blue.cards > .card:hover,
508
+ .ui.cards > .blue.card:hover,
509
+ .ui.blue.card:hover {
510
+ box-shadow: 0px 3px 0px 0px #458ac6, 0px 0px 0px 1px #d4d4d5;
511
+ }
512
+ .ui.green.cards > .card:hover,
513
+ .ui.cards > .green.card:hover,
514
+ .ui.green.card:hover {
515
+ box-shadow: 0px 3px 0px 0px #66c17b, 0px 0px 0px 1px #d4d4d5;
516
+ }
517
+ .ui.orange.cards > .card:hover,
518
+ .ui.cards > .orange.card:hover,
519
+ .ui.orange.card:hover {
520
+ box-shadow: 0px 3px 0px 0px #e28560, 0px 0px 0px 1px #d4d4d5;
521
+ }
522
+ .ui.pink.cards > .card:hover,
523
+ .ui.cards > .pink.card:hover,
524
+ .ui.pink.card:hover {
525
+ box-shadow: 0px 3px 0px 0px #dc56a1, 0px 0px 0px 1px #d4d4d5;
526
+ }
527
+ .ui.purple.cards > .card:hover,
528
+ .ui.cards > .purple.card:hover,
529
+ .ui.purple.card:hover {
530
+ box-shadow: 0px 3px 0px 0px #5c5594, 0px 0px 0px 1px #d4d4d5;
531
+ }
532
+ .ui.red.cards > .card:hover,
533
+ .ui.cards > .red.card:hover,
534
+ .ui.red.card:hover {
535
+ box-shadow: 0px 3px 0px 0px #dc6868, 0px 0px 0px 1px #d4d4d5;
536
+ }
537
+ .ui.teal.cards > .card:hover,
538
+ .ui.cards > .teal.card:hover,
539
+ .ui.teal.card:hover {
540
+ box-shadow: 0px 3px 0px 0px #00c4bc, 0px 0px 0px 1px #d4d4d5;
541
+ }
542
+ .ui.yellow.cards > .card:hover,
543
+ .ui.cards > .yellow.card:hover,
544
+ .ui.yellow.card:hover {
545
+ box-shadow: 0px 3px 0px 0px #f3ca2d, 0px 0px 0px 1px #d4d4d5;
395
546
  }
396
547
 
397
548
  /*--------------
@@ -1,16 +1,15 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Comment
3
+ * http://github.com/semantic-org/semantic-ui/
5
4
  *
6
- * Copyright 2014 Contributors
5
+ *
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Standard
16
15
  *******************************/
@@ -1,16 +1,15 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Feed
3
+ * http://github.com/semantic-org/semantic-ui/
5
4
  *
6
- * Copyright 2014 Contributors
5
+ *
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Activity Feed
16
15
  *******************************/
@@ -1,16 +1,15 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Item
3
+ * http://github.com/semantic-org/semantic-ui/
5
4
  *
6
- * Copyright 2014 Contributors
5
+ *
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Standard
16
15
  *******************************/
@@ -129,7 +128,7 @@
129
128
  padding-left: 1.5em;
130
129
  }
131
130
  .ui.items > .item > .content > .header {
132
- display: inline-block;
131
+ display: block;
133
132
  margin: -0.165em 0em 0em;
134
133
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
135
134
  font-weight: bold;
@@ -157,14 +156,13 @@
157
156
  ---------------*/
158
157
 
159
158
  .ui.items > .item .content img {
160
- display: inline-block;
161
159
  vertical-align: middle;
162
- width: 2em;
160
+ width: '';
163
161
  }
164
162
  .ui.items > .item img.avatar,
165
163
  .ui.items > .item .avatar img {
166
- width: 2em;
167
- height: 2em;
164
+ width: '';
165
+ height: '';
168
166
  border-radius: 500rem;
169
167
  }
170
168
 
@@ -262,7 +260,7 @@
262
260
  color: #ffb70a;
263
261
  }
264
262
  .ui.items > .item > .content .active.favorite.icon {
265
- color: #ffb70a;
263
+ color: #ffe623;
266
264
  }
267
265
 
268
266
  /*-----Like----- */
@@ -1,16 +1,15 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Statistic
3
+ * http://github.com/semantic-org/semantic-ui/
5
4
  *
6
- * Copyright 2014 Contributors
5
+ *
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Statistic
16
15
  *******************************/
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "1.8.1.0"
5
- SEMANTIC_UI_SHA = '7f02772a5a9480aaf72608f40aefef6733e3fd20'
4
+ VERSION = "1.11.4.0"
5
+ SEMANTIC_UI_SHA = '43aaa207117c10005df28f1b590323db0a2be8c5'
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: 1.8.1.0
4
+ version: 1.11.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-29 00:00:00.000000000 Z
11
+ date: 2015-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -304,7 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
304
304
  version: '0'
305
305
  requirements: []
306
306
  rubyforge_project:
307
- rubygems_version: 2.2.2
307
+ rubygems_version: 2.4.5
308
308
  signing_key:
309
309
  specification_version: 4
310
310
  summary: Semantic UI, converted to Sass and ready to drop into Rails & Compass.
@@ -350,4 +350,3 @@ test_files:
350
350
  - spec/helpers/semantic_flash_helper_spec.rb
351
351
  - spec/helpers/semantic_icon_helper_spec.rb
352
352
  - spec/spec_helper.rb
353
- has_rdoc: