summaryrefslogtreecommitdiff
path: root/www/wiki/resources/lib/oojs-ui/themes/wikimediaui/icons-editing-advanced.json
blob: ad8101846da201070d153a7ea46fb2f3077a2e22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
	"selectorWithoutVariant": ".oo-ui-icon-{name}",
	"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
	"intro": "@import '../../../../src/styles/common';",
	"variants": {
		"invert": {
			"color": "#fff",
			"global": true
		},
		"progressive": {
			"color": "#36c",
			"global": true
		},
		"destructive": {
			"color": "#d33"
		},
		"warning": {
			"color": "#ff5d00"
		}
	},
	"images": {
		"alignCenter": { "file": "images/icons/alignCenter.svg" },
		"alignLeft": { "file": "images/icons/alignLeft.svg" },
		"alignRight": { "file": "images/icons/alignRight.svg" },
		"attachment": {
			"file": "images/icons/attachment.svg"
		},
		"calendar": { "file": "images/icons/calendar.svg" },
		"code": { "file": "images/icons/code.svg" },
		"find": {
			"file": "images/icons/articleSearch.svg",
			"deprecated": "Will be removed in v0.28.0, use 'articleSearch' of 'content' pack instead."
		},
		"language": {
			"file": "images/icons/language.svg"
		},
		"layout": { "file": {
			"ltr": "images/icons/layout-ltr.svg",
			"rtl": "images/icons/layout-rtl.svg"
		} },
		"markup": { "file": "images/icons/markup.svg" },
		"newline": { "file": {
			"ltr": "images/icons/newline-ltr.svg",
			"rtl": "images/icons/newline-rtl.svg"
		} },
		"noWikiText": { "file": "images/icons/noWikiText.svg" },
		"outline": { "file": {
			"ltr": "images/icons/outline-ltr.svg",
			"rtl": "images/icons/outline-rtl.svg"
		} },
		"puzzle": { "file": {
			"ltr": "images/icons/puzzle-ltr.svg",
			"rtl": "images/icons/puzzle-rtl.svg"
		} },
		"quotes": { "file": {
			"ltr": "images/icons/quotes-ltr.svg",
			"rtl": "images/icons/quotes-rtl.svg"
		} },
		"searchCaseSensitive": {
			"file": "images/icons/searchCaseSensitive.svg"
		},
		"searchDiacritics": {
			"file": "images/icons/searchDiacritics.svg"
		},
		"searchRegularExpression": {
			"file": "images/icons/searchRegularExpression.svg"
		},
		"signature": { "file": {
			"ltr": "images/icons/signature-ltr.svg",
			"rtl": "images/icons/signature-rtl.svg"
		} },
		"specialCharacter": { "file": "images/icons/specialCharacter.svg" },
		"table": { "file": "images/icons/table.svg" },
		"tableAddColumnAfter": { "file": "images/icons/tableAddColumnAfter.svg" },
		"tableAddColumnBefore": { "file": "images/icons/tableAddColumnBefore.svg" },
		"tableAddRowAfter": { "file": "images/icons/tableAddRowAfter.svg" },
		"tableAddRowBefore": { "file": "images/icons/tableAddRowBefore.svg" },
		"tableCaption": { "file": "images/icons/tableCaption.svg" },
		"tableMergeCells": { "file": "images/icons/tableMergeCells.svg" },
		"tableMoveColumnAfter": {
			"file": "images/icons/tableMoveColumnAfter.svg"
		},
		"tableMoveColumnBefore": {
			"file": "images/icons/tableMoveColumnBefore.svg"
		},
		"tableMoveRowAfter": {
			"file": "images/icons/tableMoveRowAfter.svg"
		},
		"tableMoveRowBefore": {
			"file": "images/icons/tableMoveRowBefore.svg"
		},
		"templateAdd": { "file": {
			"ltr": "images/icons/templateAdd-ltr.svg",
			"rtl": "images/icons/templateAdd-rtl.svg"
		} },
		"translation": {
			"file": "images/icons/language.svg"
		},
		"wikiText": { "file": "images/icons/wikiText.svg" }
	}
}