n20-common-lib 3.3.5 → 3.3.6

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