From 44164181fcd8505cd67a0bc17fb8949dcd418c1c Mon Sep 17 00:00:00 2001 From: Volker E Date: Tue, 6 Dec 2016 15:42:12 -0800 Subject: [PATCH] Update OOjs UI to v0.18.2 Release notes: https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/History.md;v0.18.2 Change-Id: Id08147e9015fc68a882733268a2bf860dd1ccb27 --- composer.json | 2 +- resources/lib/oojs-ui/oojs-ui-apex.js | 4 +- resources/lib/oojs-ui/oojs-ui-core-apex.css | 44 +++--- .../lib/oojs-ui/oojs-ui-core-mediawiki.css | 135 +++++++++--------- resources/lib/oojs-ui/oojs-ui-core.js | 4 +- resources/lib/oojs-ui/oojs-ui-mediawiki.js | 4 +- .../lib/oojs-ui/oojs-ui-toolbars-apex.css | 4 +- .../oojs-ui/oojs-ui-toolbars-mediawiki.css | 4 +- resources/lib/oojs-ui/oojs-ui-toolbars.js | 4 +- .../lib/oojs-ui/oojs-ui-widgets-apex.css | 4 +- .../lib/oojs-ui/oojs-ui-widgets-mediawiki.css | 4 +- resources/lib/oojs-ui/oojs-ui-widgets.js | 4 +- .../lib/oojs-ui/oojs-ui-windows-apex.css | 4 +- .../lib/oojs-ui/oojs-ui-windows-mediawiki.css | 4 +- resources/lib/oojs-ui/oojs-ui-windows.js | 4 +- .../mediawiki/images/icons/mapPin-invert.png | Bin 318 -> 324 bytes .../mediawiki/images/icons/mapPin-invert.svg | 2 +- .../images/icons/mapPin-progressive.png | Bin 406 -> 380 bytes .../images/icons/mapPin-progressive.svg | 2 +- .../themes/mediawiki/images/icons/mapPin.png | Bin 323 -> 324 bytes .../themes/mediawiki/images/icons/mapPin.svg | 2 +- .../images/icons/mapPinAdd-ltr-invert.png | Bin 336 -> 357 bytes .../images/icons/mapPinAdd-ltr-invert.svg | 5 +- .../icons/mapPinAdd-ltr-progressive.png | Bin 415 -> 383 bytes .../icons/mapPinAdd-ltr-progressive.svg | 5 +- .../mediawiki/images/icons/mapPinAdd-ltr.png | Bin 343 -> 337 bytes .../mediawiki/images/icons/mapPinAdd-ltr.svg | 5 +- .../images/icons/mapPinAdd-rtl-invert.png | Bin 342 -> 360 bytes .../images/icons/mapPinAdd-rtl-invert.svg | 4 +- .../icons/mapPinAdd-rtl-progressive.png | Bin 410 -> 397 bytes .../icons/mapPinAdd-rtl-progressive.svg | 4 +- .../mediawiki/images/icons/mapPinAdd-rtl.png | Bin 351 -> 346 bytes .../mediawiki/images/icons/mapPinAdd-rtl.svg | 4 +- 33 files changed, 127 insertions(+), 135 deletions(-) diff --git a/composer.json b/composer.json index 19ca2380fd..f57b9ce0b4 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-xml": "*", "liuggio/statsd-php-client": "1.0.18", "mediawiki/at-ease": "1.1.0", - "oojs/oojs-ui": "0.18.1", + "oojs/oojs-ui": "0.18.2", "oyejorge/less.php": "1.7.0.10", "php": ">=5.5.9", "psr/log": "1.0.0", diff --git a/resources/lib/oojs-ui/oojs-ui-apex.js b/resources/lib/oojs-ui/oojs-ui-apex.js index a96ae13789..1acedf2d60 100644 --- a/resources/lib/oojs-ui/oojs-ui-apex.js +++ b/resources/lib/oojs-ui/oojs-ui-apex.js @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:37Z + * Date: 2016-12-06T23:32:53Z */ ( function ( OO ) { diff --git a/resources/lib/oojs-ui/oojs-ui-core-apex.css b/resources/lib/oojs-ui/oojs-ui-core-apex.css index e5e62520c6..72df673bbf 100644 --- a/resources/lib/oojs-ui/oojs-ui-core-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-core-apex.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:42Z + * Date: 2016-12-06T23:32:57Z */ .oo-ui-element-hidden { display: none !important; @@ -832,10 +832,14 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { display: none; } .oo-ui-textInputWidget.oo-ui-iconElement > .oo-ui-iconElement-icon, -.oo-ui-textInputWidget.oo-ui-indicatorElement > .oo-ui-indicatorElement-indicator { +.oo-ui-textInputWidget.oo-ui-indicatorElement > .oo-ui-indicatorElement-indicator, +.oo-ui-textInputWidget > .oo-ui-labelElement-label { display: block; position: absolute; top: 0; +} +.oo-ui-textInputWidget.oo-ui-iconElement > .oo-ui-iconElement-icon, +.oo-ui-textInputWidget.oo-ui-indicatorElement > .oo-ui-indicatorElement-indicator { height: 100%; -webkit-touch-callout: none; -webkit-user-select: none; @@ -843,21 +847,24 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { -ms-user-select: none; user-select: none; } +.oo-ui-textInputWidget > .oo-ui-iconElement-icon, +.oo-ui-textInputWidget-labelPosition-before > .oo-ui-labelElement-label { + left: 0; +} +.oo-ui-textInputWidget > .oo-ui-indicatorElement-indicator, +.oo-ui-textInputWidget-labelPosition-after > .oo-ui-labelElement-label { + right: 0; +} .oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-iconElement-icon, -.oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-indicatorElement-indicator { +.oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-indicatorElement-indicator, +.oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-labelElement-label { cursor: text; } .oo-ui-textInputWidget.oo-ui-widget-enabled.oo-ui-textInputWidget-type-search > .oo-ui-indicatorElement-indicator { cursor: pointer; } .oo-ui-textInputWidget.oo-ui-widget-disabled input, -.oo-ui-textInputWidget.oo-ui-widget-disabled textarea { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} +.oo-ui-textInputWidget.oo-ui-widget-disabled textarea, .oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-labelElement-label { -webkit-touch-callout: none; -webkit-user-select: none; @@ -865,21 +872,6 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { -ms-user-select: none; user-select: none; } -.oo-ui-textInputWidget.oo-ui-labelElement > .oo-ui-labelElement-label { - display: block; -} -.oo-ui-textInputWidget > .oo-ui-iconElement-icon, -.oo-ui-textInputWidget-labelPosition-before > .oo-ui-labelElement-label { - left: 0; -} -.oo-ui-textInputWidget > .oo-ui-indicatorElement-indicator, -.oo-ui-textInputWidget-labelPosition-after > .oo-ui-labelElement-label { - right: 0; -} -.oo-ui-textInputWidget > .oo-ui-labelElement-label { - position: absolute; - top: 0; -} .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea { padding: 0.5em; diff --git a/resources/lib/oojs-ui/oojs-ui-core-mediawiki.css b/resources/lib/oojs-ui/oojs-ui-core-mediawiki.css index 6a31fe8eae..bab34b84d4 100644 --- a/resources/lib/oojs-ui/oojs-ui-core-mediawiki.css +++ b/resources/lib/oojs-ui/oojs-ui-core-mediawiki.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:42Z + * Date: 2016-12-06T23:32:57Z */ .oo-ui-element-hidden { display: none !important; @@ -119,6 +119,7 @@ .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > input.oo-ui-buttonElement-button, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button:active { color: #000; + box-shadow: none; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { color: #36c; @@ -127,6 +128,7 @@ color: #447ff5; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active > .oo-ui-labelElement-label, +.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:active:focus > .oo-ui-labelElement-label, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { color: #2a4b8d; box-shadow: none; @@ -138,6 +140,7 @@ color: #447ff5; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-constructive > .oo-ui-buttonElement-button:active > .oo-ui-labelElement-label, +.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-constructive > .oo-ui-buttonElement-button:active:focus > .oo-ui-labelElement-label, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-constructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { color: #2a4b8d; box-shadow: none; @@ -149,6 +152,7 @@ color: #ff4242; } .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active > .oo-ui-labelElement-label, +.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button:active:focus > .oo-ui-labelElement-label, .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { color: #b32424; box-shadow: none; @@ -223,10 +227,12 @@ box-shadow: inset 0 0 0 1px #36c; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active, +.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active:focus, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-pressed > .oo-ui-buttonElement-button { background-color: #c8ccd1; color: #000; border-color: #72777d; + box-shadow: none; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { background-color: #2a4b8d; @@ -882,7 +888,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { } .oo-ui-checkboxInputWidget { position: relative; - line-height: 1.6em; + line-height: 1.5625em; white-space: nowrap; } .oo-ui-checkboxInputWidget * { @@ -892,8 +898,8 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { .oo-ui-checkboxInputWidget [type='checkbox'] { position: relative; max-width: none; - width: 1.6em; - height: 1.6em; + width: 1.5625em; + height: 1.5625em; margin: 0; opacity: 0; z-index: 1; @@ -909,8 +915,8 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { box-sizing: border-box; position: absolute; left: 0; - width: 1.6em; - height: 1.6em; + width: 1.5625em; + height: 1.5625em; border: 1px solid #72777d; border-radius: 2px; } @@ -1032,7 +1038,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { } .oo-ui-radioInputWidget { position: relative; - line-height: 1.6em; + line-height: 1.5625em; white-space: nowrap; } .oo-ui-radioInputWidget * { @@ -1042,8 +1048,8 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { .oo-ui-radioInputWidget [type='radio'] { position: relative; max-width: none; - width: 1.6em; - height: 1.6em; + width: 1.5625em; + height: 1.5625em; margin: 0; opacity: 0; z-index: 1; @@ -1055,8 +1061,8 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - width: 1.6em; - height: 1.6em; + width: 1.5625em; + height: 1.5625em; border: 1px solid #72777d; border-radius: 100%; } @@ -1071,11 +1077,11 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { border-radius: 100%; } .oo-ui-radioInputWidget [type='radio']:checked + span { - border-width: 0.4em; + border-width: 0.390625em; } .oo-ui-radioInputWidget [type='radio']:checked:hover + span, .oo-ui-radioInputWidget [type='radio']:checked:focus:hover + span { - border-width: 0.4em; + border-width: 0.390625em; } .oo-ui-radioInputWidget [type='radio']:disabled + span { background-color: #c8ccd1; @@ -1183,10 +1189,14 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { display: none; } .oo-ui-textInputWidget.oo-ui-iconElement > .oo-ui-iconElement-icon, -.oo-ui-textInputWidget.oo-ui-indicatorElement > .oo-ui-indicatorElement-indicator { +.oo-ui-textInputWidget.oo-ui-indicatorElement > .oo-ui-indicatorElement-indicator, +.oo-ui-textInputWidget > .oo-ui-labelElement-label { display: block; position: absolute; top: 0; +} +.oo-ui-textInputWidget.oo-ui-iconElement > .oo-ui-iconElement-icon, +.oo-ui-textInputWidget.oo-ui-indicatorElement > .oo-ui-indicatorElement-indicator { height: 100%; -webkit-touch-callout: none; -webkit-user-select: none; @@ -1194,21 +1204,24 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { -ms-user-select: none; user-select: none; } +.oo-ui-textInputWidget > .oo-ui-iconElement-icon, +.oo-ui-textInputWidget-labelPosition-before > .oo-ui-labelElement-label { + left: 0; +} +.oo-ui-textInputWidget > .oo-ui-indicatorElement-indicator, +.oo-ui-textInputWidget-labelPosition-after > .oo-ui-labelElement-label { + right: 0; +} .oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-iconElement-icon, -.oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-indicatorElement-indicator { +.oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-indicatorElement-indicator, +.oo-ui-textInputWidget.oo-ui-widget-enabled > .oo-ui-labelElement-label { cursor: text; } .oo-ui-textInputWidget.oo-ui-widget-enabled.oo-ui-textInputWidget-type-search > .oo-ui-indicatorElement-indicator { cursor: pointer; } .oo-ui-textInputWidget.oo-ui-widget-disabled input, -.oo-ui-textInputWidget.oo-ui-widget-disabled textarea { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} +.oo-ui-textInputWidget.oo-ui-widget-disabled textarea, .oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-labelElement-label { -webkit-touch-callout: none; -webkit-user-select: none; @@ -1216,37 +1229,22 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { -ms-user-select: none; user-select: none; } -.oo-ui-textInputWidget.oo-ui-labelElement > .oo-ui-labelElement-label { - display: block; -} -.oo-ui-textInputWidget > .oo-ui-iconElement-icon, -.oo-ui-textInputWidget-labelPosition-before > .oo-ui-labelElement-label { - left: 0; -} -.oo-ui-textInputWidget > .oo-ui-indicatorElement-indicator, -.oo-ui-textInputWidget-labelPosition-after > .oo-ui-labelElement-label { - right: 0; -} -.oo-ui-textInputWidget > .oo-ui-labelElement-label { - position: absolute; - top: 0; -} .oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea { - margin: 0; font-size: inherit; font-family: inherit; background-color: #fff; color: #000; border: 1px solid #a2a9b1; border-radius: 2px; - padding: 0.625em 0.546875em 0.546875em; } .oo-ui-textInputWidget input { + padding: 0.625em 0.546875em 0.546875em; line-height: 1.172em; } .oo-ui-textInputWidget textarea { - line-height: 1.275; + padding: 0.46875em 0.546875em 0.546875em; + line-height: 1.4; } .oo-ui-textInputWidget .oo-ui-pendingElement-pending { background-color: transparent; @@ -1311,51 +1309,50 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { border-color: #f00; box-shadow: inset 0 0 0 0.1em #f00; } -.oo-ui-textInputWidget.oo-ui-widget-disabled input, -.oo-ui-textInputWidget.oo-ui-widget-disabled textarea { - background-color: #eaecf0; - color: #72777d; - text-shadow: 0 1px 1px #fff; - border-color: #c8ccd1; -} -.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-iconElement-icon, -.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator { - opacity: 0.51; -} -.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-labelElement-label { - color: #72777d; - text-shadow: 0 1px 1px #fff; -} .oo-ui-textInputWidget.oo-ui-iconElement input, .oo-ui-textInputWidget.oo-ui-iconElement textarea { - padding-left: 2.875em; + padding-left: 2.65625em; } .oo-ui-textInputWidget.oo-ui-iconElement .oo-ui-iconElement-icon { - left: 0; - height: 100%; - max-height: 2.375em; - margin-left: 0.5em; - background-position: right center; + max-height: 2.5em; + left: 0.46875em; } .oo-ui-textInputWidget.oo-ui-indicatorElement input, .oo-ui-textInputWidget.oo-ui-indicatorElement textarea { padding-right: 2.4875em; } .oo-ui-textInputWidget.oo-ui-indicatorElement .oo-ui-indicatorElement-indicator { - height: 100%; - max-height: 2.375em; - margin: 0 0.775em; + max-height: 2.5em; + right: 0.625em; } .oo-ui-textInputWidget > .oo-ui-labelElement-label { color: #72777d; - padding: 0.4em; - line-height: 1.5; + right: 0.625em; + border: 1px solid transparent; + border-width: 1px 0; + padding: 0.625em 0 0.546875em; + line-height: 1.172em; } .oo-ui-textInputWidget-labelPosition-after.oo-ui-indicatorElement > .oo-ui-labelElement-label { - margin-right: 2.0875em; + right: 2.1875em; } .oo-ui-textInputWidget-labelPosition-before.oo-ui-iconElement > .oo-ui-labelElement-label { - margin-left: 2.475em; + left: 2.65625em; +} +.oo-ui-textInputWidget.oo-ui-widget-disabled input, +.oo-ui-textInputWidget.oo-ui-widget-disabled textarea { + background-color: #eaecf0; + color: #72777d; + text-shadow: 0 1px 1px #fff; + border-color: #c8ccd1; +} +.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-iconElement-icon, +.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-indicatorElement-indicator { + opacity: 0.51; +} +.oo-ui-textInputWidget.oo-ui-widget-disabled .oo-ui-labelElement-label { + color: #72777d; + text-shadow: 0 1px 1px #fff; } .oo-ui-menuSelectWidget { position: absolute; diff --git a/resources/lib/oojs-ui/oojs-ui-core.js b/resources/lib/oojs-ui/oojs-ui-core.js index c53470e3a0..b92094c01c 100644 --- a/resources/lib/oojs-ui/oojs-ui-core.js +++ b/resources/lib/oojs-ui/oojs-ui-core.js @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:37Z + * Date: 2016-12-06T23:32:53Z */ ( function ( OO ) { diff --git a/resources/lib/oojs-ui/oojs-ui-mediawiki.js b/resources/lib/oojs-ui/oojs-ui-mediawiki.js index 962db9abc3..7dc6befecf 100644 --- a/resources/lib/oojs-ui/oojs-ui-mediawiki.js +++ b/resources/lib/oojs-ui/oojs-ui-mediawiki.js @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:37Z + * Date: 2016-12-06T23:32:53Z */ ( function ( OO ) { diff --git a/resources/lib/oojs-ui/oojs-ui-toolbars-apex.css b/resources/lib/oojs-ui/oojs-ui-toolbars-apex.css index 4b598766ce..baf88332f8 100644 --- a/resources/lib/oojs-ui/oojs-ui-toolbars-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-toolbars-apex.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:42Z + * Date: 2016-12-06T23:32:57Z */ .oo-ui-popupTool .oo-ui-popupWidget-popup, .oo-ui-popupTool .oo-ui-popupWidget-anchor { diff --git a/resources/lib/oojs-ui/oojs-ui-toolbars-mediawiki.css b/resources/lib/oojs-ui/oojs-ui-toolbars-mediawiki.css index c3b0c98b05..99a1f5e563 100644 --- a/resources/lib/oojs-ui/oojs-ui-toolbars-mediawiki.css +++ b/resources/lib/oojs-ui/oojs-ui-toolbars-mediawiki.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:42Z + * Date: 2016-12-06T23:32:57Z */ .oo-ui-tool.oo-ui-widget-enabled { -webkit-transition: background-color 100ms; diff --git a/resources/lib/oojs-ui/oojs-ui-toolbars.js b/resources/lib/oojs-ui/oojs-ui-toolbars.js index f57e2dbd8a..e45ca293b0 100644 --- a/resources/lib/oojs-ui/oojs-ui-toolbars.js +++ b/resources/lib/oojs-ui/oojs-ui-toolbars.js @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:37Z + * Date: 2016-12-06T23:32:53Z */ ( function ( OO ) { diff --git a/resources/lib/oojs-ui/oojs-ui-widgets-apex.css b/resources/lib/oojs-ui/oojs-ui-widgets-apex.css index 884e48e95f..318bf8296c 100644 --- a/resources/lib/oojs-ui/oojs-ui-widgets-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-widgets-apex.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:42Z + * Date: 2016-12-06T23:32:57Z */ .oo-ui-draggableElement-handle, .oo-ui-draggableElement-handle.oo-ui-widget { diff --git a/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css b/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css index cfbea3ea00..a4db2a3e59 100644 --- a/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css +++ b/resources/lib/oojs-ui/oojs-ui-widgets-mediawiki.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:42Z + * Date: 2016-12-06T23:32:57Z */ .oo-ui-draggableElement-handle, .oo-ui-draggableElement-handle.oo-ui-widget { diff --git a/resources/lib/oojs-ui/oojs-ui-widgets.js b/resources/lib/oojs-ui/oojs-ui-widgets.js index 8242c86c7d..1185fc11e6 100644 --- a/resources/lib/oojs-ui/oojs-ui-widgets.js +++ b/resources/lib/oojs-ui/oojs-ui-widgets.js @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:37Z + * Date: 2016-12-06T23:32:53Z */ ( function ( OO ) { diff --git a/resources/lib/oojs-ui/oojs-ui-windows-apex.css b/resources/lib/oojs-ui/oojs-ui-windows-apex.css index 40de1d763e..ad0e7ab76b 100644 --- a/resources/lib/oojs-ui/oojs-ui-windows-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-windows-apex.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:42Z + * Date: 2016-12-06T23:32:57Z */ .oo-ui-actionWidget.oo-ui-pendingElement-pending { background-image: /* @embed */ url(themes/apex/images/textures/pending.gif); diff --git a/resources/lib/oojs-ui/oojs-ui-windows-mediawiki.css b/resources/lib/oojs-ui/oojs-ui-windows-mediawiki.css index d1b35e870b..ecc0004ed7 100644 --- a/resources/lib/oojs-ui/oojs-ui-windows-mediawiki.css +++ b/resources/lib/oojs-ui/oojs-ui-windows-mediawiki.css @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:42Z + * Date: 2016-12-06T23:32:57Z */ .oo-ui-window { background: transparent; diff --git a/resources/lib/oojs-ui/oojs-ui-windows.js b/resources/lib/oojs-ui/oojs-ui-windows.js index f6e2a39a10..b47b0c814b 100644 --- a/resources/lib/oojs-ui/oojs-ui-windows.js +++ b/resources/lib/oojs-ui/oojs-ui-windows.js @@ -1,12 +1,12 @@ /*! - * OOjs UI v0.18.1 + * OOjs UI v0.18.2 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2016 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2016-11-29T22:57:37Z + * Date: 2016-12-06T23:32:53Z */ ( function ( OO ) { diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-invert.png b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-invert.png index 55a68db7c68b09a0fa12ad52e1ecb365d9db5338..441fe2df18b4c333e6ec1b0cc81034651006d024 100644 GIT binary patch delta 276 zcmV+v0qg$00>lE4Ie+#^L_t(YiS3iU4naW>g(oV7L`QSIiI#WJOK4~)=&r<@@HP}~ z?FA@QIzRa|BQ~44vTNy_WQv{4J>TrfUXj240-C@QD1ft8p}j_`c~1??bOw4U=Anv% zXe{qGw{Bv_RViVNM5N}N?;^4gk(Sm%dr#FwWE^vY!rL%6W`A;TW)}nS6Pf_{k)j-Qm66!Ew5D0Y*Rs#6Tt$%igdlJP=@6G9YLIH;tV{ z#-eY25uqm)$ew5R>1Nv@Va>cPyZdA UTP1KS00000Ne4wvM6N<$g5F$u1^@s6 diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-invert.svg b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-invert.svg index 663913a5c7..548e136734 100644 --- a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-invert.svg +++ b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-invert.svg @@ -1,4 +1,4 @@ - + diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-progressive.png b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-progressive.png index c1676e6383749a750e10483d62f199e933380c73..2e7107d3ee7727c780cb7f25294f1eba21370fdf 100644 GIT binary patch delta 353 zcmbQn{D*0RN_}R4Pl&5~fsb+8X`{3=_VN3Hq;WckZI*JvIQ29L0Y%czm?s|xl6n~z zOfpXa1&vZcf|#^dcA(p6SN|V{)w05^PlQ{SN!&52 z3}3nK=VHIJKGXV)T$7oWR+uyeb8_d}EcrSvi`m?s|xsYyExB+XJzKvbG!o`MS+rGj*U zP&&v2AQvhE)CJObM%k>+7w87{k|4ieh8D@UQc*&mBOhPjk2-hd*#K_Qy;b1cV#7PF}r%v z!HlD1(q67DlWcDv4st8rE_Wk1|7XEd)}xyLx2|gwXv;bpe$js-^VDVY*4kyd3T{!$ zHVv@JRC)cSHR)o;t6STmvo=4tFt_@9jq&c1*HygTe~DWM4fT6?Ta diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-progressive.svg b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-progressive.svg index a9631cc999..daf032a04c 100644 --- a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-progressive.svg +++ b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin-progressive.svg @@ -1,4 +1,4 @@ - + diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin.png b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPin.png index 536e77c8a3272747af826f46a31ffa4a79b17f55..ddb1c5cda7d22ade99110fb824d0d40681e72e2e 100644 GIT binary patch delta 276 zcmV+v0qg$50>lE4Ie+#^L_t(YiS3iW4gouce`&JBc@;*LevF zSL;+nR62h`VJ!E*~u;Z`2*B|2@n7$i9mAIyy9&UyvM{zYBGz* z3Azm(3@ru~;7I!4^eAUcw3IHjxB^Y9 zc*r1yK|iZ_$Sgs8npYg41gsSCrR;r$Ic83Ie+y@L_t(YiS3g;3c^4TMjzVP2^NNk-o(O2?~q(W3+;0g?d`mT z7N$<87K&KeX+VoiU|o}#@u%~Hfnj&{eY3MH{Ph>$009sJXNgeOnxDcw0p4=rEH!V# z^T2kfO&qK9tw3A}Pu9$vsKymo@J2>W!!ijp1|j9H?;CY%jemhT9=D*b#p9TsRLMDb z)pR4eXbd7F?-fAJy(q6JOB2dH^3JFmYYghZ$ujXtX5NzAgrDS$N&_I~^(Tvgz80Qp zRKj5RE - + diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr-invert.png b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr-invert.png index 607354cf2b963f022beb346ad473746f51502764..ee5de90d28c34bd47b88ad4ecf3ef6fe30d2828d 100644 GIT binary patch delta 309 zcmV-50m}Z+0_6gbIe!;PL_t(YiPe;`P69y?hG*=E1(pVFxosu#@E3}zAhBq9qD zscbDQRwf&0sM^V?TlYOU91nKr#VNi-me=V{iv-^S%PG+M4{mwc3*&=g5I0(HZ*D_ z1%-;n&p4XPTq}u9tim^wnM`tXPWEo1D5oGvuNU(Y*z*5^Lg+zLzfJl01wa*;088Ki z978WUfJD_@RWh;6MFwXdsH>z&rBPav=lq8X!*JZBZ zd!U?IAd)U{<#Vn;#|y3`!wiB!5L`)S4*2vdxClzX!T_HGrLP4dX#zV1-vW(X;7Za0 m&N5oL!j+^C^cj8v56vA*@fJJXW!|p<0000 - - + + + diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr-progressive.png b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr-progressive.png index 2fcf2e176973b7ef21b606c7734d387b8f9f93f5..036a31dc59aca52f609a9bdf38c35e81fec275e6 100644 GIT binary patch delta 356 zcmbQw{GVxpN_|>@Pl&5~fe!=2f8(?>7KO)5GEbSMoG?y3ZJc%*LYiisG)g&RlzIjx z0%Smu5r_d)36j;1KM!GpWK&NAMS!}1B0x1@y=QvmBiI-i7!*r_{DK)6qc~+{-Zj?$ z{UTxeJEQfI+u5b3mQ+*pbx^yG)6eIV7#JzX3_BqUo8vKAdSU|=}tofI9k z;Y`W@|0%3%-&`u0?sd>ZRbeWVQmaYOiU}bOZJZThUDF#`Gbc5La5+lxI)9n<%qjMw z><=%oC7TtZwH1zDW770vn~+w-vUHarpJQz1qMMRuz4ku3ytn@h-yheXb2n|VofmYd zFDrSFDF?|;>}7bTgkR*!9K&?bKfjupBDG`!x8h@#hZ8Y+Q0qwTlRl7 ZyKIDrth&cl8=#vRJYD@<);T3K0RUcjn_vI{ literal 415 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM%)r37VBOysAg3b0C&bmgz{fc4j8WPdAZd|& z%rNOJkYSvD8YGf>8pyVf-w%;BPd*M50keVPr@^uy(j@Z~P|z&p1hSw}D#$>nQK@G@ zT(D_iL6EV>KPnsmxZY;S}c8sO``M>|pLJKnZc{nt9m>8Kv zXJ_(lJW$>Enw^1TgC^4~fdw-|?HitRF>GgOU{GLK)wEJzN0!_&mUD?LHSMJb!nOMt zzlF*(T;*=q{f@B!7)T3%Mzb=k^Lu{QH8hlQ*{W6lL>QLO3g0j*m?0;N;aVxPx# diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr-progressive.svg b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr-progressive.svg index 7dc09d4b54..7cf1509e00 100644 --- a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr-progressive.svg +++ b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr-progressive.svg @@ -1,5 +1,6 @@ - - + + + diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr.png b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr.png index 88160bcc4a83ddbc19178cafc54e303dcc09e011..d8c1691e5a6cc5eba6f764ed8667339f0af6b0f3 100644 GIT binary patch delta 289 zcmV++0p9-C0?`7HIe!C5L_t(YiPe;`4goVH}wdj$fDDjNR;HbqTA!n$?2b*fUsRgo?1)h%xnxAz>VxPL z8qz>r&jQub>xlz(iK_G7uA*ytt}xWmVlY?dw*XY<=0!z5jVSk#SE_DkF?a@cj!BQ7 zohNeE@SXIS)CDf&e=IjHz`GTmX;8wTUlpEd8h}sg!U3LuZx8%Sa*gN}*eLiKcxeir tsRNuOI%S($1|Wk4umwJW57TIWsXNo8b1DT3!J7a8002ovPDHLkV1n!0g^U0I diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr.svg b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr.svg index d84970fd15..9d71335aaf 100644 --- a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr.svg +++ b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-ltr.svg @@ -1,5 +1,6 @@ - - + + + diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-rtl-invert.png b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-rtl-invert.png index 6ea82260f32c2475cfac1fba73330e108a3596e2..934d5ccc6b9efbb1ad0f722c9817811da0a37238 100644 GIT binary patch delta 312 zcmV-80muH<0_XyeIe!{SL_t(YiQSYvP6IIzMrY_E3h0m)LBl!H!X1$4Q&E9-IRG~y zw}FDRaDh;jVnG7fmtM(EUpH`7bw3{wS&GP&s(;So3GXxLM5Gasa~qA- zHaQlNdnap~papeeu8!LDo&#>9o2$f{Dq6EhvHDuHa_?rFE>-Lkd`8!Ii8XQU!@U*Y zDLVejdS2P6trn)q5u5_w?yul??TK4pk{e*{fUkk;EO;P!bO;`b;3iODx(EIO6#ZpG z$q0B$z+ZvUK{4<^atV9|@HucX2t1ICfzHNwPj# delta 294 zcmV+>0onfO0@ebMIe!RAL_t(YiQSYj3c@fHhK-w(f`d@dn+Uq-9oh?c00ljOH__YZ zpsS8L=-^@}MLw5+kC@aX*2NzJCA@xLUixUIVgwy?KQ`5}K>sUHzW1$^QZa&{4uD** zEieaK!N#H~;ypQ#Mhh%JSNtUo!2w8tM6Xou$xi&P%OW@cO@B*W(~!))yD((V_JK?Y zHX-0#yqFZ!C8F+Xt8tC#&HFU3+(QI=@!Ttb_Qmtg`zXN7m>}0jK8m_&h@b&n3`r)& zG&A5ApzbZuk|FTma~{AT2reWO55YJJt_2EM7Qh!k)L&LgYQWk8UjenR;6l;?&H{b{ s+NHpSqzl~j>K~R07m^V$`UyNXPie~>bbfG%M*si-07*qoM6N<$g1?i4@c;k- diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-rtl-invert.svg b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-rtl-invert.svg index 6a4af93986..8b02ddbb71 100644 --- a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-rtl-invert.svg +++ b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-rtl-invert.svg @@ -1,5 +1,5 @@ - - + + diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-rtl-progressive.png b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-rtl-progressive.png index 56b79248be699427234b4bb77488b946a20de473..be7c51e9613db3a7c72f514d22a9f4d866948f5e 100644 GIT binary patch delta 370 zcmbQm+{-*cr9MBvC&bmgz{fc4j78xwMlcKx%*@5J8|`u*eyR)M7b>a|{d&DkVXF^}!5LoPXc_ z%8)AmBHn7t_}guXfb2{DGoLG$UM#J6b+Sax{p_Vv+qVnM0cu$3>Eak7A=!G6J?O9j z1H(b@B=;bxh2O>A{m(x#t>=m2nGN2{9&j%N!q#~a7(}9k+{2;R7?#xUdf)FE+y&mb?UQCn_uP4s4n_+O#ie$ k`*!bhZ~59~|Nmy2JWurdnU4!*16|GF>FVdQ&MBb@0ROM6N&o-= literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM%)r37VBOysAg46IC&bmgz{fQEq;cA5qtr7X zGUbeM>S@EIv&Ly429Rq}c#MJJKadTSHBUYcVVGo|0x1Bi0g8j!r;XCifDHkOgUkVQ z_2bV&v_PbQYJlSN|1p{X9iUbcp}LUCLnj?3WW#n?(N?D-+m)!K#9mK0Z{`^ z76-;>PkU}WT6^HCDF=hoSq9@@Y*7(k`6^cMF|1)^YG7Ew)v$sw;IxT3!y$$>OMB - - + + diff --git a/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-rtl.png b/resources/lib/oojs-ui/themes/mediawiki/images/icons/mapPinAdd-rtl.png index 20aba255708a9dcdc6320cfd876f013ff1f03374..7cc1f74c6d3c8a44590f543668c0eb2547979457 100644 GIT binary patch delta 298 zcmV+_0oDHB0@?zQIe!dEL_t(YiQSYjPQ)+}MPHyoTR?{tw0o0n;SNY#feMsxfV~OZ zZo8L&VrikG1Ee&#N)&}6W0V+s)qOEJ)P zV1!S=3OG$M-M5Q6hX%O(je#o|qRJ%2zz`T$>_2FL5;zl<5`VLp0oRHqzF{jYJZlBx zE_NDW<9wWZa&jl<(9o;B6nF>b%6pLs4UBsR<`H3la@ zMf^6cfMbmTzy;7oh_}GGR@~w?!r&%V9Qqq{y+{0>#9MZVBjC{^{vd0UU;(@j#NUAV wRN@v(`oq-7b0ZWE6$Y=s2e1V;s?z=vUv=euvN;$z4*&oF07*qoM6N<$g0(A!m;e9( delta 303 zcmV+~0nq;10^b6VIe!sJL_t(YiQSYjZo)tiMW0EP3M3biEWu5Xpb2-t*GMEdfNw(D zw7CQn&?Z#`MG}c7u0WPkuvR7;?`p@GhA)k@vd90;tY;Vgt2EJyI&B$UFCZd(zoRAq zZ3nrD4UhqMO`yIhDy_(Y={W$~&=o339bjur5))JNOm-5yU4J%U3&b^fu?5LAT}YU( z{Zs(f8sl7in0WFMk@sDf;2P6|rW&K82Jj} - - + + -- 2.20.1