@jotforminc/dnd-builder 2.4.1 → 2.4.2

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.4.2](https://github.com/jotform/dnd-builder/compare/v2.4.1...v2.4.2) (2022-07-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **context-menu:** fix context menu spacing ([e802453](https://github.com/jotform/dnd-builder/commit/e802453919842cf4d9f4a9ec928b093a287c0f3b))
11
+
5
12
  ### [2.4.1](https://github.com/jotform/dnd-builder/compare/v2.4.0...v2.4.1) (2022-06-29)
6
13
 
7
14
 
@@ -156,7 +156,7 @@
156
156
  color: #fff;
157
157
  display: block;
158
158
  position: absolute;
159
- width: 154px;
159
+ width: 165px;
160
160
  z-index: 10;
161
161
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
162
162
  }
@@ -171,6 +171,7 @@
171
171
  height: 45px;
172
172
  width: 100%;
173
173
  font-size: 0.875rem;
174
+ padding-left: 14px;
174
175
 
175
176
  .contextMenu-icon {
176
177
  margin-right: 9px;
@@ -156,7 +156,7 @@
156
156
  color: #fff;
157
157
  display: block;
158
158
  position: absolute;
159
- width: 154px;
159
+ width: 165px;
160
160
  z-index: 10;
161
161
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
162
162
  }
@@ -171,6 +171,7 @@
171
171
  height: 45px;
172
172
  width: 100%;
173
173
  font-size: 0.875rem;
174
+ padding-left: 14px;
174
175
 
175
176
  .contextMenu-icon {
176
177
  margin-right: 9px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jotforminc/dnd-builder",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "files": [
5
5
  "lib"
6
6
  ],