@jotforminc/dnd-builder 2.7.0 → 2.7.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
@@ -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.7.1](https://github.com/jotform/dnd-builder/compare/v2.7.0...v2.7.1) (2023-11-22)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **panel-elements:** size settings lock button alignment ([e221915](https://github.com/jotform/dnd-builder/commit/e22191523a06ba1b6c5616299e4de6eefe20f665))
11
+
5
12
  ## [2.7.0](https://github.com/jotform/dnd-builder/compare/v2.6.1...v2.7.0) (2023-10-03)
6
13
 
7
14
 
@@ -177,10 +177,13 @@
177
177
  }
178
178
 
179
179
  .forAspect {
180
+ width: 24px;
181
+ padding: 12px 0;
180
182
  &:before, &:after {
181
183
  content: "";
182
184
  position: absolute;
183
- bottom: 6px;
185
+ top: 50%;
186
+ transform: translateY(-50%);
184
187
  width: 4px;
185
188
 
186
189
  border-bottom: 1px solid #303339;
@@ -131,7 +131,6 @@
131
131
  .icon-aspectLock, .icon-aspectUnlock {
132
132
  width: 12px;
133
133
  height: 14px;
134
- margin-top: 10px;
135
134
  }
136
135
 
137
136
  .icon-aspectLock {
@@ -177,10 +177,13 @@
177
177
  }
178
178
 
179
179
  .forAspect {
180
+ width: 24px;
181
+ padding: 12px 0;
180
182
  &:before, &:after {
181
183
  content: "";
182
184
  position: absolute;
183
- bottom: 6px;
185
+ top: 50%;
186
+ transform: translateY(-50%);
184
187
  width: 4px;
185
188
 
186
189
  border-bottom: 1px solid #303339;
@@ -131,7 +131,6 @@
131
131
  .icon-aspectLock, .icon-aspectUnlock {
132
132
  width: 12px;
133
133
  height: 14px;
134
- margin-top: 10px;
135
134
  }
136
135
 
137
136
  .icon-aspectLock {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jotforminc/dnd-builder",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "files": [
5
5
  "lib"
6
6
  ],