fomantic-ui-sass 2.7.6 → 2.7.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/brand-icons.svg +7 -17
  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 +290 -168
  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 +6 -2
  19. data/app/assets/javascripts/semantic-ui/checkbox.js +2 -1
  20. data/app/assets/javascripts/semantic-ui/dropdown.js +32 -9
  21. data/app/assets/javascripts/semantic-ui/form.js +9 -9
  22. data/app/assets/javascripts/semantic-ui/modal.js +4 -1
  23. data/app/assets/javascripts/semantic-ui/popup.js +4 -1
  24. data/app/assets/javascripts/semantic-ui/search.js +10 -5
  25. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +69 -25
  26. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +181 -71
  27. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +134 -46
  28. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +107 -47
  29. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +81 -46
  30. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +680 -323
  31. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +39 -39
  32. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -0
  33. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +10 -4
  34. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +73 -12
  35. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  36. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +34 -10
  37. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +23 -9
  38. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +4 -0
  39. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +2 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +4 -0
  41. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +7 -2
  42. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +74 -27
  43. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +83 -21
  44. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -5
  45. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -0
  46. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +4 -1
  47. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +8 -4
  48. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +179 -10
  49. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +20 -5
  50. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +94 -35
  51. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +4 -0
  52. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +45 -17
  53. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -1
  54. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +40 -19
  55. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +6 -1
  56. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +6 -1
  57. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +16 -5
  58. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +6 -1
  59. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +15 -2
  60. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +12 -1
  61. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -0
  62. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +2 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +5 -2
  64. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +2 -1
  65. data/app/assets/stylesheets/semantic-ui/views/_card.scss +183 -81
  66. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +7 -3
  67. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +20 -6
  68. data/app/assets/stylesheets/semantic-ui/views/_item.scss +37 -12
  69. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +42 -10
  70. data/lib/fomantic/ui/sass/version.rb +2 -2
  71. metadata +2 -2
@@ -206,7 +206,8 @@
206
206
  .ui.threaded.comments .comment > .comments {
207
207
  margin: -1.5em 0 -1em 1.25em;
208
208
  padding: 3em 0 2em 2.25em;
209
- box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15);
209
+ -webkit-box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15);
210
+ box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15);
210
211
  }
211
212
 
212
213
  /*--------------------
@@ -219,8 +220,10 @@
219
220
  top: 0;
220
221
  right: 0;
221
222
  left: auto;
223
+ -webkit-transition: opacity 0.2s ease;
222
224
  transition: opacity 0.2s ease;
223
- transition-delay: 0.1s;
225
+ -webkit-transition-delay: 0.1s;
226
+ transition-delay: 0.1s;
224
227
  }
225
228
  .ui.minimal.comments .comment > .content:hover > .actions {
226
229
  opacity: 1;
@@ -276,7 +279,8 @@
276
279
  color: #ffffff;
277
280
  }
278
281
  .ui.inverted.threaded.comments .comment > .comments {
279
- box-shadow: -1px 0 0 #555555;
282
+ -webkit-box-shadow: -1px 0 0 #555555;
283
+ box-shadow: -1px 0 0 #555555;
280
284
  }
281
285
 
282
286
 
@@ -31,8 +31,13 @@
31
31
 
32
32
  /* Event */
33
33
  .ui.feed > .event {
34
+ display: -webkit-box;
35
+ display: -ms-flexbox;
34
36
  display: flex;
35
- flex-direction: row;
37
+ -webkit-box-orient: horizontal;
38
+ -webkit-box-direction: normal;
39
+ -ms-flex-direction: row;
40
+ flex-direction: row;
36
41
  width: 100%;
37
42
  padding: 0.21428571rem 0;
38
43
  margin: 0;
@@ -50,10 +55,13 @@
50
55
  /* Event Label */
51
56
  .ui.feed > .event > .label {
52
57
  display: block;
53
- flex: 0 0 auto;
58
+ -webkit-box-flex: 0;
59
+ -ms-flex: 0 0 auto;
60
+ flex: 0 0 auto;
54
61
  width: 2.5em;
55
62
  height: auto;
56
- align-self: stretch;
63
+ -ms-flex-item-align: stretch;
64
+ align-self: stretch;
57
65
  text-align: left;
58
66
  }
59
67
  .ui.feed > .event > .label .icon {
@@ -83,8 +91,11 @@
83
91
  /* Content */
84
92
  .ui.feed > .event > .content {
85
93
  display: block;
86
- flex: 1 1 auto;
87
- align-self: stretch;
94
+ -webkit-box-flex: 1;
95
+ -ms-flex: 1 1 auto;
96
+ flex: 1 1 auto;
97
+ -ms-flex-item-align: stretch;
98
+ align-self: stretch;
88
99
  text-align: left;
89
100
  word-wrap: break-word;
90
101
  }
@@ -203,7 +214,8 @@
203
214
  background: none;
204
215
  border: none;
205
216
  border-radius: 0;
206
- box-shadow: none;
217
+ -webkit-box-shadow: none;
218
+ box-shadow: none;
207
219
  padding: 0;
208
220
  color: rgba(0, 0, 0, 0.6);
209
221
  }
@@ -222,6 +234,7 @@
222
234
  }
223
235
  .ui.feed > .event > .content .meta .like {
224
236
  color: '';
237
+ -webkit-transition: 0.2s color ease;
225
238
  transition: 0.2s color ease;
226
239
  }
227
240
  .ui.feed > .event > .content .meta .like:hover .icon {
@@ -245,6 +258,7 @@
245
258
  cursor: pointer;
246
259
  opacity: 1;
247
260
  color: rgba(0, 0, 0, 0.5);
261
+ -webkit-transition: color 0.1s ease;
248
262
  transition: color 0.1s ease;
249
263
  }
250
264
  .ui.feed > .event > .content .meta a:hover,
@@ -19,6 +19,8 @@
19
19
  ---------------*/
20
20
 
21
21
  .ui.items > .item {
22
+ display: -webkit-box;
23
+ display: -ms-flexbox;
22
24
  display: flex;
23
25
  margin: 1em 0;
24
26
  width: 100%;
@@ -27,8 +29,12 @@
27
29
  padding: 0;
28
30
  border: none;
29
31
  border-radius: 0;
30
- box-shadow: none;
32
+ -webkit-box-shadow: none;
33
+ box-shadow: none;
34
+ -webkit-transition: -webkit-box-shadow 0.1s ease;
35
+ transition: -webkit-box-shadow 0.1s ease;
31
36
  transition: box-shadow 0.1s ease;
37
+ transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
32
38
  z-index: '';
33
39
  }
34
40
  .ui.items > .item a {
@@ -74,13 +80,16 @@
74
80
 
75
81
  .ui.items > .item > .image {
76
82
  position: relative;
77
- flex: 0 0 auto;
83
+ -webkit-box-flex: 0;
84
+ -ms-flex: 0 0 auto;
85
+ flex: 0 0 auto;
78
86
  display: block;
79
87
  float: none;
80
88
  margin: 0;
81
89
  padding: 0;
82
90
  max-height: '';
83
- align-self: start;
91
+ -ms-flex-item-align: start;
92
+ align-self: start;
84
93
  }
85
94
  .ui.items > .item > .image > img {
86
95
  display: block;
@@ -99,12 +108,15 @@
99
108
 
100
109
  .ui.items > .item > .content {
101
110
  display: block;
102
- flex: 1 1 auto;
111
+ -webkit-box-flex: 1;
112
+ -ms-flex: 1 1 auto;
113
+ flex: 1 1 auto;
103
114
  background: none;
104
115
  color: rgba(0, 0, 0, 0.87);
105
116
  margin: 0;
106
117
  padding: 0;
107
- box-shadow: none;
118
+ -webkit-box-shadow: none;
119
+ box-shadow: none;
108
120
  font-size: 1em;
109
121
  border: none;
110
122
  border-radius: 0;
@@ -122,7 +134,8 @@
122
134
  width: auto;
123
135
  display: block;
124
136
  margin-left: 0;
125
- align-self: start;
137
+ -ms-flex-item-align: start;
138
+ align-self: start;
126
139
  padding-left: 1.5em;
127
140
  }
128
141
  .ui.items > .item > .content > .header {
@@ -154,7 +167,8 @@
154
167
  ---------------*/
155
168
 
156
169
  .ui.items > .item .content img {
157
- align-self: center;
170
+ -ms-flex-item-align: center;
171
+ align-self: center;
158
172
  width: '';
159
173
  }
160
174
  .ui.items > .item img.avatar,
@@ -216,6 +230,7 @@
216
230
  /* Generic */
217
231
  .ui.items > .item > .content a:not(.ui) {
218
232
  color: '';
233
+ -webkit-transition: color 0.1s ease;
219
234
  transition: color 0.1s ease;
220
235
  }
221
236
  .ui.items > .item > .content a:not(.ui):hover {
@@ -250,6 +265,7 @@
250
265
  .ui.items > .item > .content .favorite.icon {
251
266
  cursor: pointer;
252
267
  opacity: 0.75;
268
+ -webkit-transition: color 0.1s ease;
253
269
  transition: color 0.1s ease;
254
270
  }
255
271
  .ui.items > .item > .content .favorite.icon:hover {
@@ -267,6 +283,7 @@
267
283
  .ui.items > .item > .content .like.icon {
268
284
  cursor: pointer;
269
285
  opacity: 0.75;
286
+ -webkit-transition: color 0.1s ease;
270
287
  transition: color 0.1s ease;
271
288
  }
272
289
  .ui.items > .item > .content .like.icon:hover {
@@ -291,7 +308,9 @@
291
308
  top: 0;
292
309
  left: 0;
293
310
  color: rgba(0, 0, 0, 0.4);
294
- box-shadow: none;
311
+ -webkit-box-shadow: none;
312
+ box-shadow: none;
313
+ -webkit-transition: color 0.1s ease;
295
314
  transition: color 0.1s ease;
296
315
  border-top: none;
297
316
  }
@@ -338,7 +357,10 @@
338
357
  /* Mobile Only */
339
358
  @media only screen and (max-width: 767.98px) {
340
359
  .ui.items:not(.unstackable) > .item {
341
- flex-direction: column;
360
+ -webkit-box-orient: vertical;
361
+ -webkit-box-direction: normal;
362
+ -ms-flex-direction: column;
363
+ flex-direction: column;
342
364
  margin: 2em 0;
343
365
  }
344
366
  .ui.items:not(.unstackable) > .item > .image {
@@ -369,13 +391,16 @@
369
391
  --------------------*/
370
392
 
371
393
  .ui.items > .item > .image + [class*="top aligned"].content {
372
- align-self: flex-start;
394
+ -ms-flex-item-align: start;
395
+ align-self: flex-start;
373
396
  }
374
397
  .ui.items > .item > .image + [class*="middle aligned"].content {
375
- align-self: center;
398
+ -ms-flex-item-align: center;
399
+ align-self: center;
376
400
  }
377
401
  .ui.items > .item > .image + [class*="bottom aligned"].content {
378
- align-self: flex-end;
402
+ -ms-flex-item-align: end;
403
+ align-self: flex-end;
379
404
  }
380
405
 
381
406
  /*--------------
@@ -16,8 +16,13 @@
16
16
 
17
17
  /* Standalone */
18
18
  .ui.statistic {
19
+ display: -webkit-inline-box;
20
+ display: -ms-inline-flexbox;
19
21
  display: inline-flex;
20
- flex-direction: column;
22
+ -webkit-box-orient: vertical;
23
+ -webkit-box-direction: normal;
24
+ -ms-flex-direction: column;
25
+ flex-direction: column;
21
26
  margin: 1em 0;
22
27
  max-width: none;
23
28
  }
@@ -39,18 +44,32 @@
39
44
 
40
45
  /* Grouped */
41
46
  .ui.statistics {
47
+ display: -webkit-box;
48
+ display: -ms-flexbox;
42
49
  display: flex;
43
- align-items: flex-start;
44
- flex-wrap: wrap;
50
+ -webkit-box-align: start;
51
+ -ms-flex-align: start;
52
+ align-items: flex-start;
53
+ -ms-flex-wrap: wrap;
54
+ flex-wrap: wrap;
45
55
  }
46
56
  .ui.statistics > .statistic {
57
+ display: -webkit-inline-box;
58
+ display: -ms-inline-flexbox;
47
59
  display: inline-flex;
48
- flex: 0 1 auto;
49
- flex-direction: column;
60
+ -webkit-box-flex: 0;
61
+ -ms-flex: 0 1 auto;
62
+ flex: 0 1 auto;
63
+ -webkit-box-orient: vertical;
64
+ -webkit-box-direction: normal;
65
+ -ms-flex-direction: column;
66
+ flex-direction: column;
50
67
  margin: 0 1.5em 1em;
51
68
  max-width: none;
52
69
  }
53
70
  .ui.statistics {
71
+ display: -webkit-box;
72
+ display: -ms-flexbox;
54
73
  display: flex;
55
74
  margin: 1em -1.5em -1em;
56
75
  }
@@ -244,17 +263,30 @@
244
263
  ---------------*/
245
264
 
246
265
  .ui.horizontal.statistic {
247
- flex-direction: row;
248
- align-items: center;
266
+ -webkit-box-orient: horizontal;
267
+ -webkit-box-direction: normal;
268
+ -ms-flex-direction: row;
269
+ flex-direction: row;
270
+ -webkit-box-align: center;
271
+ -ms-flex-align: center;
272
+ align-items: center;
249
273
  }
250
274
  .ui.horizontal.statistics {
251
- flex-direction: column;
275
+ -webkit-box-orient: vertical;
276
+ -webkit-box-direction: normal;
277
+ -ms-flex-direction: column;
278
+ flex-direction: column;
252
279
  margin: 0;
253
280
  max-width: none;
254
281
  }
255
282
  .ui.horizontal.statistics .statistic {
256
- flex-direction: row;
257
- align-items: center;
283
+ -webkit-box-orient: horizontal;
284
+ -webkit-box-direction: normal;
285
+ -ms-flex-direction: row;
286
+ flex-direction: row;
287
+ -webkit-box-align: center;
288
+ -ms-flex-align: center;
289
+ align-items: center;
258
290
  max-width: none;
259
291
  margin: 1em 0;
260
292
  }
@@ -1,8 +1,8 @@
1
1
  module Fomantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = '2.7.6'.freeze
5
- SEMANTIC_UI_SHA = '8424ca61f209cfa3d99e8548ee4b462d000e50cd'.freeze
4
+ VERSION = '2.7.7'.freeze
5
+ SEMANTIC_UI_SHA = 'bf210266c5e5545efebc958b5590e89acdb35fbb'.freeze
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fomantic-ui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.6
4
+ version: 2.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-06-17 00:00:00.000000000 Z
12
+ date: 2019-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: autoprefixer-rails