Skip to content

Commit ea5c8de

Browse files
committed
chore(release): update dist files
1 parent 5fd842e commit ea5c8de

File tree

158 files changed

+1564
-1165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+1564
-1165
lines changed

dist/components/accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.1 - Accordion
2+
* # Fomantic-UI 2.9.2 - Accordion
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

dist/components/accordion.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.1 - Accordion
2+
* # Fomantic-UI 2.9.2 - Accordion
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
@@ -175,7 +175,7 @@
175175
.addClass(className.animating)
176176
;
177177
if (settings.animateChildren) {
178-
if ($.fn.transition !== undefined && $module.transition('is supported')) {
178+
if ($.fn.transition !== undefined) {
179179
$activeContent
180180
.children()
181181
.transition({
@@ -239,7 +239,7 @@
239239
.addClass(className.animating)
240240
;
241241
if (settings.animateChildren) {
242-
if ($.fn.transition !== undefined && $module.transition('is supported')) {
242+
if ($.fn.transition !== undefined) {
243243
$activeContent
244244
.children()
245245
.transition({
@@ -308,7 +308,7 @@
308308
.stop(true, true)
309309
;
310310
if (settings.animateChildren) {
311-
if ($.fn.transition !== undefined && $module.transition('is supported')) {
311+
if ($.fn.transition !== undefined) {
312312
$openContents
313313
.children()
314314
.transition({

dist/components/accordion.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/accordion.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/ad.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.1 - Ad
2+
* # Fomantic-UI 2.9.2 - Ad
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

dist/components/ad.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.1 - API
2+
* # Fomantic-UI 2.9.2 - API
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

dist/components/api.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/breadcrumb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.1 - Breadcrumb
2+
* # Fomantic-UI 2.9.2 - Breadcrumb
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

dist/components/breadcrumb.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.1 - Button
2+
* # Fomantic-UI 2.9.2 - Button
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

dist/components/button.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/calendar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.1 - Calendar
2+
* # Fomantic-UI 2.9.2 - Calendar
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

dist/components/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.1 - Calendar
2+
* # Fomantic-UI 2.9.2 - Calendar
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

dist/components/calendar.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/calendar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.1 - Card
2+
* # Fomantic-UI 2.9.2 - Card
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

dist/components/card.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)