@splunk/dynamic-editors 0.42.0 → 0.42.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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.42.1](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.42.0...v0.42.1) (2025-11-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **SCP-76418:** add border for color picker color swatch ([fc241e0](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/commits/fc241e08f3deeb6decca894b9c1c3ae98a060890))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.42.0](https://cd.splunkdev.com/devplat/splunk-dynamic-editors/compare/v0.41.0...v0.42.0) (2025-11-13)
7
18
 
8
19
 
package/DynamicEditor.js CHANGED
@@ -185,6 +185,7 @@
185
185
  height: 24px;
186
186
  background-color: ${e=>e.color};
187
187
  border-radius: 2px;
188
+ border: 1px solid ${d.default.neutral100};
188
189
  `,j=u.default.div`
189
190
  box-sizing: border-box;
190
191
  padding: 8px;