n20-common-lib 3.2.18 → 3.2.19

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": "n20-common-lib",
3
- "version": "3.2.18",
3
+ "version": "3.2.19",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -807,7 +807,7 @@ export default {
807
807
  },
808
808
  labelPosition: {
809
809
  type: String,
810
- default: 'top'
810
+ default: 'right'
811
811
  },
812
812
  disabled: {
813
813
  type: Boolean,