Skip to content

Commit

Permalink
2.4.2 Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Jul 4, 2018
1 parent 8344333 commit b1a661e
Show file tree
Hide file tree
Showing 117 changed files with 566 additions and 345 deletions.
2 changes: 1 addition & 1 deletion dist/components/accordion.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Accordion
* # Semantic UI 2.4.2 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Accordion
* # Semantic UI 2.4.2 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
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.

2 changes: 1 addition & 1 deletion dist/components/ad.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Ad
* # Semantic UI 2.4.2 - Ad
* http://github.com/semantic-org/semantic-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
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - API
* # Semantic UI 2.4.2 - API
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/breadcrumb.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Breadcrumb
* # Semantic UI 2.4.2 - Breadcrumb
* http://github.com/semantic-org/semantic-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
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Button
* # Semantic UI 2.4.2 - Button
* http://github.com/semantic-org/semantic-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/card.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Card
* # Semantic UI 2.4.2 - Card
* http://github.com/semantic-org/semantic-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.

2 changes: 1 addition & 1 deletion dist/components/checkbox.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Checkbox
* # Semantic UI 2.4.2 - Checkbox
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/checkbox.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Checkbox
* # Semantic UI 2.4.2 - Checkbox
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/checkbox.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/comment.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Comment
* # Semantic UI 2.4.2 - Comment
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/comment.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/container.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Container
* # Semantic UI 2.4.2 - Container
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/container.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/dimmer.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Dimmer
* # Semantic UI 2.4.2 - Dimmer
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
12 changes: 1 addition & 11 deletions dist/components/dimmer.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Dimmer
* # Semantic UI 2.4.2 - Dimmer
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -114,10 +114,6 @@ $.fn.dimmer = function(parameters) {

bind: {
events: function() {
if(module.is.page()) {
// touch events default to passive, due to changes in chrome to optimize mobile perf
$dimmable.get(0).addEventListener('touchmove', module.event.preventScroll, { passive: false });
}
if(settings.on == 'hover') {
$dimmable
.on('mouseenter' + eventNamespace, module.show)
Expand Down Expand Up @@ -145,9 +141,6 @@ $.fn.dimmer = function(parameters) {

unbind: {
events: function() {
if(module.is.page()) {
$dimmable.get(0).removeEventListener('touchmove', module.event.preventScroll, { passive: false });
}
$module
.removeData(moduleNamespace)
;
Expand All @@ -164,9 +157,6 @@ $.fn.dimmer = function(parameters) {
module.hide();
event.stopImmediatePropagation();
}
},
preventScroll: function(event) {
event.preventDefault();
}
},

Expand Down
2 changes: 1 addition & 1 deletion dist/components/dimmer.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/dimmer.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/divider.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Divider
* # Semantic UI 2.4.2 - Divider
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down

0 comments on commit b1a661e

Please sign in to comment.