Skip to content

Commit

Permalink
chore(release): update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Feb 3, 2023
1 parent 5fd842e commit ea5c8de
Show file tree
Hide file tree
Showing 158 changed files with 1,564 additions and 1,165 deletions.
2 changes: 1 addition & 1 deletion dist/components/accordion.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.1 - Accordion
* # Fomantic-UI 2.9.2 - Accordion
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down
8 changes: 4 additions & 4 deletions dist/components/accordion.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.1 - Accordion
* # Fomantic-UI 2.9.2 - Accordion
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down Expand Up @@ -175,7 +175,7 @@
.addClass(className.animating)
;
if (settings.animateChildren) {
if ($.fn.transition !== undefined && $module.transition('is supported')) {
if ($.fn.transition !== undefined) {
$activeContent
.children()
.transition({
Expand Down Expand Up @@ -239,7 +239,7 @@
.addClass(className.animating)
;
if (settings.animateChildren) {
if ($.fn.transition !== undefined && $module.transition('is supported')) {
if ($.fn.transition !== undefined) {
$activeContent
.children()
.transition({
Expand Down Expand Up @@ -308,7 +308,7 @@
.stop(true, true)
;
if (settings.animateChildren) {
if ($.fn.transition !== undefined && $module.transition('is supported')) {
if ($.fn.transition !== undefined) {
$openContents
.children()
.transition({
Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/components/accordion.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/ad.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.1 - Ad
* # Fomantic-UI 2.9.2 - Ad
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/ad.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.1 - API
* # Fomantic-UI 2.9.2 - API
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/api.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/breadcrumb.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.1 - Breadcrumb
* # Fomantic-UI 2.9.2 - Breadcrumb
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/breadcrumb.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/button.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.1 - Button
* # Fomantic-UI 2.9.2 - Button
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/button.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/calendar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.1 - Calendar
* # Fomantic-UI 2.9.2 - Calendar
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/calendar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.1 - Calendar
* # Fomantic-UI 2.9.2 - Calendar
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/calendar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/calendar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/card.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.1 - Card
* # Fomantic-UI 2.9.2 - Card
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/card.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ea5c8de

Please sign in to comment.