@wg-npm/survey-creator 1.78.222395 → 1.78.511800

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": "@wg-npm/survey-creator",
3
- "version": "1.78.222395",
3
+ "version": "1.78.511800",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -12,8 +12,8 @@
12
12
  "lint-fix": "eslint \"**/*.ts\" \"**/*.vue\" --fix --no-error-on-unmatched-pattern"
13
13
  },
14
14
  "peerDependencies": {
15
- "@wg-npm/survey-core": "1.78.222395",
16
- "@wg-npm/survey-service-api": "1.78.222395",
15
+ "@wg-npm/survey-core": "1.78.511800",
16
+ "@wg-npm/survey-service-api": "1.78.511800",
17
17
  "axios": "^0.19.2",
18
18
  "camelcase": "^6.0.0",
19
19
  "deepmerge": "^4.2.2",
@@ -38,8 +38,8 @@
38
38
  "@typescript-eslint/eslint-plugin": "^3.6.0",
39
39
  "@typescript-eslint/parser": "^3.6.0",
40
40
  "@vue/eslint-config-prettier": "^6.0.0",
41
- "@wg-npm/survey-core": "1.78.222395",
42
- "@wg-npm/survey-service-api": "1.78.222395",
41
+ "@wg-npm/survey-core": "1.78.511800",
42
+ "@wg-npm/survey-service-api": "1.78.511800",
43
43
  "acorn": "^7.3.1",
44
44
  "axios": "^0.19.2",
45
45
  "babelrc-rollup": "^3.0.0",
@@ -79,7 +79,7 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "5f4e360cda8598dd676d15bf18ef4759e111c84d",
82
+ "gitHead": "f335e99c793cb1eaf97b5ce76f02b47071e2eb41",
83
83
  "rollup": {
84
84
  "external": [
85
85
  "vue",
@@ -54,11 +54,12 @@
54
54
  border: 1px solid var(---L2-, #DCDEE2);
55
55
 
56
56
  .question-row-container-left {
57
+ display: flex;
58
+ padding: 12px;
59
+ align-items: center;
60
+ gap: 10px;
61
+ align-self: stretch;
57
62
  background: rgba(17, 9, 9, 0.04);
58
- margin-right: 16px;
59
- width: 34px;
60
- padding-left: 8px;
61
- padding-top: 8px;
62
63
  }
63
64
 
64
65
  &:not(.question-row--selected):hover {
@@ -78,7 +79,7 @@
78
79
  }
79
80
 
80
81
  .question-row-container-right {
81
- padding: 0 16px 16px 0;
82
+ padding: 0 16px 16px 16px;
82
83
  flex: 1;
83
84
 
84
85
  .question-title-header {
@@ -206,11 +207,12 @@
206
207
  border: 1px solid #ed4014;
207
208
  border-radius: 4px;
208
209
  .incomplete-tips {
209
- position: absolute;
210
- left: 70px;
210
+ position: relative;
211
+ left: -16px;
212
+ top: -2px;
211
213
  padding: 2px 4px;
212
214
  background: #f85353;
213
- border-radius: 0px 0px 4px 0px;
215
+ border-radius: 4px 0px 4px 0px;
214
216
 
215
217
  font-weight: 400;
216
218
  font-size: 12px;