@ui5/webcomponents-fiori 2.20.2 → 2.20.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.
@@ -14675,12 +14675,6 @@
14675
14675
  }
14676
14676
  ]
14677
14677
  },
14678
- {
14679
- "kind": "javascript-module",
14680
- "path": "dist/upload-utils/UploadCollectionBodyDnD.js",
14681
- "declarations": [],
14682
- "exports": []
14683
- },
14684
14678
  {
14685
14679
  "kind": "javascript-module",
14686
14680
  "path": "dist/types/FCLLayout.js",
@@ -16965,6 +16959,12 @@
16965
16959
  }
16966
16960
  }
16967
16961
  ]
16962
+ },
16963
+ {
16964
+ "kind": "javascript-module",
16965
+ "path": "dist/upload-utils/UploadCollectionBodyDnD.js",
16966
+ "declarations": [],
16967
+ "exports": []
16968
16968
  }
16969
16969
  ]
16970
16970
  }
@@ -11710,12 +11710,6 @@
11710
11710
  }
11711
11711
  ]
11712
11712
  },
11713
- {
11714
- "kind": "javascript-module",
11715
- "path": "dist/upload-utils/UploadCollectionBodyDnD.js",
11716
- "declarations": [],
11717
- "exports": []
11718
- },
11719
11713
  {
11720
11714
  "kind": "javascript-module",
11721
11715
  "path": "dist/types/FCLLayout.js",
@@ -12045,6 +12039,12 @@
12045
12039
  }
12046
12040
  }
12047
12041
  ]
12042
+ },
12043
+ {
12044
+ "kind": "javascript-module",
12045
+ "path": "dist/upload-utils/UploadCollectionBodyDnD.js",
12046
+ "declarations": [],
12047
+ "exports": []
12048
12048
  }
12049
12049
  ]
12050
12050
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ui5/webcomponents-fiori",
4
- "version": "2.20.2",
4
+ "version": "2.20.3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-fiori",
3
- "version": "2.20.2",
3
+ "version": "2.20.3",
4
4
  "description": "UI5 Web Components: webcomponents.fiori",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -54,20 +54,20 @@
54
54
  "directory": "packages/fiori"
55
55
  },
56
56
  "dependencies": {
57
- "@ui5/webcomponents": "2.20.2",
58
- "@ui5/webcomponents-base": "2.20.2",
59
- "@ui5/webcomponents-icons": "2.20.2",
60
- "@ui5/webcomponents-theming": "2.20.2",
57
+ "@ui5/webcomponents": "2.20.3",
58
+ "@ui5/webcomponents-base": "2.20.3",
59
+ "@ui5/webcomponents-icons": "2.20.3",
60
+ "@ui5/webcomponents-theming": "2.20.3",
61
61
  "@zxing/library": "^0.21.3"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@custom-elements-manifest/analyzer": "^0.10.10",
65
65
  "@ui5/cypress-internal": "0.1.0",
66
- "@ui5/webcomponents-tools": "2.20.2",
66
+ "@ui5/webcomponents-tools": "2.20.3",
67
67
  "cypress": "15.9.0",
68
68
  "lit": "^2.0.0",
69
69
  "vite": "5.4.21",
70
70
  "yarn": "^1.22.22"
71
71
  },
72
- "gitHead": "3a88b2ca0c00cdacda2c8bf1fb6239f1c816ecc4"
72
+ "gitHead": "3e3a7936aae93d114542b1b2a7ca1a1d26c63194"
73
73
  }