@datagouv/components-next 1.0.2-dev.25 → 1.0.2-dev.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.
@@ -1,4 +1,4 @@
1
- import { b as Ke } from "./main-8TIl7HtL.js";
1
+ import { b as Ke } from "./main-vqhkVhVS.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": "1.0.2-dev.25",
3
+ "version": "1.0.2-dev.27",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "engines": {
@@ -16,7 +16,7 @@
16
16
  "src"
17
17
  ],
18
18
  "dependencies": {
19
- "@floating-ui/vue": "^1.1.11",
19
+ "@floating-ui/vue": "^1.1.8",
20
20
  "@headlessui/vue": "^1.7.23",
21
21
  "@remixicon/vue": "^4.5.0",
22
22
  "@types/hast": "^3.0.4",
@@ -74,7 +74,7 @@
74
74
  "typescript": "^5.7.3",
75
75
  "vite": "^7.0",
76
76
  "vite-plugin-vue-devtools": "^8.0",
77
- "vue": "^3.5.30",
77
+ "vue": "^3.5.29",
78
78
  "vue-router": "^4.6.4",
79
79
  "vue-tsc": "^3.0"
80
80
  },
@@ -21,6 +21,7 @@ export type User = {
21
21
  page: UserReference['page']
22
22
  avatar: UserReference['avatar']
23
23
  avatar_thumbnail: UserReference['avatar_thumbnail']
24
+ apikey?: string
24
25
  email?: string
25
26
  about: string
26
27
  website?: string
@@ -1,4 +0,0 @@
1
- import { i as f } from "./main-8TIl7HtL.js";
2
- export {
3
- f as default
4
- };