@paris-ias/list 1.0.80 → 1.0.82

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.80",
4
+ "version": "1.0.82",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.0",
7
7
  "unbuild": "3.5.0"
package/dist/module.mjs CHANGED
@@ -52,10 +52,6 @@ const module = defineNuxtModule({
52
52
  ...nuxt.options.build.transpile || [],
53
53
  "vuetify"
54
54
  ];
55
- nuxt.options.css = [
56
- ...nuxt.options.css || [],
57
- "vuetify/lib/styles/main.sass"
58
- ];
59
55
  nuxt.options.apollo = {
60
56
  ...nuxt.options.apollo
61
57
  };
@@ -58,7 +58,7 @@
58
58
  </div>
59
59
 
60
60
  <div
61
- v-if="renderedDescription && mdAndUp"
61
+ v-if="item.description && mdAndUp"
62
62
  class="mt-md-n2 mx-4 mx-sm-8 mx-md-0 d-flex text-wrap text-h6 text-black mt-3"
63
63
  >
64
64
  <MDC v-if="item.description" :value="item.description" class="" />
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.80",
4
+ "version": "1.0.82",
5
5
  "name": "@paris-ias/list",
6
6
  "repository": {
7
7
  "url": "git+https://github.com/IEA-Paris/list.git",
@@ -9,7 +9,8 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@nuxt/kit": "^3.16.2",
12
- "@vue/apollo-composable": "^4.2.2"
12
+ "@vue/apollo-composable": "^4.2.2",
13
+ "vuetify": "3.8.0"
13
14
  },
14
15
  "description": "Paris IAS List Module",
15
16
  "devDependencies": {
@@ -38,8 +39,7 @@
38
39
  "vite-plugin-graphql-loader": "^4.0.4",
39
40
  "vitest": "^3.1.1",
40
41
  "vue": "^3.5.13",
41
- "vue-tsc": "^2.2.8",
42
- "vuetify": "3.8.0"
42
+ "vue-tsc": "^2.2.8"
43
43
  },
44
44
  "exports": {
45
45
  ".": {