Depreciated Variables

We successfully upgraded to 2023.12 without issue. However, I noticed in our problems tab, a couple variables we were using are now depreciated. What are the replacements for these variables? Thanks!

APP_UI_PROPERTY.TRUST_DATA_AS_HTML
APP_NG_PROPERTY.FORM_BASED_BROWSER_HISTORY
APP_NG_PROPERTY.WINDOW_BRANDING_TITLE
APP_NG_PROPERTY.WINDOW_TIMEOUT

These are your replacements for the properties. There now called now CONSTANTS

UICONSTANTS.TRUST_DATA_AS_HTML
NGCONSTANTS.FORM_BASED_BROWSER_HISTORY
NGCONSTANTS.WINDOW_BRANDING_TITLE
NGCONSTANTS.WINDOW_TIMEOUT