@ouestfrance/sipa-bms-ui 8.1.2 → 8.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.
@@ -27,5 +27,5 @@ export declare enum InputType {
27
27
  export interface InputOption {
28
28
  label: string;
29
29
  value: any;
30
- icon?: Component;
30
+ icon?: Component | string;
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ouestfrance/sipa-bms-ui",
3
- "version": "8.1.2",
3
+ "version": "8.1.3",
4
4
  "author": "Ouest-France BMS",
5
5
  "license": "ISC",
6
6
  "scripts": {
@@ -40,7 +40,7 @@
40
40
  "@storybook/addon-docs": "9.0.15",
41
41
  "@storybook/addon-links": "9.0.15",
42
42
  "@storybook/vue3-vite": "9.0.15",
43
- "@types/lodash": "4.17.19",
43
+ "@types/lodash": "4.17.20",
44
44
  "@types/uuid": "10.0.0",
45
45
  "@vitejs/plugin-vue": "6.0.0",
46
46
  "@vue/test-utils": "2.4.6",
@@ -53,7 +53,7 @@
53
53
  "cors": "^2.8.5",
54
54
  "cross-env": "^7.0.3",
55
55
  "cy2": "4.0.9",
56
- "cypress": "14.5.0",
56
+ "cypress": "14.5.1",
57
57
  "express": "^5.0.0",
58
58
  "husky": "9.1.7",
59
59
  "jsdom": "26.1.0",
@@ -66,7 +66,7 @@
66
66
  "path": "0.12.7",
67
67
  "prettier": "3.6.2",
68
68
  "sass": "1.89.2",
69
- "semantic-release": "24.2.5",
69
+ "semantic-release": "24.2.6",
70
70
  "start-server-and-test": "2.0.12",
71
71
  "storybook": "9.0.15",
72
72
  "storybook-addon-pseudo-states": "9.0.15",
@@ -83,7 +83,7 @@
83
83
  "vue-codemirror": "6.1.1",
84
84
  "vue-loader": "17.4.2",
85
85
  "vue-router": "4.5.1",
86
- "vue-tsc": "2.2.10"
86
+ "vue-tsc": "2.2.12"
87
87
  },
88
88
  "files": [
89
89
  "dist",
@@ -33,5 +33,5 @@ export enum InputType {
33
33
  export interface InputOption {
34
34
  label: string;
35
35
  value: any;
36
- icon?: Component;
36
+ icon?: Component | string;
37
37
  }