@wg-npm/survey-creator 0.5.141 → 0.5.142

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.
@@ -1114,11 +1114,11 @@ var __vue_staticRenderFns__$J = [];
1114
1114
  /* style */
1115
1115
  const __vue_inject_styles__$J = function (inject) {
1116
1116
  if (!inject) return
1117
- inject("data-v-4ed53b90_0", { source: ".flex[data-v-4ed53b90]{display:flex;align-items:center;white-space:nowrap}.pl-sm[data-v-4ed53b90]{padding-left:4px}", map: undefined, media: undefined });
1117
+ inject("data-v-7735ccc6_0", { source: ".flex[data-v-7735ccc6]{display:flex;align-items:center}.pl-sm[data-v-7735ccc6]{padding-left:4px}", map: undefined, media: undefined });
1118
1118
 
1119
1119
  };
1120
1120
  /* scoped */
1121
- const __vue_scope_id__$J = "data-v-4ed53b90";
1121
+ const __vue_scope_id__$J = "data-v-7735ccc6";
1122
1122
  /* module identifier */
1123
1123
  const __vue_module_identifier__$J = undefined;
1124
1124
  /* functional template */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wg-npm/survey-creator",
3
- "version": "0.5.141",
3
+ "version": "0.5.142",
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": "0.5.141",
16
- "@wg-npm/survey-service-api": "0.5.141",
15
+ "@wg-npm/survey-core": "0.5.142",
16
+ "@wg-npm/survey-service-api": "0.5.142",
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": "0.5.141",
42
- "@wg-npm/survey-service-api": "0.5.141",
41
+ "@wg-npm/survey-core": "0.5.142",
42
+ "@wg-npm/survey-service-api": "0.5.142",
43
43
  "acorn": "^7.3.1",
44
44
  "axios": "^0.19.2",
45
45
  "babelrc-rollup": "^3.0.0",
@@ -154,7 +154,6 @@ export default Vue.extend({
154
154
  .flex {
155
155
  display: flex;
156
156
  align-items: center;
157
- white-space: nowrap;
158
157
  }
159
158
  .pl-sm {
160
159
  padding-left: 4px;