polarvo-layout 1.0.37 → 1.0.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polarvo-layout",
3
- "version": "1.0.37",
3
+ "version": "1.0.39",
4
4
  "type": "module",
5
5
  "author": "unigence <unigencelab@gmail.com>",
6
6
  "repository": {
@@ -63,6 +63,7 @@ async function getElements() {
63
63
  'multiCheckRadio',
64
64
  'labelInputRows',
65
65
  'refLabel',
66
+ 'labelTextarea'
66
67
  ];
67
68
 
68
69
  const elementsData = Object.keys(modules)
@@ -3,7 +3,7 @@ import { cloneDeep } from 'lodash';
3
3
  // event 발행 시 'display'으로 시작하는 이름 사용
4
4
  const DISPLAY_LIMITS = {
5
5
  percent: { max: 200, min: 0, unit: '%', name: '배율' },
6
- px: { max: 1200, min: 1, unit: 'px', name: '크기' },
6
+ px: { max: 1920, min: 1, unit: 'px', name: '크기' },
7
7
  };
8
8
 
9
9
  const DEFAULT_DISPLAY_SIZE = {