@ui5/webcomponents-fiori 2.21.0-rc.4 → 2.21.0

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.
@@ -14569,13 +14569,13 @@
14569
14569
  },
14570
14570
  {
14571
14571
  "kind": "javascript-module",
14572
- "path": "dist/fcl-utils/FCLLayout.js",
14572
+ "path": "dist/illustrations/AllIllustrations.js",
14573
14573
  "declarations": [],
14574
14574
  "exports": []
14575
14575
  },
14576
14576
  {
14577
14577
  "kind": "javascript-module",
14578
- "path": "dist/illustrations/AllIllustrations.js",
14578
+ "path": "dist/fcl-utils/FCLLayout.js",
14579
14579
  "declarations": [],
14580
14580
  "exports": []
14581
14581
  },
@@ -14675,6 +14675,12 @@
14675
14675
  }
14676
14676
  ]
14677
14677
  },
14678
+ {
14679
+ "kind": "javascript-module",
14680
+ "path": "dist/upload-utils/UploadCollectionBodyDnD.js",
14681
+ "declarations": [],
14682
+ "exports": []
14683
+ },
14678
14684
  {
14679
14685
  "kind": "javascript-module",
14680
14686
  "path": "dist/types/FCLLayout.js",
@@ -16959,12 +16965,6 @@
16959
16965
  }
16960
16966
  }
16961
16967
  ]
16962
- },
16963
- {
16964
- "kind": "javascript-module",
16965
- "path": "dist/upload-utils/UploadCollectionBodyDnD.js",
16966
- "declarations": [],
16967
- "exports": []
16968
16968
  }
16969
16969
  ]
16970
16970
  }
@@ -11604,13 +11604,13 @@
11604
11604
  },
11605
11605
  {
11606
11606
  "kind": "javascript-module",
11607
- "path": "dist/fcl-utils/FCLLayout.js",
11607
+ "path": "dist/illustrations/AllIllustrations.js",
11608
11608
  "declarations": [],
11609
11609
  "exports": []
11610
11610
  },
11611
11611
  {
11612
11612
  "kind": "javascript-module",
11613
- "path": "dist/illustrations/AllIllustrations.js",
11613
+ "path": "dist/fcl-utils/FCLLayout.js",
11614
11614
  "declarations": [],
11615
11615
  "exports": []
11616
11616
  },
@@ -11710,6 +11710,12 @@
11710
11710
  }
11711
11711
  ]
11712
11712
  },
11713
+ {
11714
+ "kind": "javascript-module",
11715
+ "path": "dist/upload-utils/UploadCollectionBodyDnD.js",
11716
+ "declarations": [],
11717
+ "exports": []
11718
+ },
11713
11719
  {
11714
11720
  "kind": "javascript-module",
11715
11721
  "path": "dist/types/FCLLayout.js",
@@ -12039,12 +12045,6 @@
12039
12045
  }
12040
12046
  }
12041
12047
  ]
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.21.0-rc.4",
4
+ "version": "2.21.0",
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.21.0-rc.4",
3
+ "version": "2.21.0",
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.21.0-rc.4",
58
- "@ui5/webcomponents-base": "2.21.0-rc.4",
59
- "@ui5/webcomponents-icons": "2.21.0-rc.4",
60
- "@ui5/webcomponents-theming": "2.21.0-rc.4",
57
+ "@ui5/webcomponents": "2.21.0",
58
+ "@ui5/webcomponents-base": "2.21.0",
59
+ "@ui5/webcomponents-icons": "2.21.0",
60
+ "@ui5/webcomponents-theming": "2.21.0",
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.21.0-rc.4",
66
+ "@ui5/webcomponents-tools": "2.21.0",
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": "3afe33f1a00c7174d9da5e232b0744f970a4caea"
72
+ "gitHead": "a0d9146d9d08f171cabe6d826f104897261a139b"
73
73
  }