@tekkare/auriga 0.2.71 → 0.2.72

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/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.2.71"
7
+ "version": "0.2.72"
8
8
  }
@@ -54,7 +54,7 @@
54
54
  <p class="oip_filter_label"></p>
55
55
  <arg-tags set-style="gray">
56
56
  <span v-if="typeof criteria === 'object'"
57
- ><b>{{ criteria.type }}: </b>{{ criteria.value }}</span
57
+ ><b>{{ criteria?.type }}: </b>{{ criteria?.value }}</span
58
58
  >
59
59
  <span v-else>{{ criteria }} </span></arg-tags
60
60
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.2.71",
3
+ "version": "0.2.72",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",