@policystudio/policy-studio-ui-vue 1.1.90-beta.50 → 1.1.90-beta.51

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": "@policystudio/policy-studio-ui-vue",
3
- "version": "1.1.90-beta.50",
3
+ "version": "1.1.90-beta.51",
4
4
  "description": "Policy Studio UI",
5
5
  "author": "Policy Studio Team",
6
6
  "scripts": {
@@ -110,11 +110,11 @@ const props = defineProps({
110
110
  },
111
111
  width: {
112
112
  type: [Number, String],
113
- default: 24,
113
+ default: null,
114
114
  },
115
115
  height: {
116
116
  type: [Number, String],
117
- default: 24,
117
+ default: null,
118
118
  },
119
119
  })
120
120