@sapui5/sap.zen.commons 1.96.0 → 1.96.1

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.96.0",
3
+ "version": "1.96.1",
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)",
@@ -5,7 +5,7 @@
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>SAPUI5
7
7
  (c) Copyright 2009-2020 SAP SE. All rights reserved</copyright>
8
- <version>1.96.0</version>
8
+ <version>1.96.1</version>
9
9
  <documentation>Layout components used by Design Studio. NOT INTENDED FOR STANDALONE USAGE.</documentation>
10
10
  <dependencies>
11
11
  <dependency>
@@ -23,7 +23,7 @@ sap.ui.define(
23
23
  * @param {object} [mSettings] Initial settings for the new element
24
24
  * @abstract
25
25
  * @author SAP SE
26
- * @version 1.96.0
26
+ * @version 1.96.1
27
27
  * @experimental
28
28
  * @alias sap.zen.commons.Cell
29
29
  * @since 1.0.0
@@ -34,7 +34,7 @@ sap.ui.define(
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.96.0
37
+ * @version 1.96.1
38
38
  *
39
39
  * @constructor
40
40
  * @param {string} [sId] ID for the new control, generated automatically if no ID is given
@@ -25,7 +25,7 @@ sap.ui.define(
25
25
  * @abstract
26
26
  * @author SAP SE
27
27
  * @experimental since 1.89
28
- * @version 1.96.0
28
+ * @version 1.96.1
29
29
  * @alias sap.zen.commons.SemanticStyle
30
30
  * @since 1.89
31
31
  */
@@ -46,7 +46,7 @@ sap.ui.define(
46
46
  * @extends sap.ui.core.Control
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.96.0
49
+ * @version 1.96.1
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(
25
25
  * @extends sap.ui.core.Element
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.96.0
28
+ * @version 1.96.1
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -26,7 +26,7 @@ sap.ui.define(
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.96.0
29
+ * @version 1.96.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -25,7 +25,7 @@ sap.ui.define(
25
25
  * @extends sap.ui.core.Element
26
26
  * @deprecated since version 1.89
27
27
  * @author SAP SE
28
- * @version 1.96.0
28
+ * @version 1.96.1
29
29
  *
30
30
  * @constructor
31
31
  * @public
@@ -32,13 +32,13 @@ sap.ui.define(
32
32
  * @namespace
33
33
  * @name sap.zen.commons
34
34
  * @author SAP SE
35
- * @version 1.96.0
35
+ * @version 1.96.1
36
36
  * @public
37
37
  */
38
38
  // delegate further initialization of this library to the Core
39
39
  sap.ui.getCore().initLibrary({
40
40
  name : "sap.zen.commons",
41
- version: "1.96.0",
41
+ version: "1.96.1",
42
42
  dependencies : ["sap.ui.core","sap.ui.layout","sap.m"],
43
43
  types: [
44
44
  "sap.zen.commons.BackgroundDesign",