@enso-ui/filters 3.0.26 → 3.0.27

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": "@enso-ui/filters",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "description": "Renderless Vue Filter Components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="vue-filter is-paddingless">
3
- <div v-if="!compact"
3
+ <div v-if="!compact && name"
4
4
  class="header has-text-centered has-background-light px-2">
5
5
  <strong>{{ i18n(name) }}</strong>
6
6
  <span v-if="readonly"