@stackoverflow/stacks 0.73.0 → 0.75.0

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.
@@ -1,3 +1,5 @@
1
+ @import (reference) "./_stacks-mixins.less";
2
+
1
3
  //
2
4
  // STACK OVERFLOW
3
5
  // CONSTANTS -- COLORS
@@ -148,6 +150,7 @@
148
150
  @bs-sm: 0 1px 2px hsla(0, 0%, 0%, 0.05), 0 1px 4px hsla(0, 0%, 0%, 0.05), 0 2px 8px hsla(0, 0%, 0%, 0.05);
149
151
  @bs-md: 0 1px 3px hsla(0, 0%, 0%, 0.06), 0 2px 6px hsla(0, 0%, 0%, 0.06), 0 3px 8px hsla(0, 0%, 0%, 0.09);
150
152
  @bs-lg: 0 1px 4px hsla(0, 0%, 0%, 0.09), 0 3px 8px hsla(0, 0%, 0%, 0.09), 0 4px 13px hsla(0, 0%, 0%, 0.13);
153
+ @bs-xl: 0 10px 24px hsla(0, 0%, 0%, 0.05), 0 20px 48px hsla(0, 0%, 0%, 0.05), 0 1px 4px hsla(0, 0%, 0%, 0.1);
151
154
 
152
155
  // $ SCROLLBARS
153
156
  // ----------------------------------------------------------------------------
@@ -269,6 +272,13 @@
269
272
 
270
273
  // Topbar themed border accent
271
274
  --theme-topbar-accent-border: 3px solid var(--theme-primary-color);
275
+
276
+ // Post summary
277
+ --theme-post-title-color: var(--theme-link-color);
278
+ --theme-post-title-color-hover: var(--theme-link-color-hover);
279
+ --theme-post-title-color-visited: var(--theme-link-color-visited);
280
+ --theme-post-title-font-family: var(--theme-body-font-family);
281
+ --theme-post-body-font-family: var(--theme-body-font-family);
272
282
  }
273
283
 
274
284
  // -- Light mode
@@ -410,6 +420,7 @@
410
420
  --bs-sm: @bs-sm;
411
421
  --bs-md: @bs-md;
412
422
  --bs-lg: @bs-lg;
423
+ --bs-xl: @bs-xl;
413
424
 
414
425
  // Scrollbars
415
426
  --scrollbar: hsla(0, 0, 0, 0.2);
@@ -608,7 +619,8 @@
608
619
  --bs-sm: 0 1px 2px hsla(0, 0%, 0%, 0.1), 0 1px 4px hsla(0, 0%, 0%, 0.1), 0 2px 8px hsla(0, 0%, 0%, 0.1);
609
620
  --bs-md: 0 1px 3px hsla(0, 0%, 0%, 0.11), 0 2px 6px hsla(0, 0%, 0%, 0.11), 0 3px 8px hsla(0, 0%, 0%, 0.14);
610
621
  --bs-lg: 0 1px 4px hsla(0, 0%, 0%, 0.14), 0 3px 8px hsla(0, 0%, 0%, 0.14), 0 4px 13px hsla(0, 0%, 0%, 0.18);
611
-
622
+ --bs-xl: 0 10px 24px hsla(0, 0%, 0%, 0.1), 0 20px 48px hsla(0, 0%, 0%, 0.1), 0 1px 4px hsla(0, 0%, 0%, 0.15);
623
+
612
624
  // Scrollbars
613
625
  --scrollbar: hsla(0, 0%, 100%, 0.2);
614
626
 
@@ -823,6 +835,7 @@
823
835
  --bs-sm: none;
824
836
  --bs-md: none;
825
837
  --bs-lg: none;
838
+ --bs-xl: none;
826
839
 
827
840
  // Scrollbars
828
841
  --scrollbar: var(--black);
@@ -978,6 +991,7 @@
978
991
  --bs-sm: none;
979
992
  --bs-md: none;
980
993
  --bs-lg: none;
994
+ --bs-xl: none;
981
995
 
982
996
  // Scrollbars
983
997
  --scrollbar: var(--black);
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": "0.73.0",
8
+ "version": "0.75.0",
9
9
  "files": [
10
10
  "dist",
11
11
  "lib"
@@ -19,14 +19,14 @@
19
19
  },
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@popperjs/core": "^2.11.0",
22
+ "@popperjs/core": "^2.11.2",
23
23
  "stimulus": "^2.0.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@11ty/eleventy": "^0.12.1",
27
- "@highlightjs/cdn-assets": "^11.3.1",
28
- "@stackoverflow/stacks-editor": "^0.4.1",
29
- "@stackoverflow/stacks-icons": "^2.25.1",
27
+ "@highlightjs/cdn-assets": "^11.4.0",
28
+ "@stackoverflow/stacks-editor": "^0.4.2",
29
+ "@stackoverflow/stacks-icons": "^2.27.0",
30
30
  "backstopjs": "^6.0.4",
31
31
  "docsearch.js": "^2.6.3",
32
32
  "eleventy-plugin-highlightjs": "^0.3.0",
@@ -46,12 +46,12 @@
46
46
  "grunt-ts": "^6.0.0-beta.22",
47
47
  "jquery": "^3.6.0",
48
48
  "list.js": "^2.3.1",
49
- "postcss-less": "^5.0.0",
50
- "stylelint": "^14.2.0",
51
- "stylelint-config-recommended-less": "^1.0.1",
52
- "stylelint-config-standard": "^24.0.0",
53
- "stylelint-less": "^1.0.1",
54
- "typescript": "^4.5.4"
49
+ "postcss-less": "^6.0.0",
50
+ "stylelint": "^14.5.3",
51
+ "stylelint-config-recommended-less": "^1.0.4",
52
+ "stylelint-config-standard": "^25.0.0",
53
+ "stylelint-less": "^1.0.3",
54
+ "typescript": "^4.6.2"
55
55
  },
56
56
  "browserslist": [
57
57
  "last 2 versions",