@stackoverflow/stacks 2.5.3 → 2.5.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.
@@ -137,6 +137,8 @@
137
137
  & &--content {
138
138
  max-height: var(--_po-content-mxh);
139
139
  overflow-y: auto;
140
+ margin: calc(var(--su12) * -1);
141
+ padding: var(--su12);
140
142
  }
141
143
 
142
144
  background-color: var(--_po-bg);
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.5.3",
8
+ "version": "2.5.4",
9
9
  "files": [
10
10
  "dist",
11
11
  "lib",
@@ -46,28 +46,28 @@
46
46
  "@11ty/eleventy": "^2.0.1",
47
47
  "@highlightjs/cdn-assets": "^11.9.0",
48
48
  "@open-wc/testing": "^4.0.0",
49
- "@rollup/plugin-commonjs": "^25.0.8",
50
- "@rollup/plugin-replace": "^5.0.5",
49
+ "@rollup/plugin-commonjs": "^26.0.1",
50
+ "@rollup/plugin-replace": "^5.0.7",
51
51
  "@stackoverflow/stacks-editor": "^0.10.6",
52
52
  "@stackoverflow/stacks-icons": "^6.0.2",
53
- "@testing-library/dom": "^10.1.0",
53
+ "@testing-library/dom": "^10.3.1",
54
54
  "@testing-library/user-event": "^14.5.2",
55
55
  "@types/cssbeautify": "^0.3.5",
56
56
  "@types/less": "^3.0.6",
57
- "@types/mocha": "^10.0.6",
58
- "@typescript-eslint/eslint-plugin": "^7.11.0",
59
- "@typescript-eslint/parser": "^7.11.0",
57
+ "@types/mocha": "^10.0.7",
58
+ "@typescript-eslint/eslint-plugin": "^7.14.1",
59
+ "@typescript-eslint/parser": "^7.13.0",
60
60
  "@web/dev-server-esbuild": "^1.0.2",
61
- "@web/dev-server-rollup": "^0.6.3",
61
+ "@web/dev-server-rollup": "^0.6.4",
62
62
  "@web/test-runner": "^0.18.2",
63
63
  "@web/test-runner-playwright": "^0.11.0",
64
64
  "@web/test-runner-visual-regression": "^0.9.0",
65
65
  "apca-check": "^0.1.0",
66
- "colorjs.io": "^0.5.0",
66
+ "colorjs.io": "^0.5.2",
67
67
  "concurrently": "^8.2.2",
68
68
  "css-loader": "^7.1.2",
69
69
  "cssbeautify": "^0.3.1",
70
- "cssnano": "^7.0.1",
70
+ "cssnano": "^7.0.2",
71
71
  "docsearch.js": "^2.6.3",
72
72
  "eleventy-plugin-highlightjs": "^1.1.0",
73
73
  "eleventy-plugin-nesting-toc": "^1.3.0",
@@ -81,16 +81,16 @@
81
81
  "mini-css-extract-plugin": "^2.9.0",
82
82
  "postcss-less": "^6.0.0",
83
83
  "postcss-loader": "^8.1.1",
84
- "prettier": "^3.3.0",
84
+ "prettier": "^3.3.2",
85
85
  "rollup-plugin-postcss": "^4.0.2",
86
86
  "stylelint": "^16.6.1",
87
- "stylelint-config-recommended": "^14.0.0",
88
- "stylelint-config-standard": "^36.0.0",
87
+ "stylelint-config-recommended": "^14.0.1",
88
+ "stylelint-config-standard": "^36.0.1",
89
89
  "terser-webpack-plugin": "^5.3.10",
90
90
  "ts-loader": "^9.5.1",
91
- "typescript": "^5.4.5",
91
+ "typescript": "^5.5.2",
92
92
  "vitest": "^1.6.0",
93
- "webpack": "^5.91.0",
93
+ "webpack": "^5.92.1",
94
94
  "webpack-cli": "^5.1.4",
95
95
  "webpack-merge": "^5.10.0"
96
96
  },