fomantic-ui-sass 2.8.2 → 2.8.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +24 -0
- data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +928 -689
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +610 -426
- data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +22 -18
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/calendar.js +249 -60
- data/app/assets/javascripts/semantic-ui/checkbox.js +2 -2
- data/app/assets/javascripts/semantic-ui/dimmer.js +3 -3
- data/app/assets/javascripts/semantic-ui/dropdown.js +98 -62
- data/app/assets/javascripts/semantic-ui/form.js +97 -35
- data/app/assets/javascripts/semantic-ui/modal.js +9 -1
- data/app/assets/javascripts/semantic-ui/popup.js +8 -7
- data/app/assets/javascripts/semantic-ui/progress.js +20 -24
- data/app/assets/javascripts/semantic-ui/search.js +30 -2
- data/app/assets/javascripts/semantic-ui/slider.js +8 -8
- data/app/assets/javascripts/semantic-ui/tab.js +3 -2
- data/app/assets/javascripts/semantic-ui/toast.js +11 -9
- data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +86 -93
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +8 -6
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +36 -35
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +39 -23
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +9 -3
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +8 -8
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +159 -18
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +33 -4
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +68 -68
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +38 -2
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +12 -12
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +7 -1
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +16 -9
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +15 -0
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +16 -9
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +26 -23
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +123 -32
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +13 -6
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +36 -7
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +32 -3
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +90 -0
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +2 -1
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -0
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +34 -34
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +4 -4
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +6 -6
@@ -101,7 +101,7 @@
|
|
101
101
|
.ui.toast-container .toast-box > .attached.progress.success .bar.bar.bar {
|
102
102
|
background: #15792d;
|
103
103
|
}
|
104
|
-
.ui.toast-container .toast-box > .attached.progress
|
104
|
+
.ui.toast-container .toast-box > .attached.progress.error .bar.bar.bar {
|
105
105
|
background: #9c1a1a;
|
106
106
|
}
|
107
107
|
.ui.toast-container .toast-box > .attached.progress.neutral .bar.bar.bar {
|
@@ -122,7 +122,7 @@
|
|
122
122
|
.ui.toast-container .toast-box > .ui.message.icon > :not(.icon):not(.actions) {
|
123
123
|
padding-left: 5rem;
|
124
124
|
}
|
125
|
-
.ui.toast-container .toast-box > .ui.message.icon > .icon:not(.close) {
|
125
|
+
.ui.toast-container .toast-box > .ui.message.icon > i.icon:not(.close) {
|
126
126
|
display: inline-block;
|
127
127
|
position: absolute;
|
128
128
|
width: 4rem;
|
@@ -130,7 +130,7 @@
|
|
130
130
|
-webkit-transform: translateY(-50%);
|
131
131
|
transform: translateY(-50%);
|
132
132
|
}
|
133
|
-
.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).actions > .icon:not(.close) {
|
133
|
+
.ui.toast-container .toast-box > .ui.message.icon:not(.vertical).actions > i.icon:not(.close) {
|
134
134
|
top: calc(50% - 1.2em);
|
135
135
|
-webkit-transform: none;
|
136
136
|
transform: none;
|
@@ -392,13 +392,13 @@
|
|
392
392
|
background-color: #FFFFFF;
|
393
393
|
color: rgba(0, 0, 0, 0.87);
|
394
394
|
}
|
395
|
-
.ui.toast > .icon:not(.close) {
|
395
|
+
.ui.toast > i.icon:not(.close) {
|
396
396
|
font-size: 1.5em;
|
397
397
|
}
|
398
|
-
.ui.toast:not(.vertical) > .icon:not(.close) {
|
398
|
+
.ui.toast:not(.vertical) > i.icon:not(.close) {
|
399
399
|
position: absolute;
|
400
400
|
}
|
401
|
-
.ui.toast:not(.vertical) > .icon:not(.close) + .content {
|
401
|
+
.ui.toast:not(.vertical) > i.icon:not(.close) + .content {
|
402
402
|
padding-left: 3em;
|
403
403
|
}
|
404
404
|
.ui.toast:not(.vertical) > .close.icon + .content {
|
@@ -439,7 +439,7 @@
|
|
439
439
|
padding-left: 1em;
|
440
440
|
}
|
441
441
|
.ui.toast.vertical > .ui.image + .content,
|
442
|
-
.ui.toast.vertical > .icon:not(.close) + .content {
|
442
|
+
.ui.toast.vertical > i.icon:not(.close) + .content {
|
443
443
|
padding-left: 1em;
|
444
444
|
}
|
445
445
|
.ui.toast.vertical > .ui.image {
|
@@ -88,8 +88,8 @@
|
|
88
88
|
*/
|
89
89
|
|
90
90
|
/*--------------
|
91
|
-
|
92
|
-
---------------*/
|
91
|
+
Browse
|
92
|
+
---------------*/
|
93
93
|
|
94
94
|
.transition.browse {
|
95
95
|
-webkit-animation-duration: 500ms;
|
@@ -246,8 +246,8 @@
|
|
246
246
|
}
|
247
247
|
|
248
248
|
/*--------------
|
249
|
-
|
250
|
-
---------------*/
|
249
|
+
Drop
|
250
|
+
---------------*/
|
251
251
|
|
252
252
|
.drop.transition {
|
253
253
|
-webkit-transform-origin: top center;
|
@@ -317,8 +317,8 @@
|
|
317
317
|
}
|
318
318
|
|
319
319
|
/*--------------
|
320
|
-
|
321
|
-
---------------*/
|
320
|
+
Fade
|
321
|
+
---------------*/
|
322
322
|
|
323
323
|
.transition.fade.in {
|
324
324
|
-webkit-animation-name: fadeIn;
|
@@ -590,8 +590,8 @@
|
|
590
590
|
}
|
591
591
|
|
592
592
|
/*--------------
|
593
|
-
|
594
|
-
---------------*/
|
593
|
+
Flips
|
594
|
+
---------------*/
|
595
595
|
|
596
596
|
.flip.transition.in,
|
597
597
|
.flip.transition.out {
|
@@ -716,8 +716,8 @@
|
|
716
716
|
}
|
717
717
|
|
718
718
|
/*--------------
|
719
|
-
|
720
|
-
---------------*/
|
719
|
+
Scale
|
720
|
+
---------------*/
|
721
721
|
|
722
722
|
.scale.transition.in {
|
723
723
|
-webkit-animation-name: scaleIn;
|
@@ -779,8 +779,8 @@
|
|
779
779
|
}
|
780
780
|
|
781
781
|
/*--------------
|
782
|
-
|
783
|
-
---------------*/
|
782
|
+
Fly
|
783
|
+
---------------*/
|
784
784
|
|
785
785
|
|
786
786
|
/* Inward */
|
@@ -1238,8 +1238,8 @@
|
|
1238
1238
|
}
|
1239
1239
|
|
1240
1240
|
/*--------------
|
1241
|
-
|
1242
|
-
---------------*/
|
1241
|
+
Slide
|
1242
|
+
---------------*/
|
1243
1243
|
|
1244
1244
|
.transition.slide.in,
|
1245
1245
|
.transition[class*="slide down"].in {
|
@@ -1257,14 +1257,14 @@
|
|
1257
1257
|
.transition[class*="slide left"].in {
|
1258
1258
|
-webkit-animation-name: slideInX;
|
1259
1259
|
animation-name: slideInX;
|
1260
|
-
-webkit-transform-origin: center
|
1261
|
-
transform-origin: center
|
1260
|
+
-webkit-transform-origin: right center;
|
1261
|
+
transform-origin: right center;
|
1262
1262
|
}
|
1263
1263
|
.transition[class*="slide right"].in {
|
1264
1264
|
-webkit-animation-name: slideInX;
|
1265
1265
|
animation-name: slideInX;
|
1266
|
-
-webkit-transform-origin: center
|
1267
|
-
transform-origin: center
|
1266
|
+
-webkit-transform-origin: left center;
|
1267
|
+
transform-origin: left center;
|
1268
1268
|
}
|
1269
1269
|
.transition.slide.out,
|
1270
1270
|
.transition[class*="slide down"].out {
|
@@ -1282,14 +1282,14 @@
|
|
1282
1282
|
.transition[class*="slide left"].out {
|
1283
1283
|
-webkit-animation-name: slideOutX;
|
1284
1284
|
animation-name: slideOutX;
|
1285
|
-
-webkit-transform-origin: center
|
1286
|
-
transform-origin: center
|
1285
|
+
-webkit-transform-origin: right center;
|
1286
|
+
transform-origin: right center;
|
1287
1287
|
}
|
1288
1288
|
.transition[class*="slide right"].out {
|
1289
1289
|
-webkit-animation-name: slideOutX;
|
1290
1290
|
animation-name: slideOutX;
|
1291
|
-
-webkit-transform-origin: center
|
1292
|
-
transform-origin: center
|
1291
|
+
-webkit-transform-origin: left center;
|
1292
|
+
transform-origin: left center;
|
1293
1293
|
}
|
1294
1294
|
|
1295
1295
|
/* In */
|
@@ -1393,8 +1393,8 @@
|
|
1393
1393
|
}
|
1394
1394
|
|
1395
1395
|
/*--------------
|
1396
|
-
|
1397
|
-
---------------*/
|
1396
|
+
Swing
|
1397
|
+
---------------*/
|
1398
1398
|
|
1399
1399
|
.transition.swing {
|
1400
1400
|
-webkit-animation-duration: 800ms;
|
@@ -1415,14 +1415,14 @@
|
|
1415
1415
|
.transition[class*="swing left"].in {
|
1416
1416
|
-webkit-animation-name: swingInY;
|
1417
1417
|
animation-name: swingInY;
|
1418
|
-
-webkit-transform-origin: center
|
1419
|
-
transform-origin: center
|
1418
|
+
-webkit-transform-origin: right center;
|
1419
|
+
transform-origin: right center;
|
1420
1420
|
}
|
1421
1421
|
.transition[class*="swing right"].in {
|
1422
1422
|
-webkit-animation-name: swingInY;
|
1423
1423
|
animation-name: swingInY;
|
1424
|
-
-webkit-transform-origin: center
|
1425
|
-
transform-origin: center
|
1424
|
+
-webkit-transform-origin: left center;
|
1425
|
+
transform-origin: left center;
|
1426
1426
|
}
|
1427
1427
|
.transition.swing.out,
|
1428
1428
|
.transition[class*="swing down"].out {
|
@@ -1440,14 +1440,14 @@
|
|
1440
1440
|
.transition[class*="swing left"].out {
|
1441
1441
|
-webkit-animation-name: swingOutY;
|
1442
1442
|
animation-name: swingOutY;
|
1443
|
-
-webkit-transform-origin: center
|
1444
|
-
transform-origin: center
|
1443
|
+
-webkit-transform-origin: right center;
|
1444
|
+
transform-origin: right center;
|
1445
1445
|
}
|
1446
1446
|
.transition[class*="swing right"].out {
|
1447
1447
|
-webkit-animation-name: swingOutY;
|
1448
1448
|
animation-name: swingOutY;
|
1449
|
-
-webkit-transform-origin: center
|
1450
|
-
transform-origin: center
|
1449
|
+
-webkit-transform-origin: left center;
|
1450
|
+
transform-origin: left center;
|
1451
1451
|
}
|
1452
1452
|
|
1453
1453
|
/* In */
|
@@ -1647,8 +1647,8 @@
|
|
1647
1647
|
}
|
1648
1648
|
|
1649
1649
|
/*--------------
|
1650
|
-
|
1651
|
-
---------------*/
|
1650
|
+
Zoom
|
1651
|
+
---------------*/
|
1652
1652
|
|
1653
1653
|
.transition.zoom.in {
|
1654
1654
|
-webkit-animation-name: zoomIn;
|
@@ -237,10 +237,10 @@
|
|
237
237
|
-webkit-transition: 0.2s color ease;
|
238
238
|
transition: 0.2s color ease;
|
239
239
|
}
|
240
|
-
.ui.feed > .event > .content .meta .like:hover .icon {
|
240
|
+
.ui.feed > .event > .content .meta .like:hover i.icon {
|
241
241
|
color: #FF2733;
|
242
242
|
}
|
243
|
-
.ui.feed > .event > .content .meta .active.like .icon {
|
243
|
+
.ui.feed > .event > .content .meta .active.like i.icon {
|
244
244
|
color: #EF404A;
|
245
245
|
}
|
246
246
|
|
@@ -254,7 +254,7 @@
|
|
254
254
|
|
255
255
|
/* Action */
|
256
256
|
.ui.feed > .event > .content .meta a,
|
257
|
-
.ui.feed > .event > .content .meta > .icon {
|
257
|
+
.ui.feed > .event > .content .meta > i.icon {
|
258
258
|
cursor: pointer;
|
259
259
|
opacity: 1;
|
260
260
|
color: rgba(0, 0, 0, 0.5);
|
@@ -262,8 +262,8 @@
|
|
262
262
|
transition: color 0.1s ease;
|
263
263
|
}
|
264
264
|
.ui.feed > .event > .content .meta a:hover,
|
265
|
-
.ui.feed > .event > .content .meta a:hover .icon,
|
266
|
-
.ui.feed > .event > .content .meta > .icon:hover {
|
265
|
+
.ui.feed > .event > .content .meta a:hover i.icon,
|
266
|
+
.ui.feed > .event > .content .meta > i.icon:hover {
|
267
267
|
color: rgba(0, 0, 0, 0.95);
|
268
268
|
}
|
269
269
|
|
@@ -144,8 +144,8 @@
|
|
144
144
|
Icon Value
|
145
145
|
---------------*/
|
146
146
|
|
147
|
-
.ui.statistics .statistic > .value .icon,
|
148
|
-
.ui.statistic > .value .icon {
|
147
|
+
.ui.statistics .statistic > .value > i.icon,
|
148
|
+
.ui.statistic > .value > i.icon {
|
149
149
|
opacity: 1;
|
150
150
|
width: auto;
|
151
151
|
margin: 0;
|
@@ -294,8 +294,8 @@
|
|
294
294
|
.ui.horizontal.statistics > .statistic > .text.value {
|
295
295
|
min-height: 0 !important;
|
296
296
|
}
|
297
|
-
.ui.horizontal.statistics .statistic > .value .icon,
|
298
|
-
.ui.horizontal.statistic > .value .icon {
|
297
|
+
.ui.horizontal.statistics .statistic > .value > i.icon,
|
298
|
+
.ui.horizontal.statistic > .value > i.icon {
|
299
299
|
width: 1.18em;
|
300
300
|
}
|
301
301
|
.ui.horizontal.statistics .statistic > .value,
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fomantic-ui-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.8.
|
4
|
+
version: 2.8.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- doabit
|
8
8
|
- shanecav84
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2021-03-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: autoprefixer-rails
|
@@ -349,7 +349,7 @@ homepage: https://github.com/fomantic/Fomantic-UI-SASS
|
|
349
349
|
licenses:
|
350
350
|
- MIT
|
351
351
|
metadata: {}
|
352
|
-
post_install_message:
|
352
|
+
post_install_message:
|
353
353
|
rdoc_options: []
|
354
354
|
require_paths:
|
355
355
|
- lib
|
@@ -364,8 +364,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
364
364
|
- !ruby/object:Gem::Version
|
365
365
|
version: '0'
|
366
366
|
requirements: []
|
367
|
-
rubygems_version: 3.
|
368
|
-
signing_key:
|
367
|
+
rubygems_version: 3.1.2
|
368
|
+
signing_key:
|
369
369
|
specification_version: 4
|
370
370
|
summary: Fomantic UI, converted to Sass and ready to drop into Rails, Compass, or
|
371
371
|
Sprockets.
|