@sapui5/sap.zen.commons 1.84.21 → 1.84.24

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.zen.commons",
3
- "version": "1.84.21",
3
+ "version": "1.84.24",
4
4
  "description": "SAPUI5 Library sap.zen.commons",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -4,7 +4,7 @@
4
4
  <name>sap.zen.commons</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>(c) Copyright 2010-2019 SAP SE or an SAP affiliate company.</copyright>
7
- <version>1.84.21</version>
7
+ <version>1.84.24</version>
8
8
 
9
9
  <documentation>Layout components used by Design Studio. NOT INTENDED FOR STANDALONE USAGE.</documentation>
10
10
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  /**
@@ -19,14 +19,14 @@ sap.ui.define(['jquery.sap.global', 'sap/ui/base/DataType',
19
19
  * @namespace
20
20
  * @name sap.zen.commons
21
21
  * @author SAP SE
22
- * @version 1.84.21
22
+ * @version 1.84.24
23
23
  * @public
24
24
  */
25
25
 
26
26
  // delegate further initialization of this library to the Core
27
27
  sap.ui.getCore().initLibrary({
28
28
  name : "sap.zen.commons",
29
- version: "1.84.21",
29
+ version: "1.84.24",
30
30
  dependencies : ["sap.ui.core","sap.ui.layout"],
31
31
  types: [
32
32
  "sap.zen.commons.layout.BackgroundDesign",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../../../../../sap/ui/core/themes/base/base.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2022 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2023 SAP SE. All rights reserved.
4
4
  */
5
5
 
6
6
  @import "../base/library.source.less";