@wg-npm/survey-response 0.5.151 → 0.5.152

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.
@@ -1600,11 +1600,11 @@ var __vue_staticRenderFns__$4 = [];
1600
1600
  /* style */
1601
1601
  const __vue_inject_styles__$4 = function (inject) {
1602
1602
  if (!inject) return
1603
- inject("data-v-e5380924_0", { source: ".slider-container[data-v-e5380924]{margin-top:16px;margin-bottom:16px;width:100%;display:flex}.slider-container[data-v-e5380924] .ivu-form-item{margin-bottom:unset}.slider[data-v-e5380924]{width:100%;margin-left:16px;margin-right:16px}.text-desc[data-v-e5380924]{display:flex;justify-content:space-between;width:100%;padding-right:80px}", map: undefined, media: undefined });
1603
+ inject("data-v-e1e453ea_0", { source: ".slider-container[data-v-e1e453ea]{margin-top:16px;margin-bottom:16px;width:100%;display:flex}.slider-container[data-v-e1e453ea] .ivu-form-item{margin-bottom:unset}.slider[data-v-e1e453ea]{width:100%;margin-left:8px;margin-right:16px}.text-desc[data-v-e1e453ea]{display:flex;justify-content:space-between;width:100%;padding-right:80px}", map: undefined, media: undefined });
1604
1604
 
1605
1605
  };
1606
1606
  /* scoped */
1607
- const __vue_scope_id__$4 = "data-v-e5380924";
1607
+ const __vue_scope_id__$4 = "data-v-e1e453ea";
1608
1608
  /* module identifier */
1609
1609
  const __vue_module_identifier__$4 = undefined;
1610
1610
  /* functional template */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wg-npm/survey-response",
3
- "version": "0.5.151",
3
+ "version": "0.5.152",
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.151",
16
- "@wg-npm/survey-service-api": "0.5.151",
15
+ "@wg-npm/survey-core": "0.5.152",
16
+ "@wg-npm/survey-service-api": "0.5.152",
17
17
  "axios": "^0.19.2",
18
18
  "deepmerge": "^4.2.2",
19
19
  "lodash": "^4.17.15",
@@ -34,8 +34,8 @@
34
34
  "@typescript-eslint/parser": "^3.6.0",
35
35
  "@vue/eslint-config-prettier": "^6.0.0",
36
36
  "@vue/eslint-config-typescript": "^5.0.2",
37
- "@wg-npm/survey-core": "0.5.151",
38
- "@wg-npm/survey-service-api": "0.5.151",
37
+ "@wg-npm/survey-core": "0.5.152",
38
+ "@wg-npm/survey-service-api": "0.5.152",
39
39
  "acorn": "^7.3.1",
40
40
  "axios": "^0.19.2",
41
41
  "babelrc-rollup": "^3.0.0",
@@ -129,7 +129,7 @@ export default Vue.extend({
129
129
 
130
130
  .slider {
131
131
  width: 100%;
132
- margin-left: 16px;
132
+ margin-left: 8px;
133
133
  margin-right: 16px;
134
134
  }
135
135