@splunk/themes 1.4.0 → 1.4.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  Change Log
2
2
  ============
3
+
4
+ 1.4.1 - December 3, 2025
5
+ ----------
6
+ Bug Fixes:
7
+ * `backgroundColorSection` in Enterprise dark theme updated to improve visual contrast between `neutralColor` and to reduce its overall brightness (SUI-7879).
8
+
3
9
  1.4.0 - November 4, 2025
4
10
  ----------
5
11
  New Features:
@@ -148,7 +148,7 @@ var backgroundColors = {
148
148
  backgroundColorPage: _light["default"].gray20,
149
149
  backgroundColorPopup: _light["default"].gray22,
150
150
  backgroundColorScrim: "rgba(0, 0, 0, 0.8)",
151
- backgroundColorSection: _light["default"].gray22,
151
+ backgroundColorSection: '#1E2427',
152
152
  backgroundColorSidebar: _light["default"].black
153
153
  };
154
154
  var backgrounds = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/themes",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Theme variables and mixins for the Splunk design language",
5
5
  "main": "./index.js",
6
6
  "types": "./types/index.d.ts",