@paris-ias/list 1.0.187 → 1.0.188

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paris-ias/list",
3
3
  "configKey": "list",
4
- "version": "1.0.187",
4
+ "version": "1.0.188",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
@@ -64,7 +64,7 @@
64
64
 
65
65
  <div
66
66
  v-else
67
- class="text-h5 dense paragraph mt-2"
67
+ class="text-h5 dense paragraph mt-1"
68
68
  v-html="
69
69
  searchQuery.length
70
70
  ? highlightAndTruncate(300, item.name, searchQuery.split(' '))
@@ -73,7 +73,7 @@
73
73
  />
74
74
  <v-skeleton-loader v-if="loading" type="text@3" class="mt-2" />
75
75
  <MDC
76
- v-else
76
+ v-else-if="item.name.length < 80"
77
77
  class="text-body-1 font-weight-light paragraph mt-n2"
78
78
  :value="`${highlightAndTruncate(
79
79
  85,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "license": "AGPL-3.0-only",
3
3
  "main": "./dist/module.mjs",
4
- "version": "1.0.187",
4
+ "version": "1.0.188",
5
5
  "name": "@paris-ias/list",
6
6
  "repository": {
7
7
  "url": "git+https://github.com/IEA-Paris/list.git",