@datagouv/components-next 0.1.2 → 0.1.3

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.
@@ -1,4 +1,4 @@
1
- import { g as Ke } from "./main-DP8L5VBL.js";
1
+ import { g as Ke } from "./main-CarU0Io9.js";
2
2
  import We from "vue";
3
3
  function Fe(I, K) {
4
4
  for (var V = 0; V < K.length; V++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datagouv/components-next",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./src/main.ts",
@@ -94,10 +94,10 @@
94
94
  v-else
95
95
  class="flex flex-col items-center"
96
96
  >
97
- <nuxt-img
98
- src="/illustrations/list.svg"
97
+ <img
98
+ :src="listSrc"
99
99
  class="h-32"
100
- />
100
+ >
101
101
  <p class="fr-text--bold fr-my-3v">
102
102
  {{ t(`Il n'y a pas encore d'activité`) }}
103
103
  </p>
@@ -120,6 +120,7 @@ import Avatar from '../Avatar.vue'
120
120
  import LoadingBlock from '../LoadingBlock.vue'
121
121
  import Pagination from '../Pagination.vue'
122
122
  import PaddedContainer from '../PaddedContainer.vue'
123
+ import listSrc from '../../../../public/illustrations/list.svg?url'
123
124
 
124
125
  const props = defineProps<{
125
126
  id?: string
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./main-DP8L5VBL.js";
2
- export {
3
- f as default
4
- };