@stackoverflow/stacks 1.3.3 → 1.3.4
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.
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
&.is-warm {
|
|
120
|
-
color: var(--yellow-
|
|
120
|
+
color: var(--yellow-900);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
&.is-hot {
|
|
@@ -334,6 +334,8 @@
|
|
|
334
334
|
background-color: var(--red-600);
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
+
// TODO: remove rule for `a` once Core replaces `.post-tag` with `.s-tag`
|
|
338
|
+
.s-post-summary--meta-tags > a,
|
|
337
339
|
.s-post-summary--meta-tags > .s-tag {
|
|
338
340
|
&,
|
|
339
341
|
&:hover,
|
|
@@ -370,6 +372,8 @@
|
|
|
370
372
|
}
|
|
371
373
|
}
|
|
372
374
|
|
|
375
|
+
// TODO: remove rule for `a` once Core replaces `.post-tag` with `.s-tag`
|
|
376
|
+
.s-post-summary--meta-tags > a,
|
|
373
377
|
.s-post-summary--meta-tags > .s-tag {
|
|
374
378
|
&,
|
|
375
379
|
&:hover,
|
|
@@ -401,6 +405,8 @@
|
|
|
401
405
|
color: var(--black-600);
|
|
402
406
|
}
|
|
403
407
|
|
|
408
|
+
// TODO: remove rule for `a` once Core replaces `.post-tag` with `.s-tag`
|
|
409
|
+
.s-post-summary--meta-tags > a,
|
|
404
410
|
.s-post-summary--meta-tags > .s-tag {
|
|
405
411
|
&,
|
|
406
412
|
&:hover,
|
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": "1.3.
|
|
8
|
+
"version": "1.3.4",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
11
|
"lib"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
|
42
42
|
"@typescript-eslint/parser": "^5.36.2",
|
|
43
43
|
"backstopjs": "^6.1.1",
|
|
44
|
-
"concurrently": "^7.
|
|
44
|
+
"concurrently": "^7.4.0",
|
|
45
45
|
"css-loader": "^6.7.1",
|
|
46
46
|
"cssnano": "^5.1.13",
|
|
47
47
|
"docsearch.js": "^2.6.3",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"stylelint-config-standard": "^28.0.0",
|
|
64
64
|
"terser-webpack-plugin": "^5.3.6",
|
|
65
65
|
"ts-loader": "^9.3.1",
|
|
66
|
-
"typescript": "^4.8.
|
|
66
|
+
"typescript": "^4.8.3",
|
|
67
67
|
"webpack": "^5.74.0",
|
|
68
68
|
"webpack-cli": "^4.10.0",
|
|
69
69
|
"webpack-merge": "^5.8.0"
|