fomantic-ui 2.10.0-beta.65 → 2.10.0-beta.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +0 -1
- package/.stylelintrc.js +1 -13
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -1
- package/dist/components/api.min.js +1 -1
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +1 -1
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +1 -1
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +1 -10
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +1 -1
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +9 -25
- package/dist/components/dropdown.js +1 -1
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +1 -1
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +1 -1
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +1 -1
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +2 -2
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +3 -5
- package/dist/components/form.js +1 -1
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +1 -1
- package/dist/components/grid.css +1 -1
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +10 -37
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +1 -3
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +4 -13
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +6 -21
- package/dist/components/menu.min.css +2 -2
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +1 -1
- package/dist/components/modal.js +2 -2
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +19 -73
- package/dist/components/popup.js +1 -1
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +4 -13
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +1 -1
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +2 -5
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +2 -3
- package/dist/components/search.js +1 -1
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +1 -1
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +2 -2
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +1 -1
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +1 -1
- package/dist/components/table.min.css +1 -1
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +1 -1
- package/dist/components/toast.js +1 -1
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +1 -1
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +103 -242
- package/dist/semantic.js +29 -38
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +3 -3
- package/src/definitions/collections/breadcrumb.less +0 -1
- package/src/definitions/collections/form.less +1 -7
- package/src/definitions/collections/grid.less +0 -1
- package/src/definitions/collections/menu.less +5 -21
- package/src/definitions/collections/message.less +0 -1
- package/src/definitions/collections/table.less +0 -1
- package/src/definitions/elements/button.less +0 -1
- package/src/definitions/elements/container.less +0 -1
- package/src/definitions/elements/divider.less +0 -1
- package/src/definitions/elements/emoji.less +1 -1
- package/src/definitions/elements/flag.less +1 -1
- package/src/definitions/elements/header.less +0 -1
- package/src/definitions/elements/icon.less +10 -37
- package/src/definitions/elements/image.less +0 -1
- package/src/definitions/elements/input.less +0 -3
- package/src/definitions/elements/label.less +3 -13
- package/src/definitions/elements/list.less +0 -1
- package/src/definitions/elements/loader.less +0 -1
- package/src/definitions/elements/placeholder.less +0 -1
- package/src/definitions/elements/rail.less +0 -1
- package/src/definitions/elements/reveal.less +1 -5
- package/src/definitions/elements/segment.less +0 -1
- package/src/definitions/elements/step.less +0 -1
- package/src/definitions/elements/text.less +0 -1
- package/src/definitions/globals/reset.less +0 -1
- package/src/definitions/globals/site.less +0 -1
- package/src/definitions/modules/accordion.less +0 -1
- package/src/definitions/modules/calendar.less +0 -1
- package/src/definitions/modules/checkbox.js +0 -9
- package/src/definitions/modules/checkbox.less +0 -1
- package/src/definitions/modules/dimmer.less +0 -1
- package/src/definitions/modules/dropdown.less +8 -25
- package/src/definitions/modules/embed.less +0 -1
- package/src/definitions/modules/flyout.js +1 -1
- package/src/definitions/modules/flyout.less +0 -1
- package/src/definitions/modules/modal.js +1 -1
- package/src/definitions/modules/modal.less +0 -1
- package/src/definitions/modules/nag.less +0 -1
- package/src/definitions/modules/popup.less +18 -73
- package/src/definitions/modules/progress.less +3 -13
- package/src/definitions/modules/rating.less +0 -1
- package/src/definitions/modules/search.less +1 -3
- package/src/definitions/modules/shape.less +0 -1
- package/src/definitions/modules/sidebar.js +1 -1
- package/src/definitions/modules/sidebar.less +0 -1
- package/src/definitions/modules/slider.less +0 -1
- package/src/definitions/modules/sticky.less +0 -1
- package/src/definitions/modules/tab.less +0 -1
- package/src/definitions/modules/toast.less +0 -1
- package/src/definitions/modules/transition.less +0 -1
- package/src/definitions/views/ad.less +0 -1
- package/src/definitions/views/card.less +0 -1
- package/src/definitions/views/comment.less +0 -1
- package/src/definitions/views/feed.less +0 -1
- package/src/definitions/views/item.less +0 -1
- package/src/definitions/views/statistic.less +0 -1
- package/src/semantic.less +1 -1
- package/src/themes/amazon/elements/button.variables +0 -1
- package/src/themes/amazon/globals/site.variables +0 -1
- package/src/themes/bootstrap3/elements/button.variables +0 -1
- package/src/themes/default/collections/form.variables +0 -1
- package/src/themes/default/elements/button.variables +0 -1
- package/src/themes/default/modules/accordion.variables +0 -1
- package/src/themes/default/views/card.variables +0 -1
- package/src/themes/default/views/item.variables +0 -1
- package/src/themes/github/modules/dropdown.variables +0 -2
- package/src/themes/twitter/elements/button.variables +0 -1
package/dist/semantic.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* # Fomantic UI - 2.10.0-beta.
|
|
2
|
+
* # Fomantic UI - 2.10.0-beta.66+beed92a
|
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
|
4
4
|
* https://fomantic-ui.com/
|
|
5
5
|
*
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
11
|
/*!
|
|
12
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
12
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Site
|
|
13
13
|
* https://github.com/fomantic/Fomantic-UI/
|
|
14
14
|
*
|
|
15
15
|
*
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
})(jQuery, window, document);
|
|
426
426
|
|
|
427
427
|
/*!
|
|
428
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
428
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Form Validation
|
|
429
429
|
* https://github.com/fomantic/Fomantic-UI/
|
|
430
430
|
*
|
|
431
431
|
*
|
|
@@ -2491,7 +2491,7 @@
|
|
|
2491
2491
|
})(jQuery, window, document);
|
|
2492
2492
|
|
|
2493
2493
|
/*!
|
|
2494
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
2494
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Accordion
|
|
2495
2495
|
* https://github.com/fomantic/Fomantic-UI/
|
|
2496
2496
|
*
|
|
2497
2497
|
*
|
|
@@ -3039,7 +3039,7 @@
|
|
|
3039
3039
|
})(jQuery, window, document);
|
|
3040
3040
|
|
|
3041
3041
|
/*!
|
|
3042
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
3042
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Calendar
|
|
3043
3043
|
* https://github.com/fomantic/Fomantic-UI/
|
|
3044
3044
|
*
|
|
3045
3045
|
*
|
|
@@ -5000,7 +5000,7 @@
|
|
|
5000
5000
|
})(jQuery, window, document);
|
|
5001
5001
|
|
|
5002
5002
|
/*!
|
|
5003
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
5003
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Checkbox
|
|
5004
5004
|
* https://github.com/fomantic/Fomantic-UI/
|
|
5005
5005
|
*
|
|
5006
5006
|
*
|
|
@@ -5154,13 +5154,6 @@
|
|
|
5154
5154
|
}
|
|
5155
5155
|
},
|
|
5156
5156
|
|
|
5157
|
-
preventDefaultOnInputTarget: function () {
|
|
5158
|
-
if (event !== undefined && event !== null && $(event.target).is(selector.input)) {
|
|
5159
|
-
module.verbose('Preventing default check action after manual check action');
|
|
5160
|
-
event.preventDefault();
|
|
5161
|
-
}
|
|
5162
|
-
},
|
|
5163
|
-
|
|
5164
5157
|
event: {
|
|
5165
5158
|
change: function (event) {
|
|
5166
5159
|
if (!module.should.ignoreCallbacks()) {
|
|
@@ -5263,7 +5256,6 @@
|
|
|
5263
5256
|
settings.onChecked.call(input);
|
|
5264
5257
|
module.trigger.change();
|
|
5265
5258
|
}
|
|
5266
|
-
module.preventDefaultOnInputTarget();
|
|
5267
5259
|
},
|
|
5268
5260
|
|
|
5269
5261
|
uncheck: function () {
|
|
@@ -5276,7 +5268,6 @@
|
|
|
5276
5268
|
settings.onUnchecked.call(input);
|
|
5277
5269
|
module.trigger.change();
|
|
5278
5270
|
}
|
|
5279
|
-
module.preventDefaultOnInputTarget();
|
|
5280
5271
|
},
|
|
5281
5272
|
|
|
5282
5273
|
indeterminate: function () {
|
|
@@ -5829,7 +5820,7 @@
|
|
|
5829
5820
|
})(jQuery, window, document);
|
|
5830
5821
|
|
|
5831
5822
|
/*!
|
|
5832
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
5823
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Dimmer
|
|
5833
5824
|
* https://github.com/fomantic/Fomantic-UI/
|
|
5834
5825
|
*
|
|
5835
5826
|
*
|
|
@@ -6516,7 +6507,7 @@
|
|
|
6516
6507
|
})(jQuery, window, document);
|
|
6517
6508
|
|
|
6518
6509
|
/*!
|
|
6519
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
6510
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Dropdown
|
|
6520
6511
|
* https://github.com/fomantic/Fomantic-UI/
|
|
6521
6512
|
*
|
|
6522
6513
|
*
|
|
@@ -10536,7 +10527,7 @@
|
|
|
10536
10527
|
})(jQuery, window, document);
|
|
10537
10528
|
|
|
10538
10529
|
/*!
|
|
10539
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
10530
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Embed
|
|
10540
10531
|
* https://github.com/fomantic/Fomantic-UI/
|
|
10541
10532
|
*
|
|
10542
10533
|
*
|
|
@@ -11183,7 +11174,7 @@
|
|
|
11183
11174
|
})(jQuery, window, document);
|
|
11184
11175
|
|
|
11185
11176
|
/*!
|
|
11186
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
11177
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Flyout
|
|
11187
11178
|
* https://github.com/fomantic/Fomantic-UI/
|
|
11188
11179
|
*
|
|
11189
11180
|
*
|
|
@@ -12134,7 +12125,7 @@
|
|
|
12134
12125
|
return module.cache.isFirefox;
|
|
12135
12126
|
},
|
|
12136
12127
|
iframe: function () {
|
|
12137
|
-
return !(self === top);
|
|
12128
|
+
return !(window.self === window.top);
|
|
12138
12129
|
},
|
|
12139
12130
|
mobile: function () {
|
|
12140
12131
|
const userAgent = navigator.userAgent;
|
|
@@ -12588,7 +12579,7 @@
|
|
|
12588
12579
|
})(jQuery, window, document);
|
|
12589
12580
|
|
|
12590
12581
|
/*!
|
|
12591
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
12582
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Modal
|
|
12592
12583
|
* https://github.com/fomantic/Fomantic-UI/
|
|
12593
12584
|
*
|
|
12594
12585
|
*
|
|
@@ -13547,7 +13538,7 @@
|
|
|
13547
13538
|
return module.cache.isFirefox;
|
|
13548
13539
|
},
|
|
13549
13540
|
iframe: function () {
|
|
13550
|
-
return !(self === top);
|
|
13541
|
+
return !(window.self === window.top);
|
|
13551
13542
|
},
|
|
13552
13543
|
},
|
|
13553
13544
|
|
|
@@ -14094,7 +14085,7 @@
|
|
|
14094
14085
|
})(jQuery, window, document);
|
|
14095
14086
|
|
|
14096
14087
|
/*!
|
|
14097
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
14088
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Nag
|
|
14098
14089
|
* https://github.com/fomantic/Fomantic-UI/
|
|
14099
14090
|
*
|
|
14100
14091
|
*
|
|
@@ -14617,7 +14608,7 @@
|
|
|
14617
14608
|
})(jQuery, window, document);
|
|
14618
14609
|
|
|
14619
14610
|
/*!
|
|
14620
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
14611
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Popup
|
|
14621
14612
|
* https://github.com/fomantic/Fomantic-UI/
|
|
14622
14613
|
*
|
|
14623
14614
|
*
|
|
@@ -16075,7 +16066,7 @@
|
|
|
16075
16066
|
})(jQuery, window, document);
|
|
16076
16067
|
|
|
16077
16068
|
/*!
|
|
16078
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
16069
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Progress
|
|
16079
16070
|
* https://github.com/fomantic/Fomantic-UI/
|
|
16080
16071
|
*
|
|
16081
16072
|
*
|
|
@@ -16998,7 +16989,7 @@
|
|
|
16998
16989
|
})(jQuery, window, document);
|
|
16999
16990
|
|
|
17000
16991
|
/*!
|
|
17001
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
16992
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Slider
|
|
17002
16993
|
* https://github.com/fomantic/Fomantic-UI/
|
|
17003
16994
|
*
|
|
17004
16995
|
*
|
|
@@ -18448,7 +18439,7 @@
|
|
|
18448
18439
|
})(jQuery, window, document);
|
|
18449
18440
|
|
|
18450
18441
|
/*!
|
|
18451
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
18442
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Rating
|
|
18452
18443
|
* https://github.com/fomantic/Fomantic-UI/
|
|
18453
18444
|
*
|
|
18454
18445
|
*
|
|
@@ -18945,7 +18936,7 @@
|
|
|
18945
18936
|
})(jQuery, window, document);
|
|
18946
18937
|
|
|
18947
18938
|
/*!
|
|
18948
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
18939
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Search
|
|
18949
18940
|
* https://github.com/fomantic/Fomantic-UI/
|
|
18950
18941
|
*
|
|
18951
18942
|
*
|
|
@@ -20465,7 +20456,7 @@
|
|
|
20465
20456
|
})(jQuery, window, document);
|
|
20466
20457
|
|
|
20467
20458
|
/*!
|
|
20468
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
20459
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Shape
|
|
20469
20460
|
* https://github.com/fomantic/Fomantic-UI/
|
|
20470
20461
|
*
|
|
20471
20462
|
*
|
|
@@ -21187,7 +21178,7 @@
|
|
|
21187
21178
|
})(jQuery, window, document);
|
|
21188
21179
|
|
|
21189
21180
|
/*!
|
|
21190
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
21181
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Sidebar
|
|
21191
21182
|
* https://github.com/fomantic/Fomantic-UI/
|
|
21192
21183
|
*
|
|
21193
21184
|
*
|
|
@@ -21860,7 +21851,7 @@
|
|
|
21860
21851
|
return module.cache.isFirefox;
|
|
21861
21852
|
},
|
|
21862
21853
|
iframe: function () {
|
|
21863
|
-
return !(self === top);
|
|
21854
|
+
return !(window.self === window.top);
|
|
21864
21855
|
},
|
|
21865
21856
|
mobile: function () {
|
|
21866
21857
|
const userAgent = navigator.userAgent;
|
|
@@ -22140,7 +22131,7 @@
|
|
|
22140
22131
|
})(jQuery, window, document);
|
|
22141
22132
|
|
|
22142
22133
|
/*!
|
|
22143
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
22134
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Sticky
|
|
22144
22135
|
* https://github.com/fomantic/Fomantic-UI/
|
|
22145
22136
|
*
|
|
22146
22137
|
*
|
|
@@ -22993,7 +22984,7 @@
|
|
|
22993
22984
|
})(jQuery, window, document);
|
|
22994
22985
|
|
|
22995
22986
|
/*!
|
|
22996
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
22987
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Tab
|
|
22997
22988
|
* https://github.com/fomantic/Fomantic-UI/
|
|
22998
22989
|
*
|
|
22999
22990
|
*
|
|
@@ -23863,7 +23854,7 @@
|
|
|
23863
23854
|
})(jQuery, window, document);
|
|
23864
23855
|
|
|
23865
23856
|
/*!
|
|
23866
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
23857
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Toast
|
|
23867
23858
|
* https://github.com/fomantic/Fomantic-UI/
|
|
23868
23859
|
*
|
|
23869
23860
|
*
|
|
@@ -24778,7 +24769,7 @@
|
|
|
24778
24769
|
})(jQuery, window, document);
|
|
24779
24770
|
|
|
24780
24771
|
/*!
|
|
24781
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
24772
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Transition
|
|
24782
24773
|
* https://github.com/fomantic/Fomantic-UI/
|
|
24783
24774
|
*
|
|
24784
24775
|
*
|
|
@@ -25734,7 +25725,7 @@
|
|
|
25734
25725
|
})(jQuery, window, document);
|
|
25735
25726
|
|
|
25736
25727
|
/*!
|
|
25737
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
25728
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - API
|
|
25738
25729
|
* https://github.com/fomantic/Fomantic-UI/
|
|
25739
25730
|
*
|
|
25740
25731
|
*
|
|
@@ -26847,7 +26838,7 @@
|
|
|
26847
26838
|
})(jQuery, window, document);
|
|
26848
26839
|
|
|
26849
26840
|
/*!
|
|
26850
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
26841
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - State
|
|
26851
26842
|
* https://github.com/fomantic/Fomantic-UI/
|
|
26852
26843
|
*
|
|
26853
26844
|
*
|
|
@@ -27501,7 +27492,7 @@
|
|
|
27501
27492
|
})(jQuery, window, document);
|
|
27502
27493
|
|
|
27503
27494
|
/*!
|
|
27504
|
-
* # Fomantic-UI 2.10.0-beta.
|
|
27495
|
+
* # Fomantic-UI 2.10.0-beta.66+beed92a - Visibility
|
|
27505
27496
|
* https://github.com/fomantic/Fomantic-UI/
|
|
27506
27497
|
*
|
|
27507
27498
|
*
|