@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-800);
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,
@@ -93,6 +93,7 @@
93
93
  color: var(--black-600);
94
94
  font-size: var(--fs-body2);
95
95
  font-weight: normal;
96
+ margin: 0;
96
97
 
97
98
  &:first-child {
98
99
  border-top-left-radius: var(--br-sm);
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.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.3.0",
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.2",
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"