From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- .../ui/bluemoon/button-group.reel/button-group.js | 2 +- .../montage/ui/bluemoon/button.reel/button.js | 2 +- .../montage/ui/bluemoon/checkbox.reel/checkbox.css | 2 +- .../montage/ui/bluemoon/checkbox.reel/checkbox.js | 2 +- .../montage/ui/bluemoon/progress.reel/progress.css | 38 ++++++++-------- .../ui/bluemoon/progress.reel/progress.html | 6 +-- .../montage/ui/bluemoon/progress.reel/progress.js | 2 +- node_modules/montage/ui/bluemoon/tabs.reel/tabs.js | 2 +- .../montage/ui/bluemoon/textarea.reel/textarea.js | 2 +- .../ui/bluemoon/textfield.reel/textfield.js | 2 +- .../montage/ui/bluemoon/toggle.reel/toggle.js | 2 +- .../ui/component-group.reel/component-group.js | 2 +- node_modules/montage/ui/component.js | 2 +- node_modules/montage/ui/composer/composer.js | 2 +- node_modules/montage/ui/composer/press-composer.js | 2 +- node_modules/montage/ui/composer/swipe-composer.js | 2 +- .../montage/ui/condition.reel/condition.js | 2 +- .../montage/ui/controller/media-controller.js | 2 +- .../montage/ui/dynamic-text.reel/dynamic-text.js | 2 +- node_modules/montage/ui/editable-text.js | 2 +- node_modules/montage/ui/list.reel/list.js | 2 +- .../montage/ui/loading-panel.reel/loading-panel.js | 6 +-- node_modules/montage/ui/loading.reel/loading.js | 2 +- .../montage/ui/native/anchor.reel/anchor.js | 2 +- .../ui/native/input-date.reel/input-date.js | 20 ++++----- .../ui/native/input-number.reel/input-number.js | 18 ++++---- node_modules/montage/ui/popup/popup.reel/popup.css | 12 +++--- .../montage/ui/progress.reel/progress.html | 6 +-- .../montage/ui/repetition.reel/repetition.js | 2 +- .../rich-text-linkpopup.js | 2 +- .../rich-text-resizer.reel/rich-text-resizer.js | 2 +- .../rich-text-editor.reel/rich-text-editor-base.js | 2 +- .../rich-text-editor.reel/rich-text-sanitizer.js | 2 +- node_modules/montage/ui/slot.reel/slot.js | 2 +- .../montage/ui/substitution.reel/substitution.js | 2 +- .../montage/ui/video-player.reel/video-player.css | 50 +++++++++++----------- .../montage/ui/video-player.reel/video-player.js | 2 +- 37 files changed, 107 insertions(+), 107 deletions(-) (limited to 'node_modules/montage/ui') diff --git a/node_modules/montage/ui/bluemoon/button-group.reel/button-group.js b/node_modules/montage/ui/bluemoon/button-group.reel/button-group.js index 0690dd87..9048bd6e 100644 --- a/node_modules/montage/ui/bluemoon/button-group.reel/button-group.js +++ b/node_modules/montage/ui/bluemoon/button-group.reel/button-group.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/bluemoon/button-group.reel" + @module "montage/ui/bluemoon/button-group.reel" @requires montage/core/core @requires "ui/component-group.reel" */ diff --git a/node_modules/montage/ui/bluemoon/button.reel/button.js b/node_modules/montage/ui/bluemoon/button.reel/button.js index e8d7c280..8d8be141 100644 --- a/node_modules/montage/ui/bluemoon/button.reel/button.js +++ b/node_modules/montage/ui/bluemoon/button.reel/button.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/bluemoon/button.reel" + @module "montage/ui/bluemoon/button.reel" @requires montage/core/core @requires montage/ui/component */ diff --git a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css index 372e66f2..80c2344e 100644 --- a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css +++ b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css @@ -72,7 +72,7 @@ POSSIBILITY OF SUCH DAMAGE. } .montage-checkbox .checkmark{ - -webkit-transition-duration: 360ms; + -webkit-transition-duration: 360ms; } .montage-checkbox input[type=checkbox] { diff --git a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js index 0a5ae0e9..a17f30bf 100644 --- a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js +++ b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/bluemoon/input-checkbox.reel" + @module "montage/ui/bluemoon/input-checkbox.reel" @requires montage/core/core @requires montage/ui/component */ diff --git a/node_modules/montage/ui/bluemoon/progress.reel/progress.css b/node_modules/montage/ui/bluemoon/progress.reel/progress.css index 54da4477..6c4f730d 100644 --- a/node_modules/montage/ui/bluemoon/progress.reel/progress.css +++ b/node_modules/montage/ui/bluemoon/progress.reel/progress.css @@ -28,31 +28,31 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ .montage-progress { - height: 7px; - padding: 1px; - border-radius: 5px / 4px; - overflow: hidden; - background: #ccc url(rule.png); - -webkit-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; - -moz-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; - box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; + height: 7px; + padding: 1px; + border-radius: 5px / 4px; + overflow: hidden; + background: #ccc url(rule.png); + -webkit-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; + -moz-box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; + box-shadow: inset rgba(0,0,0,.2) 0 0 0 1px, rgba(255,255,255,.5) 0 1px 1px, rgba(0,0,0,.1) 0 -1px 0px; } .montage-progress .bar { - height: 7px; - border-radius: inherit; - background: #0cbeff; + height: 7px; + border-radius: inherit; + background: #0cbeff; - -webkit-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); - -moz-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); - transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); + -webkit-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); + -moz-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); + transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 0.9); } .montage-progress.dark { - background: url(rule.png), -webkit-gradient(linear, 0% 0%, 0% 100%, - color-stop(0%, #303030), color-stop(100%, #3f3f3f) ); + background: url(rule.png), -webkit-gradient(linear, 0% 0%, 0% 100%, + color-stop(0%, #303030), color-stop(100%, #3f3f3f) ); - -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; - -moz-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; - box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; + -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; + -moz-box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; + box-shadow: rgba(255,255,255,.1) 0 1px 0, rgba(0,0,0,.1) 0 -1px 0px; } diff --git a/node_modules/montage/ui/bluemoon/progress.reel/progress.html b/node_modules/montage/ui/bluemoon/progress.reel/progress.html index 774da851..de516980 100644 --- a/node_modules/montage/ui/bluemoon/progress.reel/progress.html +++ b/node_modules/montage/ui/bluemoon/progress.reel/progress.html @@ -44,8 +44,8 @@ POSSIBILITY OF SUCH DAMAGE. -
-
-
+
+
+
diff --git a/node_modules/montage/ui/bluemoon/progress.reel/progress.js b/node_modules/montage/ui/bluemoon/progress.reel/progress.js index 01d0df9b..b6a6f91f 100644 --- a/node_modules/montage/ui/bluemoon/progress.reel/progress.js +++ b/node_modules/montage/ui/bluemoon/progress.reel/progress.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/bluemoon/progress.reel" + @module "montage/ui/bluemoon/progress.reel" @requires montage/core/core @requires montage/ui/component */ diff --git a/node_modules/montage/ui/bluemoon/tabs.reel/tabs.js b/node_modules/montage/ui/bluemoon/tabs.reel/tabs.js index 9dfa1a30..7b95134a 100755 --- a/node_modules/montage/ui/bluemoon/tabs.reel/tabs.js +++ b/node_modules/montage/ui/bluemoon/tabs.reel/tabs.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/tabs.reel" + @module "montage/ui/tabs.reel" @requires montage/core/core @requires montage/ui/component @requires "montage/ui/repetition.reel" diff --git a/node_modules/montage/ui/bluemoon/textarea.reel/textarea.js b/node_modules/montage/ui/bluemoon/textarea.reel/textarea.js index c372bd16..64704b30 100644 --- a/node_modules/montage/ui/bluemoon/textarea.reel/textarea.js +++ b/node_modules/montage/ui/bluemoon/textarea.reel/textarea.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/bluemoon/textarea.reel" + @module "montage/ui/bluemoon/textarea.reel" @requires montage/core/core @requires montage/ui/editable-text */ diff --git a/node_modules/montage/ui/bluemoon/textfield.reel/textfield.js b/node_modules/montage/ui/bluemoon/textfield.reel/textfield.js index 59865ab8..74d78e54 100644 --- a/node_modules/montage/ui/bluemoon/textfield.reel/textfield.js +++ b/node_modules/montage/ui/bluemoon/textfield.reel/textfield.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/bluemoon/input-text.reel" + @module "montage/ui/bluemoon/input-text.reel" @requires montage/core/core @requires montage/ui/editable-text */ diff --git a/node_modules/montage/ui/bluemoon/toggle.reel/toggle.js b/node_modules/montage/ui/bluemoon/toggle.reel/toggle.js index 90d10df1..914bd1e1 100644 --- a/node_modules/montage/ui/bluemoon/toggle.reel/toggle.js +++ b/node_modules/montage/ui/bluemoon/toggle.reel/toggle.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/bluemoon/toggle.reel" + @module "montage/ui/bluemoon/toggle.reel" @requires montage/core/core @requires montage/ui/component */ diff --git a/node_modules/montage/ui/component-group.reel/component-group.js b/node_modules/montage/ui/component-group.reel/component-group.js index a1f1cfa5..56cfc36a 100755 --- a/node_modules/montage/ui/component-group.reel/component-group.js +++ b/node_modules/montage/ui/component-group.reel/component-group.js @@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE. */ // TODO: ComponentList instead? ComponentContainer? /** - @module "montage/ui/component-group.reel" + @module "montage/ui/component-group.reel" @requires montage/core/core @requires montage/ui/component */ diff --git a/node_modules/montage/ui/component.js b/node_modules/montage/ui/component.js index 55265e7e..fec13266 100755 --- a/node_modules/montage/ui/component.js +++ b/node_modules/montage/ui/component.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module montage/ui/component + @module montage/ui/component @requires montage/core/core @requires montage/ui/reel @requires montage/core/gate diff --git a/node_modules/montage/ui/composer/composer.js b/node_modules/montage/ui/composer/composer.js index 2f53a12f..40d6cc29 100644 --- a/node_modules/montage/ui/composer/composer.js +++ b/node_modules/montage/ui/composer/composer.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module montage/ui/event/composer/composer + @module montage/ui/event/composer/composer @requires montage/core/core */ var Montage = require("montage").Montage; diff --git a/node_modules/montage/ui/composer/press-composer.js b/node_modules/montage/ui/composer/press-composer.js index c016b2ca..be641a86 100644 --- a/node_modules/montage/ui/composer/press-composer.js +++ b/node_modules/montage/ui/composer/press-composer.js @@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE. */ /*global require, exports*/ /** - @module montage/ui/composer/press-composer + @module montage/ui/composer/press-composer @requires montage @requires montage/ui/composer/composer */ diff --git a/node_modules/montage/ui/composer/swipe-composer.js b/node_modules/montage/ui/composer/swipe-composer.js index ff187e75..0d1b4a69 100644 --- a/node_modules/montage/ui/composer/swipe-composer.js +++ b/node_modules/montage/ui/composer/swipe-composer.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module montage/ui/composer/swipe-composer + @module montage/ui/composer/swipe-composer @requires montage @requires montage/ui/composer/composer */ diff --git a/node_modules/montage/ui/condition.reel/condition.js b/node_modules/montage/ui/condition.reel/condition.js index 539fbdad..9784aeee 100755 --- a/node_modules/montage/ui/condition.reel/condition.js +++ b/node_modules/montage/ui/condition.reel/condition.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module montage/ui/condition.reel + @module montage/ui/condition.reel @requires montage/core/core @requires montage/ui/component @requires "montage/ui/slot.reel" diff --git a/node_modules/montage/ui/controller/media-controller.js b/node_modules/montage/ui/controller/media-controller.js index d68a3fa8..c6f2b5c5 100755 --- a/node_modules/montage/ui/controller/media-controller.js +++ b/node_modules/montage/ui/controller/media-controller.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module montage/ui/controller/media-controller + @module montage/ui/controller/media-controller @requires montage/core/core @requires montage/ui/component @requires core/logger diff --git a/node_modules/montage/ui/dynamic-text.reel/dynamic-text.js b/node_modules/montage/ui/dynamic-text.reel/dynamic-text.js index a2957a24..e4c1e9dd 100755 --- a/node_modules/montage/ui/dynamic-text.reel/dynamic-text.js +++ b/node_modules/montage/ui/dynamic-text.reel/dynamic-text.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/dynamic-text.reel" + @module "montage/ui/dynamic-text.reel" @requires montage/core/core @requires montage/ui/component */ diff --git a/node_modules/montage/ui/editable-text.js b/node_modules/montage/ui/editable-text.js index ea9fec8d..5b2c151e 100755 --- a/node_modules/montage/ui/editable-text.js +++ b/node_modules/montage/ui/editable-text.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module montage/ui/editable-text + @module montage/ui/editable-text @requires montage/core/core @requires montage/ui/component */ diff --git a/node_modules/montage/ui/list.reel/list.js b/node_modules/montage/ui/list.reel/list.js index aeb16255..d613cb52 100755 --- a/node_modules/montage/ui/list.reel/list.js +++ b/node_modules/montage/ui/list.reel/list.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/list.reel" + @module "montage/ui/list.reel" @requires montage/core/core @requires montage/ui/component */ diff --git a/node_modules/montage/ui/loading-panel.reel/loading-panel.js b/node_modules/montage/ui/loading-panel.reel/loading-panel.js index 4903e3eb..2a035c50 100755 --- a/node_modules/montage/ui/loading-panel.reel/loading-panel.js +++ b/node_modules/montage/ui/loading-panel.reel/loading-panel.js @@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/loading-panel.reel" + @module "montage/ui/loading-panel.reel" */ var Montage = require("montage").Montage, @@ -43,7 +43,7 @@ var Montage = require("montage").Montage, exports.LoadingPanel = Montage.create(Component, /** @lends module:montage/ui/loading-panel.LoadingPanel# */ { /** - The number of modules that are required to load. + The number of modules that are required to load. */ requiredModuleCount: { enumerable: false, @@ -51,7 +51,7 @@ exports.LoadingPanel = Montage.create(Component, /** @lends module:montage/ui/lo }, /** - The number of modules that have been initialized. + The number of modules that have been initialized. */ initializedModuleCount: { enumerable: false, diff --git a/node_modules/montage/ui/loading.reel/loading.js b/node_modules/montage/ui/loading.reel/loading.js index 246156d2..81458312 100755 --- a/node_modules/montage/ui/loading.reel/loading.js +++ b/node_modules/montage/ui/loading.reel/loading.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/loading.reel" + @module "montage/ui/loading.reel" @requires montage/core/core @requires montage/ui/component */ diff --git a/node_modules/montage/ui/native/anchor.reel/anchor.js b/node_modules/montage/ui/native/anchor.reel/anchor.js index 6e72ea95..cae5ac2d 100644 --- a/node_modules/montage/ui/native/anchor.reel/anchor.js +++ b/node_modules/montage/ui/native/anchor.reel/anchor.js @@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/anchor.reel" + @module "montage/ui/anchor.reel" @requires montage/core/core @requires montage/ui/native-control */ diff --git a/node_modules/montage/ui/native/input-date.reel/input-date.js b/node_modules/montage/ui/native/input-date.reel/input-date.js index 6af953e6..44dc964f 100644 --- a/node_modules/montage/ui/native/input-date.reel/input-date.js +++ b/node_modules/montage/ui/native/input-date.reel/input-date.js @@ -39,7 +39,7 @@ var Montage = require("montage").Montage, TextInput = require("ui/text-input").TextInput; /** - Wraps an <input type="date"> element as a component. + Wraps an <input type="date"> element as a component. @class module:"montage/ui/input-date.reel".InputDate @extends module:montage/ui/text-input.TextInput */ @@ -49,22 +49,22 @@ var InputDate = exports.InputDate = Montage.create(TextInput, { InputDate.addAttributes( /** @lends module:"montage/ui/input-date.reel".InputDate# */{ /** - The upper bound for the element’s value represented in the "full-date" format, (for example, 2001-05-24). - @type {string} - @default: null + The upper bound for the element’s value represented in the "full-date" format, (for example, 2001-05-24). + @type {string} + @default: null */ max: null, /** - The lower bound for the element’s value represented in the "full-date" format, (for example, 2001-05-24). - @type {string} - @default: null + The lower bound for the element’s value represented in the "full-date" format, (for example, 2001-05-24). + @type {string} + @default: null */ min: null, /** - The amount the date changes with each step. - @type {string|number} - @default null + The amount the date changes with each step. + @type {string|number} + @default null */ step: null }); diff --git a/node_modules/montage/ui/native/input-number.reel/input-number.js b/node_modules/montage/ui/native/input-number.reel/input-number.js index 33700b92..f0f88bb6 100644 --- a/node_modules/montage/ui/native/input-number.reel/input-number.js +++ b/node_modules/montage/ui/native/input-number.reel/input-number.js @@ -50,23 +50,23 @@ var InputNumber = exports.InputNumber = Montage.create(TextInput, { InputNumber.addAttributes(/** @lends module:"montage/ui/input-number.reel".InputNumber */{ /** - The maximum value displayed but the number control. - @type {number} - @default null + The maximum value displayed but the number control. + @type {number} + @default null */ max: {dataType: 'number'}, /** - The minimum value displayed but the number control. - @type {number} - @default null + The minimum value displayed but the number control. + @type {number} + @default null */ min: {dataType: 'number'}, /** - The amount the number changes with each step. - @type {number} - @default null + The amount the number changes with each step. + @type {number} + @default null */ step: null // number or 'any' }); diff --git a/node_modules/montage/ui/popup/popup.reel/popup.css b/node_modules/montage/ui/popup/popup.reel/popup.css index 569f154c..875e23b5 100755 --- a/node_modules/montage/ui/popup/popup.reel/popup.css +++ b/node_modules/montage/ui/popup/popup.reel/popup.css @@ -32,12 +32,12 @@ POSSIBILITY OF SUCH DAMAGE. display: none; } .clearfix:after { - visibility: hidden; - display: block; - font-size: 0; - content: " "; - clear: both; - height: 0; + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; } diff --git a/node_modules/montage/ui/progress.reel/progress.html b/node_modules/montage/ui/progress.reel/progress.html index 1cc691be..08933c08 100644 --- a/node_modules/montage/ui/progress.reel/progress.html +++ b/node_modules/montage/ui/progress.reel/progress.html @@ -45,8 +45,8 @@ POSSIBILITY OF SUCH DAMAGE. -
-
-
+
+
+
diff --git a/node_modules/montage/ui/repetition.reel/repetition.js b/node_modules/montage/ui/repetition.reel/repetition.js index 05498b75..58bce29f 100755 --- a/node_modules/montage/ui/repetition.reel/repetition.js +++ b/node_modules/montage/ui/repetition.reel/repetition.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/repetition.reel" + @module "montage/ui/repetition.reel" @requires montage/core/core @requires montage/ui/component @requires montage/ui/template diff --git a/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.js b/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.js index 5e0e5996..eb79f2b8 100644 --- a/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.js +++ b/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/rich-text-editor/overlays/rich-text-resizer.reel" + @module "montage/ui/rich-text-editor/overlays/rich-text-resizer.reel" @requires montage/core/core @requires montage/ui/component */ diff --git a/node_modules/montage/ui/rich-text-editor/overlays/rich-text-resizer.reel/rich-text-resizer.js b/node_modules/montage/ui/rich-text-editor/overlays/rich-text-resizer.reel/rich-text-resizer.js index 58d6cecd..adb80bbc 100644 --- a/node_modules/montage/ui/rich-text-editor/overlays/rich-text-resizer.reel/rich-text-resizer.js +++ b/node_modules/montage/ui/rich-text-editor/overlays/rich-text-resizer.reel/rich-text-resizer.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/rich-text-editor/overlays/rich-text-resizer.reel" + @module "montage/ui/rich-text-editor/overlays/rich-text-resizer.reel" @requires montage/core/core @requires montage/core/geometry/point @requires montage/ui/component diff --git a/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor-base.js b/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor-base.js index 43cb9060..448e409c 100644 --- a/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor-base.js +++ b/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor-base.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/rich-text-editor.reel" + @module "montage/ui/rich-text-editor.reel" @requires montage/core/core */ var Montage = require("montage").Montage, diff --git a/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-sanitizer.js b/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-sanitizer.js index eab2e5b9..130bb5f4 100644 --- a/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-sanitizer.js +++ b/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-sanitizer.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/rich-text-sanitizer.js" + @module "montage/ui/rich-text-sanitizer.js" @requires montage/core/core */ var Montage = require("montage").Montage; diff --git a/node_modules/montage/ui/slot.reel/slot.js b/node_modules/montage/ui/slot.reel/slot.js index 058e37c7..dc249aa9 100755 --- a/node_modules/montage/ui/slot.reel/slot.js +++ b/node_modules/montage/ui/slot.reel/slot.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/slot.reel" + @module "montage/ui/slot.reel" @requires montage/core/core @requires montage/ui/component */ diff --git a/node_modules/montage/ui/substitution.reel/substitution.js b/node_modules/montage/ui/substitution.reel/substitution.js index 3b5d5530..8d2a37cc 100755 --- a/node_modules/montage/ui/substitution.reel/substitution.js +++ b/node_modules/montage/ui/substitution.reel/substitution.js @@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /** - @module "montage/ui/substitution.reel" + @module "montage/ui/substitution.reel" @requires montage/core/core @requires montage/ui/component @requires montage/ui/slot diff --git a/node_modules/montage/ui/video-player.reel/video-player.css b/node_modules/montage/ui/video-player.reel/video-player.css index dd082439..135f0099 100755 --- a/node_modules/montage/ui/video-player.reel/video-player.css +++ b/node_modules/montage/ui/video-player.reel/video-player.css @@ -44,9 +44,9 @@ MARK: media position: absolute; display: -webkit-box; -webkit-box-sizing: border-box; - z-index: 1000; /* TODO: Define global z-index regions */ + z-index: 1000; /* TODO: Define global z-index regions */ top: 0; - left: 0; + left: 0; border: none; width: 100%; height: 100%; @@ -66,15 +66,15 @@ MARK: Controller .montage-video-player .control-wrapper { position: absolute; left: 0; - bottom: 0; - right: 0; - height: 50px; - box-shadow: inset 0 2px 6px 2px hsla(0,0%,0%,.4); - background-color: hsla(0,0%,0%,.95); - background-image: -webkit-linear-gradient(top, hsla(0,0%,100%,.27) 0%, - hsla(0,0%,100%,.15) 50%, - hsla(0,0%,30%,.4) 50%, - hsla(0,0%,0%,1) 100%); + bottom: 0; + right: 0; + height: 50px; + box-shadow: inset 0 2px 6px 2px hsla(0,0%,0%,.4); + background-color: hsla(0,0%,0%,.95); + background-image: -webkit-linear-gradient(top, hsla(0,0%,100%,.27) 0%, + hsla(0,0%,100%,.15) 50%, + hsla(0,0%,30%,.4) 50%, + hsla(0,0%,0%,1) 100%); } .montage-video-player .control-wrapper.hide-controls { @@ -170,7 +170,7 @@ MARK: Button Panel background-position: center center; } .montage-video-player .controller-button:active { - background-color: hsla(0,0%,0%,.4); + background-color: hsla(0,0%,0%,.4); } .montage-video-player .play { background-image: url("images/play.png"); } @@ -200,22 +200,22 @@ MARK: Volume Panel .montage-video-player .controller-progress { height: 15px; - box-shadow: inset 0 0px 3px 1px hsla(0,0%,0%,.5); - background: -webkit-repeating-linear-gradient(left, hsl(0,0%,25%) 0, hsl(0,0%,25%) 3px, - hsl(0,0%,10%) 3px, hsl(0,0%,10%) 5px); + box-shadow: inset 0 0px 3px 1px hsla(0,0%,0%,.5); + background: -webkit-repeating-linear-gradient(left, hsl(0,0%,25%) 0, hsl(0,0%,25%) 3px, + hsl(0,0%,10%) 3px, hsl(0,0%,10%) 5px); } .montage-video-player .controller-progress:before { - content: ""; - position: absolute; + content: ""; + position: absolute; top: 0; right: 0; bottom: 0; left: 0; - background: -webkit-linear-gradient(top, hsla(0,0%,0%,0), hsla(0,0%,0%,.3) ); + background: -webkit-linear-gradient(top, hsla(0,0%,0%,0), hsla(0,0%,0%,.3) ); } .montage-video-player .volume-progress { width: 50%; height: 100%; background: -webkit-repeating-linear-gradient(left, hsl(195,90%,50%) 0, hsl(195,90%,50%) 3px, - transparent 3px, transparent 5px); + transparent 3px, transparent 5px); -webkit-transition: width .1s ease-in-out; } @@ -226,15 +226,15 @@ MARK: Volume Panel .montage-video-player .volume-minus { background-image: url("images/volume-down.png"); } .montage-video-player .volume-minus:active { - background-color: transparent; - background-image: url("images/volume-down.png"), - -webkit-linear-gradient(right, hsla(0,0%,0%,0), hsla(0,0%,0%,.5) ); + background-color: transparent; + background-image: url("images/volume-down.png"), + -webkit-linear-gradient(right, hsla(0,0%,0%,0), hsla(0,0%,0%,.5) ); } .montage-video-player .volume-plus { background-image: url("images/volume-up.png"); } .montage-video-player .volume-plus:active { - background-color: transparent; - background-image: url("images/volume-up.png"), - -webkit-linear-gradient(left, hsla(0,0%,0%,0), hsla(0,0%,0%,.5) ); + background-color: transparent; + background-image: url("images/volume-up.png"), + -webkit-linear-gradient(left, hsla(0,0%,0%,0), hsla(0,0%,0%,.5) ); } .montage-video-player .controller-volume-panel .mute { display: none; } /* also MUTE[muted] */ diff --git a/node_modules/montage/ui/video-player.reel/video-player.js b/node_modules/montage/ui/video-player.reel/video-player.js index 351b372c..13cfd845 100755 --- a/node_modules/montage/ui/video-player.reel/video-player.js +++ b/node_modules/montage/ui/video-player.reel/video-player.js @@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE. */ "use strict"; /** - @module montage/ui/video-player + @module montage/ui/video-player @requires montage @requires montage/ui/component @requires core/logger -- cgit v1.2.3