OOjs UI: Re-build pull-through from scratch to vet for unused files

Change-Id: Ic1625794af28f986c0f40d1289983f474602ec9e
This commit is contained in:
James D. Forrester 2014-10-17 16:47:08 -07:00
parent 0128cea149
commit 43b7ea9ff1
15 changed files with 7 additions and 10995 deletions

View file

@ -6,7 +6,7 @@
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2014-10-17T20:02:51Z
* Date: 2014-10-17T23:41:15Z
*/
/* @noflip */
.oo-ui-rtl {

View file

@ -6,7 +6,7 @@
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2014-10-17T20:02:41Z
* Date: 2014-10-17T23:41:06Z
*/
/* Instantiation */

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2014-10-17T20:02:51Z
* Date: 2014-10-17T23:41:15Z
*/
/* @noflip */
.oo-ui-rtl {

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2014-10-17T20:02:51Z
* Date: 2014-10-17T23:41:15Z
*/
/* @noflip */
.oo-ui-rtl {

View file

@ -6,7 +6,7 @@
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2014-10-17T20:02:41Z
* Date: 2014-10-17T23:41:06Z
*/
/**
* @class

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2014-10-17T20:02:51Z
* Date: 2014-10-17T23:41:15Z
*/
/* @noflip */
.oo-ui-rtl {

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2014-10-17T20:02:41Z
* Date: 2014-10-17T23:41:06Z
*/
( function ( OO ) {

View file

@ -1,112 +0,0 @@
/*!
* OOjs UI v0.1.0
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112014 OOjs Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2014-09-11T19:39:50Z
*/
/*
* Blank theme mixins.
*
* Base styles invoke these mixins at the end of their definitions. Override these mixins to add
* additional rules to the base styles.
*/
.oo-ui-icon-add-item {
background-image: /* @embed */ url(images/icons/add-item.png);
}
.oo-ui-icon-advanced {
background-image: /* @embed */ url(images/icons/advanced.png);
}
.oo-ui-icon-alert {
background-image: /* @embed */ url(images/icons/alert.png);
}
.oo-ui-icon-check {
background-image: /* @embed */ url(images/icons/check.png);
}
.oo-ui-icon-clear {
background-image: /* @embed */ url(images/icons/clear.png);
}
.oo-ui-icon-close {
background-image: /* @embed */ url(images/icons/close.png);
}
.oo-ui-icon-code {
background-image: /* @embed */ url(images/icons/code.png);
}
.oo-ui-icon-collapse {
background-image: /* @embed */ url(images/icons/collapse.png);
}
.oo-ui-icon-comment {
background-image: /* @embed */ url(images/icons/comment.png);
}
.oo-ui-icon-expand {
background-image: /* @embed */ url(images/icons/expand.png);
}
.oo-ui-icon-help {
background-image: /* @embed */ url(images/icons/help.png);
}
.oo-ui-icon-info {
background-image: /* @embed */ url(images/icons/info.png);
}
.oo-ui-icon-link {
background-image: /* @embed */ url(images/icons/link.png);
}
.oo-ui-icon-menu {
background-image: /* @embed */ url(images/icons/menu.png);
}
.oo-ui-icon-next {
background-image: /* @embed */ url(images/icons/move-rtl.png);
}
.oo-ui-icon-picture {
background-image: /* @embed */ url(images/icons/picture.png);
}
.oo-ui-icon-previous {
background-image: /* @embed */ url(images/icons/move-ltr.png);
}
.oo-ui-icon-redo {
background-image: /* @embed */ url(images/icons/arched-arrow-rtl.png);
}
.oo-ui-icon-remove {
background-image: /* @embed */ url(images/icons/remove.png);
}
.oo-ui-icon-search {
background-image: /* @embed */ url(images/icons/search.png);
}
.oo-ui-icon-settings {
background-image: /* @embed */ url(images/icons/settings.png);
}
.oo-ui-icon-tag {
background-image: /* @embed */ url(images/icons/tag.png);
}
.oo-ui-icon-undo {
background-image: /* @embed */ url(images/icons/arched-arrow-ltr.png);
}
.oo-ui-icon-window {
background-image: /* @embed */ url(images/icons/window.png);
}
.oo-ui-indicator-alert {
background-image: /* @embed */ url(images/indicators/alert.png);
}
.oo-ui-indicator-down {
background-image: /* @embed */ url(images/indicators/arrow-down.png);
}
.oo-ui-indicator-next {
background-image: /* @embed */ url(images/indicators/arrow-rtl.png);
}
.oo-ui-indicator-previous {
background-image: /* @embed */ url(images/indicators/arrow-ltr.png);
}
.oo-ui-indicator-required {
background-image: /* @embed */ url(images/indicators/required.png);
}
.oo-ui-indicator-up {
background-image: /* @embed */ url(images/indicators/arrow-up.png);
}
.oo-ui-texture-pending {
background-image: /* @embed */ url(images/textures/pending.gif);
}
.oo-ui-texture-transparency {
background-image: /* @embed */ url(images/textures/transparency.png);
}

View file

@ -1,112 +0,0 @@
/*!
* OOjs UI v0.1.0
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 20112014 OOjs Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2014-09-11T19:39:50Z
*/
/*
* Blank theme mixins.
*
* Base styles invoke these mixins at the end of their definitions. Override these mixins to add
* additional rules to the base styles.
*/
.oo-ui-icon-add-item {
background-image: /* @embed */ url(images/icons/add-item.svg);
}
.oo-ui-icon-advanced {
background-image: /* @embed */ url(images/icons/advanced.svg);
}
.oo-ui-icon-alert {
background-image: /* @embed */ url(images/icons/alert.svg);
}
.oo-ui-icon-check {
background-image: /* @embed */ url(images/icons/check.svg);
}
.oo-ui-icon-clear {
background-image: /* @embed */ url(images/icons/clear.svg);
}
.oo-ui-icon-close {
background-image: /* @embed */ url(images/icons/close.svg);
}
.oo-ui-icon-code {
background-image: /* @embed */ url(images/icons/code.svg);
}
.oo-ui-icon-collapse {
background-image: /* @embed */ url(images/icons/collapse.svg);
}
.oo-ui-icon-comment {
background-image: /* @embed */ url(images/icons/comment.svg);
}
.oo-ui-icon-expand {
background-image: /* @embed */ url(images/icons/expand.svg);
}
.oo-ui-icon-help {
background-image: /* @embed */ url(images/icons/help.svg);
}
.oo-ui-icon-info {
background-image: /* @embed */ url(images/icons/info.svg);
}
.oo-ui-icon-link {
background-image: /* @embed */ url(images/icons/link.svg);
}
.oo-ui-icon-menu {
background-image: /* @embed */ url(images/icons/menu.svg);
}
.oo-ui-icon-next {
background-image: /* @embed */ url(images/icons/move-rtl.svg);
}
.oo-ui-icon-picture {
background-image: /* @embed */ url(images/icons/picture.svg);
}
.oo-ui-icon-previous {
background-image: /* @embed */ url(images/icons/move-ltr.svg);
}
.oo-ui-icon-redo {
background-image: /* @embed */ url(images/icons/arched-arrow-rtl.svg);
}
.oo-ui-icon-remove {
background-image: /* @embed */ url(images/icons/remove.svg);
}
.oo-ui-icon-search {
background-image: /* @embed */ url(images/icons/search.svg);
}
.oo-ui-icon-settings {
background-image: /* @embed */ url(images/icons/settings.svg);
}
.oo-ui-icon-tag {
background-image: /* @embed */ url(images/icons/tag.svg);
}
.oo-ui-icon-undo {
background-image: /* @embed */ url(images/icons/arched-arrow-ltr.svg);
}
.oo-ui-icon-window {
background-image: /* @embed */ url(images/icons/window.svg);
}
.oo-ui-indicator-alert {
background-image: /* @embed */ url(images/indicators/alert.svg);
}
.oo-ui-indicator-down {
background-image: /* @embed */ url(images/indicators/arrow-down.svg);
}
.oo-ui-indicator-next {
background-image: /* @embed */ url(images/indicators/arrow-rtl.svg);
}
.oo-ui-indicator-previous {
background-image: /* @embed */ url(images/indicators/arrow-ltr.svg);
}
.oo-ui-indicator-required {
background-image: /* @embed */ url(images/indicators/required.svg);
}
.oo-ui-indicator-up {
background-image: /* @embed */ url(images/indicators/arrow-up.svg);
}
.oo-ui-texture-pending {
background-image: /* @embed */ url(images/textures/pending.gif);
}
.oo-ui-texture-transparency {
background-image: /* @embed */ url(images/textures/transparency.svg);
}