@bildvitta/quasar-ui-asteroid 3.19.0-beta.1 → 3.19.0-beta.2

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@bildvitta/quasar-ui-asteroid",
3
3
  "description": "Asteroid",
4
- "version": "3.19.0-beta.1",
4
+ "version": "3.19.0-beta.2",
5
5
  "author": "Bild & Vitta <systemteam@bild.com.br>",
6
6
  "license": "MIT",
7
7
  "main": "./src/asteroid.js",
@@ -65,6 +65,7 @@
65
65
  </template>
66
66
 
67
67
  <script setup>
68
+ import QasHeader from '../header/QasHeader.vue'
68
69
  import QasBtn from '../btn/QasBtn.vue'
69
70
  import QasDialog from '../dialog/QasDialog.vue'
70
71
  import QasSelectList from '../select-list/QasSelectList.vue'
@@ -183,6 +184,7 @@ const headerProps = computed(() => {
183
184
  color: hasError.value ? 'negative' : 'grey-10'
184
185
  },
185
186
 
187
+ spacing: 'none',
186
188
  description: props.description,
187
189
 
188
190
  buttonProps: {