@stackoverflow/stacks 2.0.0-rc.14 → 2.0.0-rc.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
// CONTEXTUAL STYLES
|
|
19
19
|
.highcontrast-mode({
|
|
20
20
|
--_ta-bc: currentColor;
|
|
21
|
+
--_ta-bg-selected: var(--theme-secondary-400);
|
|
21
22
|
|
|
22
23
|
text-decoration: none;
|
|
23
24
|
});
|
|
@@ -30,7 +31,8 @@
|
|
|
30
31
|
a&:hover,
|
|
31
32
|
a&:focus {
|
|
32
33
|
.highcontrast-mode({
|
|
33
|
-
|
|
34
|
+
--_ta-bc-selected: transparent;
|
|
35
|
+
--_ta-fc-selected: var(--white);
|
|
34
36
|
});
|
|
35
37
|
|
|
36
38
|
background-color: var(--_ta-bg-selected);
|
|
@@ -99,6 +101,10 @@
|
|
|
99
101
|
|
|
100
102
|
// moderator overrides other muted and required, required overrides muted
|
|
101
103
|
&&__moderator {
|
|
104
|
+
.highcontrast-mode({
|
|
105
|
+
--_ta-bg-selected: var(--orange-500);
|
|
106
|
+
});
|
|
107
|
+
|
|
102
108
|
--_ta-bc: transparent;
|
|
103
109
|
--_ta-bg: var(--orange-100);
|
|
104
110
|
--_ta-fc: var(--orange-500);
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/StackExchange/Stacks.git"
|
|
7
7
|
},
|
|
8
|
-
"version": "2.0.0-rc.
|
|
8
|
+
"version": "2.0.0-rc.15",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
11
|
"lib"
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"@open-wc/testing": "^3.2.0",
|
|
49
49
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
50
50
|
"@rollup/plugin-replace": "^5.0.2",
|
|
51
|
-
"@stackoverflow/stacks-editor": "^0.8.
|
|
51
|
+
"@stackoverflow/stacks-editor": "^0.8.9",
|
|
52
52
|
"@stackoverflow/stacks-icons": "^5.5.0",
|
|
53
53
|
"@testing-library/dom": "^9.3.3",
|
|
54
54
|
"@testing-library/user-event": "^14.5.1",
|
|
55
55
|
"@types/cssbeautify": "^0.3.2",
|
|
56
56
|
"@types/less": "^3.0.3",
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
58
58
|
"@typescript-eslint/parser": "^6.7.2",
|
|
59
59
|
"@web/dev-server-esbuild": "^0.4.1",
|
|
60
60
|
"@web/dev-server-rollup": "^0.5.2",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"docsearch.js": "^2.6.3",
|
|
70
70
|
"eleventy-plugin-highlightjs": "^1.1.0",
|
|
71
71
|
"eleventy-plugin-nesting-toc": "^1.3.0",
|
|
72
|
-
"eslint": "^8.
|
|
72
|
+
"eslint": "^8.50.0",
|
|
73
73
|
"eslint-config-prettier": "^9.0.0",
|
|
74
74
|
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
75
75
|
"jquery": "^3.7.1",
|