Skip to content

Commit

Permalink
Bump OOUI to 0.44.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Dec 23, 2022
1 parent 34a291c commit a885057
Show file tree
Hide file tree
Showing 1,058 changed files with 7,852 additions and 601 deletions.
4 changes: 3 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[submodule "oojs-ui"]
path = oojs-ui
url = https://github.com/wikimedia/oojs-ui
branch = master
# MediaWiki 1.38 supports for OOUI v0.44.3
# https://www.mediawiki.org/w/index.php?title=Release_notes/1.39&oldid=5673496#Changed_external_libraries
branch = v0.44.3
ignore = dirty
2 changes: 1 addition & 1 deletion dist/resources/icons-accessibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/icons-alerts.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down
5 changes: 4 additions & 1 deletion dist/resources/icons-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down Expand Up @@ -73,6 +73,9 @@
"rtl": "images/icons/articleRedirect-rtl.svg"
}
},
"database": {
"file": "../femiwiki/images/icons/database.svg"
},
"die": {
"file": "images/icons/die.svg"
},
Expand Down
23 changes: 22 additions & 1 deletion dist/resources/icons-editing-advanced.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down Expand Up @@ -43,6 +43,18 @@
"code": {
"file": "images/icons/code.svg"
},
"copy": {
"file": {
"ltr": "../femiwiki/images/icons/copy-ltr.svg",
"rtl": "../femiwiki/images/icons/copy-rtl.svg"
}
},
"cut": {
"file": {
"ltr": "../femiwiki/images/icons/cut-ltr.svg",
"rtl": "../femiwiki/images/icons/cut-rtl.svg"
}
},
"hieroglyph": {
"file": "images/icons/hieroglyph.svg"
},
Expand Down Expand Up @@ -103,6 +115,12 @@
"rtl": "images/icons/outline-rtl.svg"
}
},
"paste": {
"file": {
"ltr": "../femiwiki/images/icons/paste-ltr.svg",
"rtl": "../femiwiki/images/icons/paste-rtl.svg"
}
},
"puzzle": {
"file": {
"ltr": "images/icons/puzzle-ltr.svg",
Expand All @@ -115,6 +133,9 @@
"rtl": "images/icons/quotes-rtl.svg"
}
},
"sandbox": {
"file": "images/icons/sandbox.svg"
},
"searchCaseSensitive": {
"file": "images/icons/searchCaseSensitive.svg"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/icons-editing-citation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/icons-editing-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/icons-editing-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/icons-editing-styling.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down
16 changes: 11 additions & 5 deletions dist/resources/icons-interactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down Expand Up @@ -52,8 +52,7 @@
"file": "images/icons/clock.svg"
},
"close": {
"file": "images/icons/close.svg",
"variants": [ "destructive" ]
"file": "images/icons/close.svg"
},
"ellipsis": {
"file": "images/icons/ellipsis.svg"
Expand All @@ -71,6 +70,12 @@
},
"variants": [ "destructive" ]
},
"hand": {
"file": "images/icons/hand.svg",
"variants": [
"destructive"
]
},
"heart": {
"file": "images/icons/heart.svg"
},
Expand Down Expand Up @@ -144,8 +149,9 @@
"file": "images/icons/settings.svg"
},
"stopHand": {
"file": "images/icons/stopHand.svg",
"variants": [ "destructive" ]
"file": "images/icons/hand.svg",
"variants": [ "destructive" ],
"deprecated": "Renamed since v0.43.0, use 'hand' instead."
},
"subtract": {
"file": "images/icons/subtract.svg",
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/icons-layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/icons-location.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/icons-media.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/icons-moderation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/icons-movement.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down
8 changes: 7 additions & 1 deletion dist/resources/icons-user.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"global": true
},
"progressive": {
"color": "#aca7e2",
"color": "#36c",
"global": true
},
"destructive": {
Expand Down Expand Up @@ -57,6 +57,12 @@
"ltr": "images/icons/userTalk-ltr.svg",
"rtl": "images/icons/userTalk-rtl.svg"
}
},
"watchlist": {
"file": {
"ltr": "images/icons/watchlist-ltr.svg",
"rtl": "images/icons/watchlist-rtl.svg"
}
}
}
}
7 changes: 7 additions & 0 deletions dist/resources/images/images/icons/add-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions dist/resources/images/images/icons/add-progressive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions dist/resources/images/images/icons/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions dist/resources/images/images/icons/alert-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions dist/resources/images/images/icons/alert-progressive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions dist/resources/images/images/icons/alert-warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions dist/resources/images/images/icons/alert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions dist/resources/images/images/icons/alignCenter-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions dist/resources/images/images/icons/alignCenter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions dist/resources/images/images/icons/alignLeft-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions dist/resources/images/images/icons/alignLeft-progressive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions dist/resources/images/images/icons/alignLeft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions dist/resources/images/images/icons/alignRight-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions dist/resources/images/images/icons/alignRight-progressive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions dist/resources/images/images/icons/alignRight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions dist/resources/images/images/icons/arrowNext-ltr-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a885057

Please sign in to comment.