@openui5/types 1.139.0 → 1.141.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -140,6 +140,10 @@ declare module "sap/tnt/IllustratedMessageType" {
140
140
  * "Dialog" illustration type.
141
141
  */
142
142
  Dialog = "tnt-Dialog",
143
+ /**
144
+ * "EmptyContentPane" illustration type.
145
+ */
146
+ EmptyContentPane = "tnt-EmptyContentPane",
143
147
  /**
144
148
  * "ExternalLink" illustration type.
145
149
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.139.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";