Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
AUI-865 - Build files
Browse files Browse the repository at this point in the history
  • Loading branch information
natecavanaugh committed Mar 28, 2013
1 parent 25cb03d commit fef5876
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 32 deletions.
6 changes: 3 additions & 3 deletions build/aui-toggler/assets/aui-toggler-base-core.css
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
.aui-toggler-content-collapsed { .aui-toggler-content-collapsed {
display: none; display: none;
} }


.aui-toggler-content-wrapper { .aui-toggler-content-wrapper {
overflow: hidden; overflow: hidden;
} }
6 changes: 2 additions & 4 deletions build/aui-toggler/aui-toggler-base-debug.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ var Lang = A.Lang,
CLICK = 'click', CLICK = 'click',
COLLAPSED = 'collapsed', COLLAPSED = 'collapsed',
CONTENT = 'content', CONTENT = 'content',
CUBIC_BEZIER = 'cubic-bezier(0.25, 0.1, 0.25, 1)',
DOWN = 'down', DOWN = 'down',
ENTER = 'enter', ENTER = 'enter',
ESC = 'esc', ESC = 'esc',
Expand Down Expand Up @@ -106,8 +105,7 @@ var Toggler = A.Component.create({
transition: { transition: {
validator: isObject, validator: isObject,
value: { value: {
duration: 0.4, duration: 0.4
easing: CUBIC_BEZIER
} }
} }


Expand Down Expand Up @@ -280,4 +278,4 @@ var Toggler = A.Component.create({


A.Toggler = Toggler; A.Toggler = Toggler;


}, '@VERSION@' ,{requires:['aui-base','transition'], skinnable:true}); }, '@VERSION@' ,{skinnable:true, requires:['aui-base','transition']});
2 changes: 1 addition & 1 deletion build/aui-toggler/aui-toggler-base-min.js

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

6 changes: 2 additions & 4 deletions build/aui-toggler/aui-toggler-base.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ var Lang = A.Lang,
CLICK = 'click', CLICK = 'click',
COLLAPSED = 'collapsed', COLLAPSED = 'collapsed',
CONTENT = 'content', CONTENT = 'content',
CUBIC_BEZIER = 'cubic-bezier(0.25, 0.1, 0.25, 1)',
DOWN = 'down', DOWN = 'down',
ENTER = 'enter', ENTER = 'enter',
ESC = 'esc', ESC = 'esc',
Expand Down Expand Up @@ -106,8 +105,7 @@ var Toggler = A.Component.create({
transition: { transition: {
validator: isObject, validator: isObject,
value: { value: {
duration: 0.4, duration: 0.4
easing: CUBIC_BEZIER
} }
} }


Expand Down Expand Up @@ -280,4 +278,4 @@ var Toggler = A.Component.create({


A.Toggler = Toggler; A.Toggler = Toggler;


}, '@VERSION@' ,{requires:['aui-base','transition'], skinnable:true}); }, '@VERSION@' ,{skinnable:true, requires:['aui-base','transition']});
12 changes: 4 additions & 8 deletions build/aui-toggler/aui-toggler-debug.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ var Lang = A.Lang,
CLICK = 'click', CLICK = 'click',
COLLAPSED = 'collapsed', COLLAPSED = 'collapsed',
CONTENT = 'content', CONTENT = 'content',
CUBIC_BEZIER = 'cubic-bezier(0.25, 0.1, 0.25, 1)',
DOWN = 'down', DOWN = 'down',
ENTER = 'enter', ENTER = 'enter',
ESC = 'esc', ESC = 'esc',
Expand Down Expand Up @@ -106,8 +105,7 @@ var Toggler = A.Component.create({
transition: { transition: {
validator: isObject, validator: isObject,
value: { value: {
duration: 0.4, duration: 0.4
easing: CUBIC_BEZIER
} }
} }


Expand Down Expand Up @@ -280,8 +278,7 @@ var Toggler = A.Component.create({


A.Toggler = Toggler; A.Toggler = Toggler;


}, '@VERSION@' ,{requires:['aui-base','transition'], skinnable:true}); }, '@VERSION@' ,{skinnable:true, requires:['aui-base','transition']});

AUI.add('aui-toggler-delegate', function(A) { AUI.add('aui-toggler-delegate', function(A) {
var Lang = A.Lang, var Lang = A.Lang,
isBoolean = Lang.isBoolean, isBoolean = Lang.isBoolean,
Expand Down Expand Up @@ -467,9 +464,8 @@ var TogglerDelegate = A.Component.create({


A.TogglerDelegate = TogglerDelegate; A.TogglerDelegate = TogglerDelegate;


}, '@VERSION@' ,{requires:['aui-toggler-base'], skinnable:false}); }, '@VERSION@' ,{skinnable:false, requires:['aui-toggler-base']});





AUI.add('aui-toggler', function(A){}, '@VERSION@' ,{skinnable:true, use:['aui-toggler-base','aui-toggler-delegate']}); AUI.add('aui-toggler', function(A){}, '@VERSION@' ,{use:['aui-toggler-base','aui-toggler-delegate'], skinnable:true});


2 changes: 1 addition & 1 deletion build/aui-toggler/aui-toggler-delegate-debug.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ var TogglerDelegate = A.Component.create({


A.TogglerDelegate = TogglerDelegate; A.TogglerDelegate = TogglerDelegate;


}, '@VERSION@' ,{requires:['aui-toggler-base'], skinnable:false}); }, '@VERSION@' ,{skinnable:false, requires:['aui-toggler-base']});
2 changes: 1 addition & 1 deletion build/aui-toggler/aui-toggler-delegate-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 build/aui-toggler/aui-toggler-delegate.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ var TogglerDelegate = A.Component.create({


A.TogglerDelegate = TogglerDelegate; A.TogglerDelegate = TogglerDelegate;


}, '@VERSION@' ,{requires:['aui-toggler-base'], skinnable:false}); }, '@VERSION@' ,{skinnable:false, requires:['aui-toggler-base']});
Loading

0 comments on commit fef5876

Please sign in to comment.