@ui5/manifest 1.67.1 → 1.67.2

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.
@@ -711,7 +711,7 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
711
711
  | "1.64.0"
712
712
  | "1.65.0"
713
713
  | "1.66.0"
714
- | "1.67.0";
714
+ | "1.67.2";
715
715
  /**
716
716
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
717
717
  */
@@ -1217,7 +1217,7 @@ export interface SignatureDef {
1217
1217
  */
1218
1218
  format?: "plain" | "array";
1219
1219
  /**
1220
- * DEPRECATED - Indicates the administrator should be prompted to supply a value when creating a tile
1220
+ * [Deprecated] Indicates the administrator should be prompted to supply a value when creating a tile
1221
1221
  */
1222
1222
  prompt?: boolean;
1223
1223
  };
@@ -1329,7 +1329,7 @@ export interface JSONSchemaForSAPUINamespace {
1329
1329
  [k: string]: unknown;
1330
1330
  };
1331
1331
  /**
1332
- * The property is Deprecated. Represents array of supported SAP themes such as sap_hcb, sap_bluecrystal
1332
+ * [Deprecated] Represents array of supported SAP themes such as sap_hcb, sap_bluecrystal
1333
1333
  */
1334
1334
  supportedThemes?: string[];
1335
1335
  /**
@@ -3094,7 +3094,7 @@ export interface JSONSchemaForSAPInsightsNamespace {
3094
3094
  */
3095
3095
  visible?: boolean;
3096
3096
  /**
3097
- * Deprecated: Represents the display order of Insights card
3097
+ * [Deprecated] Represents the display order of Insights card
3098
3098
  */
3099
3099
  rank?: number;
3100
3100
  /**