Name

sn_theme_builder.Constants

Description

No description available

Script

var Constants = Class.create();

Constants.GLOBAL_DOMAIN_ID = 'global';
Constants.MINLENGTH = 3;
Constants.MAXLENGTH = 255;
Constants.MINVAL = 0;
Constants.MAXVALUE = Constants.MAXLENGTH;
Constants.IMAGE_CATEGORY_VALUE = 'image';
Constants.IMAGE_LOCATION = 'header_logo';
Constants.FILE_EXTENSION_REGEX = /^(.+)\.([a-z]+)$/;
Constants.THEME_BUILDER_PREFIX = 'THEME_BUILDER: ';
Constants.POLARIS_THEME_ID = '31bf91ae07203010e03948f78ad30095';
Constants.USWDS_THEME_ID = '7a2773b45f2311101e21a016617313df';
Constants.STYLE_VARIANT_TYPE = 'variant'

Constants.ERROR_LOG_TYPE = 'critical';
Constants.WARN_LOG_TYPE = 'warning';
Constants.INFO_LOG_TYPE = 'info';

Constants.SYS_UX_STYLE_TABLE_NAME = 'sys_ux_style';
Constants.SYS_UX_THEME_TABLE_NAME = 'sys_ux_theme';
Constants.M2M_THEME_STYLE_TABLE_NAME = 'm2m_theme_style';
Constants.M2M_STYLE_ASSET_TABLE_NAME = 'm2m_style_asset';
Constants.SYS_ATTACHEMENT_TABLE_NAME = 'sys_attachment';
Constants.SYS_UX_THEME_CUSTOMIZATION_TABLE_NAME = 'sys_ux_theme_customization';
Constants.SYS_UX_PAGE_REGISTRY_TABLE_NAME = 'sys_ux_page_registry';
Constants.SYS_UX_APP_CONFIG_TABLE_NAME = 'sys_ux_app_config';
Constants.SYS_UX_THEME_ASSET_TABLE_NAME = 'sys_ux_theme_asset';
Constants.SYS_UX_APP_ROUTE_TABLE_NAME = 'sys_ux_app_route';
Constants.SYS_USER_PREFERENCE_TABLE_NAME = 'sys_user_preference';
Constants.SYS_SG_NATIVE_CLIENT_TABLE_NAME = 'sys_sg_native_client';

Constants.PRIMARY_COLOR_RGB_DEFAULT = '103, 103, 103';
Constants.SECONDARY_COLOR_RGB_DEFAULT = '103, 103, 103';
Constants.NEUTRAL_COLOR_RGB_DEFAULT = '204, 204, 204';

Constants.SYS_ID_QUERY_KEY = 'sys_id=';
Constants.STYLE_QUERY_KEY = 'style=';
Constants.SYS_ID_COLUMN_FIELD = 'sys_id';
Constants.DESCRIPTION_COLUMN_FIELD = 'description';
Constants.SYS_SCOPE_COLUMN_FIELD = 'sys_scope';
Constants.SYS_DOMAIN_COLUMN_FIELD = 'sys_domain';
Constants.STYLE_COLUMN_FIELD = 'style';
Constants.THEME_COLUMN_FIELD = 'theme';
Constants.TABLE_ID_COLUMN_FIELD = 'table_sys_id';
Constants.FILE_NAME_COLUMN_FIELD = 'file_name';
Constants.CONTENT_TYPE_COLUMN_FIELD = 'content_type';
Constants.TITLE_COLUMN_FIELD = 'title';
Constants.TYPE_COLUMN_FIELD = 'type';
Constants.PATH_COLUMN_FIELD = 'path';
Constants.ADMIN_PANEL_COLUMN_FIELD = 'admin_panel';
Constants.LANDING_PATH_COLUMN_FIELD = 'landing_path';
Constants.CUSTOMIZATION_COLUMN_FIELD = 'customization';
Constants.NAME_COLUMN_FIELD = 'name';
Constants.ASSET_COLUMN_FIELD = 'asset';
Constants.PROPERTIES_COLUMN_FIELD = 'properties';
Constants.TABLE_NAME_COLUMN_FIELD = 'table_name';
Constants.APP_CONFIG_COLUMN_FIELD = 'app_config';
Constants.ROUTE_TYPE_COLUMN_FIELD = 'route_type';

Constants.USER_PREFERENCE_SORT_BY = 'theme_builder.sort_by'
Constants.USER_PREFERENCE_SORT_DIRECTION = 'theme_builder.sort_by.direction'

Constants.SYS_DOMAIN_PATH = 'sys_domain_path';
Constants.IN_OPERATOR = 'IN';
Constants.NOW = 'now';
Constants.FORWARD_SLASH = '/';
Constants.STYLE_INTERNAL_TYPE_NAME = '_typeName';


Constants.IMAGERY_STYLE_TYPE = 'Imagery';
Constants.TYPOGRAPHY_STYLE_TYPE = 'Typography';
Constants.COLORS_STYLE_TYPE = 'Colors';
Constants.SHAPE_STYLE_TYPE = 'Shape and Form';
Constants.MOBILE_STYLE_TYPE = 'Mobile Colors';
Constants.STYLE_CORE_TYPE = 'core';

Constants.IMAGERY_STYLE_GRAPHQL_TYPE = 'ImageryStyle';
Constants.TYPOGRAPHY_STYLE_GRAPHQL_TYPE = 'TypographyStyle';
Constants.COLORS_STYLE_GRAPHQL_TYPE = 'ColorsStyle';
Constants.SHAPE_STYLE_GRAPHQL_TYPE = 'ShapeStyle';
Constants.UNKNOWN_STYLE_GRAPHQL_TYPE = 'UnknownStyle';
Constants.CUSTOMIZATION_GRAPHQL_TYPE = 'Customization';
Constants.THEME_GRAPHQL_TYPE = 'Theme';
Constants.LOGGER_GRAPHQL_TYPE = 'Logger';
Constants.BOOLEAN_GRAPHQL_TYPE = 'BooleanType';
Constants.STRING_GRAPHQL_TYPE = 'StringType';

Constants.VALUE = 'value';
Constants.DISPLAY_VALUE = 'display_value';
Constants.EMPTY_STR = '';
Constants.COMMA = ',';
Constants.CUSTOMIZED_NAME = 'customized_name';
Constants.IS_SECONDARY_COLOR_UPDATED = 'isSecondaryColorUpdated';
Constants.CONTRAST_RATIO_VIOLATED = 'contrast_ratio_violated';
Constants.SECONDARY_COLOR_UPDATED = 'secondary_color_updated';
Constants.COLOR_HOOK_OVERRIDDEN = 'color_hook_overridden';
Constants.FEEDBACK = 'feedback';

Constants.BRAND_PRIMARY_COLOR_HOOK_NAME = '--now-color_brand--primary';
Constants.BRAND_SECONDARY_COLOR_HOOK_NAME = '--now-color_brand--secondary';
Constants.BRAND_NEUTRAL_COLOR_HOOK_NAME = '--now-color_brand--neutral';
Constants.PRIMARY_COLOR_HOOK_NAME = '--now-color--primary';
Constants.SURFACE_BRAND_COLOR_HOOK_NAME = '--now-color_surface--brand';
Constants.SELECTION_PRIMARY_COLOR_HOOK_NAME = '--now-color_selection--primary';
Constants.CHROME_BRAND_COLOR_HOOK_NAME = '--now-color_chrome--brand';
Constants.CHROME_DIVIDER_COLOR_HOOK_NAME = '--now-color_chrome--divider';
Constants.INTERACTIVE_COLOR_HOOK_NAME = '--now-color--interactive';
Constants.SECONDARY_COLOR_HOOK_NAME = '--now-color--secondary';
Constants.SELECTION_SECONDARY_COLOR_HOOK_NAME = '--now-color_selection--secondary';
Constants.NEUTRAL_COLOR_HOOK_NAME = '--now-color--neutral';
Constants.SECONDARY_NAV_BRAND_COLOR_HOOK_NAME = '--now-color_secondary-nav--brand';
Constants.SECONDARY_NAV_DIVIDER_COLOR_HOOK_NAME = '--now-color_secondary-nav--divider';
Constants.NOW_FONT_FAMILY_HOOK_NAME = '--now-font-family';
Constants.ACTIONABLE_BORDER_RADIUS_HOOK_NAME = '--now-actionable--border-radius';
Constants.ADDITIONAL_COLORS_REFERENCE_REGEX = /--now-color-reference-\d+/g;
Constants.ADDITIONAL_COLORS_REFERENCE_PREFIX = '--now-color-reference-';

Constants.INITIAL = {
  colors: {
      colorGenerationVersion: 'V1',
      base: {
          '--now-color--neutral': '73,88,90',
          '--now-color--primary': '30,133,109',
          '--now-color--secondary': '1,119,142',
          '--now-color_selection--primary': '30,133,109',
          '--now-color_selection--secondary': '229,238,240',
          '--now-color--interactive': '1,119,142',
          '--now-color--link': '1,119,142',
          '--now-color--focus': '1,119,142',
          '--now-color_focus-ring': '63,94,223',
          '--now-color_focus-ring_shadow': '255,255,255',
          '--now-color_alert--critical': '200,60,54',
          '--now-color_alert--high': '221,145,34',
          '--now-color_alert--warning': '210,195,0',
          '--now-color_alert--moderate': '84,86,207',
          '--now-color_alert--info': '14,120,196',
          '--now-color_alert--positive': '37,131,43',
          '--now-color_alert--positive-0': '202, 223, 192',
          '--now-color_alert--positive-1': '126, 177, 101',
          '--now-color_alert--low': '102,102,102',
          '--now-color_surface--brand': '147,192,174',
          '--now-color_chrome--brand': '41,63,64',
          '--now-color_chrome--divider': '36,55,56',
          '--now-color_secondary-nav--brand': '204, 204, 204',
          '--now-color_secondary-nav--divider': '204, 204, 204',
          '--now-color_background--primary': '255,255,255',
          '--now-color_background--secondary': '242, 243, 242',
          '--now-color_background--tertiary': '217, 218, 217',
          '--now-color_surface--neutral': '0,117,74',
          '--now-color_divider--primary': '193,197,204',
          '--now-color_divider--secondary': '211,214,219',
          '--now-color_divider--tertiary': '227,229,233',
          '--now-color_surface--divider': '76,88,90',
          '--now-color_text--primary': '22,25,31',
          '--now-color_text--secondary': '70,77,90',
          '--now-color_text--tertiary': '111,117,130',
          '--now-color_border--primary': '144,149,160',
          '--now-color_border--secondary': '177,181,190',
          '--now-color_border--tertiary': '211,214,219',
          '--now-color_grouped--blue': '120,176,204',
          '--now-color_grouped--brown': '156,138,119',
          '--now-color_grouped--gray': '139,145,150',
          '--now-color_grouped--green': '147,170,125',
          '--now-color_grouped--green-yellow': '154,173,94',
          '--now-color_grouped--magenta': '203,121,193',
          '--now-color_grouped--orange': '215,129,106',
          '--now-color_grouped--pink': '203,121,143',
          '--now-color_grouped--purple': '181,155,209',
          '--now-color_grouped--teal': '104,174,163',
          '--now-color_grouped--yellow': '240,207,101',
      },
      properties: {
          '--now-container--border-color': '--now-color_border--tertiary',
          '--now-container--color': '--now-color_background--primary',
          '--now-display-type_label--color': '--now-color_text--tertiary',
          '--now-display-type_value--color': '--now-display-type--color',
          '--now-display-type--color': '--now-color_text--primary',
          '--now-display-type--primary--color': '--now-display-type--color',
          '--now-display-type--secondary--color': '--now-color_text--secondary',
          '--now-display-type--tertiary--color': '--now-color_text--tertiary',
          '--now-loading--initial--background-color': '--now-color--primary-1',
          '--now-loading--initial--border-color': '--now-color--primary-2',
          '--now-menu_divider--color': '--now-color_divider--tertiary',
          '--now-menu--background-color': '--now-color_background--primary',
          '--now-menu--border-color': '--now-color_border--primary',
          '--now-messaging--background-color': '--now-color_background--primary',
          '--now-messaging--border-color': '--now-color_border--secondary',
          '--now-window--background-color': '--now-color_background--primary',
          '--now-window--border-color': '--now-color_border--secondary',
          '--now-accordion_caption--primary--color': '--now-color_text--primary',
          '--now-accordion_caption--secondary--color': '--now-color_text--tertiary',
          '--now-accordion_divider--color': '--now-color_divider--secondary',
          '--now-accordion_heading--primary--color': '--now-color_text--primary',
          '--now-accordion_heading--secondary--color': '--now-color_text--tertiary',
          '--now-accordion_icon--color': '--now-color_text--tertiary',
          '--now-accordion--color': '--now-color--secondary-1',
          '--now-accordion--color--disabled': '--now-button--color--disabled',
          '--now-alert-list_controller--background-color': '--now-color_alert--low-0',
          '--now-alert-list_controller--background-color--active': '--now-alert-list_controller--background-color',
          '--now-alert-list_controller--background-color--hover': '--now-alert-list_controller--background-color',
          '--now-alert-list_controller--border-color': '--now-color_alert--low-1',
          '--now-alert-list_controller--border-color--active': '--now-alert-list_controller--border-color',
          '--now-alert-list_controller--border-color--hover': '--now-alert-list_controller--border-color',
          '--now-alert-list_controller--color': '--now-alert--color',
          '--now-alert-list_controller--color--active': '--now-alert-list_controller--color',
          '--now-alert-list_controller--color--hover': '--now-alert-list_controller--color',
          '--now-alert-list_controller-dismiss--background-color': '--now-alert_button--background-color',
          '--now-alert-list_controller-dismiss--background-color--active': '--now-alert_button--background-color--active',
          '--now-alert-list_controller-dismiss--background-color--hover': '--now-alert_button--background-color--hover',
          '--now-alert-list_controller-dismiss--border-color': '--now-alert_button--border-color',
          '--now-alert-list_controller-dismiss--color': '--now-alert-list_controller--color',
          '--now-alert-list_controller-dismiss--color--active': '--now-alert-list_controller--color',
          '--now-alert-list_controller-dismiss--color--hover': '--now-alert-list_controller--color',
          '--now-alert_button--background-color': '--now-color_background--primary',
          '--now-alert_button--background-color--active': '--now-alert_button--background-color',
          '--now-alert_button--background-color--hover': '--now-alert_button--background-color',
          '--now-alert_button--border-color': '--now-color_text--primary',
          '--now-alert_button--border-color--active': '--now-alert_button--border-color',
          '--now-alert_button--border-color--hover': '--now-alert_button--border-color',
          '--now-alert_button--color': '--now-alert--color',
          '--now-alert_button--color--active': '--now-alert_button--color',
          '--now-alert_button--color--hover': '--now-alert_button--color',
          '--now-alert--color': '--now-color_text--primary',
          '--now-alert--critical--background-color': '--now-color_alert--critical-0',
          '--now-alert--critical--border-color': '--now-color_alert--critical-1',
          '--now-alert--critical--color': '--now-color_alert--critical-3',
          '--now-alert--critical--color--active': '--now-color_alert--critical-5',
          '--now-alert--critical--color--hover': '--now-color_alert--critical-4',
          '--now-alert--high--background-color': '--now-color_alert--high-0',
          '--now-alert--high--border-color': '--now-color_alert--high-1',
          '--now-alert--high--color': '--now-color_alert--high-3',
          '--now-alert--high--color--active': '--now-color_alert--high-5',
          '--now-alert--high--color--hover': '--now-color_alert--high-4',
          '--now-alert--info--background-color': '--now-color_alert--info-0',
          '--now-alert--info--border-color': '--now-color_alert--info-1',
          '--now-alert--info--color': '--now-color_alert--info-3',
          '--now-alert--info--color--active': '--now-color_alert--info-5',
          '--now-alert--info--color--hover': '--now-color_alert--info-4',
          '--now-alert--low--background-color': '--now-color_alert--low-0',
          '--now-alert--low--border-color': '--now-color_alert--low-1',
          '--now-alert--low--color': '--now-color_alert--low-3',
          '--now-alert--low--color--active': '--now-color_alert--low-5',
          '--now-alert--low--color--hover': '--now-color_alert--low-4',
          '--now-alert--moderate--background-color': '--now-color_alert--moderate-0',
          '--now-alert--moderate--border-color': '--now-color_alert--moderate-1',
          '--now-alert--moderate--color': '--now-color_alert--moderate-3',
          '--now-alert--moderate--color--active': '--now-color_alert--moderate-5',
          '--now-alert--moderate--color--hover': '--now-color_alert--moderate-4',
          '--now-alert--positive--background-color': '--now-color_alert--positive-0',
          '--now-alert--positive--border-color': '--now-color_alert--positive-1',
          '--now-alert--positive--color': '--now-color_alert--positive-3',
          '--now-alert--positive--color--active': '--now-color_alert--positive-5',
          '--now-alert--positive--color--hover': '--now-color_alert--positive-4',
          '--now-alert--warning--background-color': '--now-color_alert--warning-0',
          '--now-alert--warning--border-color': '--now-color_alert--warning-1',
          '--now-alert--warning--color': '--now-color_alert--warning-4',
          '--now-alert--warning--color--active': '--now-color_text--primary',
          '--now-alert--warning--color--hover': '--now-color_alert--warning-5',
          '--now-avatar--background-color': '--now-color_background--secondary',
          '--now-avatar--border-color': '--now-color_border--tertiary',
          '--now-avatar--color': '--now-color_text--tertiary',
          '--now-badge--primary--color': '--now-color_text--primary',
          '--now-badge--primary_critical--background-color': '--now-color_alert--critical-2',
          '--now-badge--primary_critical--border-color': '--now-color_alert--critical-3',
          '--now-badge--primary_critical--color': '--now-color--neutral-0',
          '--now-badge--primary_high--background-color': '--now-color_alert--high-2',
          '--now-badge--primary_high--border-color': '--now-color_alert--high-3',
          '--now-badge--primary_high--color': '--now-badge--primary--color',
          '--now-badge--primary_info--background-color': '--now-color_alert--info-2',
          '--now-badge--primary_info--border-color': '--now-color_alert--info-3',
          '--now-badge--primary_info--color': '--now-color--neutral-0',
          '--now-badge--primary_low--background-color': '--now-color_alert--low-2',
          '--now-badge--primary_low--border-color': '--now-color_alert--low-3',
          '--now-badge--primary_low--color': '--now-color--neutral-0',
          '--now-badge--primary_moderate--background-color': '--now-color_alert--moderate-2',
          '--now-badge--primary_moderate--border-color': '--now-color_alert--moderate-3',
          '--now-badge--primary_moderate--color': '--now-color--neutral-0',
          '--now-badge--primary_positive--background-color': '--now-color_alert--positive-2',
          '--now-badge--primary_positive--border-color': '--now-color_alert--positive-3',
          '--now-badge--primary_positive--color': '--now-color--neutral-0',
          '--now-badge--primary_warning--background-color': '--now-color_alert--warning-2',
          '--now-badge--primary_warning--border-color': '--now-color_alert--warning-3',
          '--now-badge--primary_warning--color': '--now-badge--primary--color',
          '--now-badge--primary_yellow--color': '--now-badge--primary--color',
          '--now-badge--primary_yellow--background-color': '--now-color_grouped--yellow-2',
          '--now-badge--primary_yellow--border-color': '--now-color_grouped--yellow-3',
          '--now-badge--primary_orange--color': '--now-badge--primary--color',
          '--now-badge--primary_orange--background-color': '--now-color_grouped--orange-2',
          '--now-badge--primary_orange--border-color': '--now-color_grouped--orange-3',
          '--now-badge--primary_magenta--color': '--now-badge--primary--color',
          '--now-badge--primary_magenta--background-color': '--now-color_grouped--magenta-2',
          '--now-badge--primary_magenta--border-color': '--now-color_grouped--magenta-3',
          '--now-badge--primary_purple--color': '--now-badge--primary--color',
          '--now-badge--primary_purple--background-color': '--now-color_grouped--purple-2',
          '--now-badge--primary_purple--border-color': '--now-color_grouped--purple-3',
          '--now-badge--primary_blue--color': '--now-badge--primary--color',
          '--now-badge--primary_blue--background-color': '--now-color_grouped--blue-2',
          '--now-badge--primary_blue--border-color': '--now-color_grouped--blue-3',
          '--now-badge--primary_green-yellow--color': '--now-badge--primary--color',
          '--now-badge--primary_green-yellow--background-color': '--now-color_grouped--green-yellow-2',
          '--now-badge--primary_green-yellow--border-color': '--now-color_grouped--green-yellow-3',
          '--now-badge--primary_pink--color': '--now-badge--primary--color',
          '--now-badge--primary_pink--background-color': '--now-color_grouped--pink-2',
          '--now-badge--primary_pink--border-color': '--now-color_grouped--pink-3',
          '--now-badge--primary_brown--color': '--now-badge--primary--color',
          '--now-badge--primary_brown--background-color': '--now-color_grouped--brown-2',
          '--now-badge--primary_brown--border-color': '--now-color_grouped--brown-3',
          '--now-badge--primary_green--color': '--now-badge--primary--color',
          '--now-badge--primary_green--background-color': '--now-color_grouped--green-2',
          '--now-badge--primary_green--border-color': '--now-color_grouped--green-3',
          '--now-badge--primary_teal--color': '--now-badge--primary--color',
          '--now-badge--primary_teal--background-color': '--now-color_grouped--teal-2',
          '--now-badge--primary_teal--border-color': '--now-color_grouped--teal-3',
          '--now-badge--primary_gray--color': '--now-badge--primary--color',
          '--now-badge--primary_gray--background-color': '--now-color_grouped--gray-2',
          '--now-badge--primary_gray--border-color': '--now-color_grouped--gray-3',
          '--now-badge--secondary--color': '--now-color_text--primary',
          '--now-badge--secondary_critical--background-color': '--now-color_alert--critical-0',
          '--now-badge--secondary_critical--border-color': '--now-color_alert--critical-1',
          '--now-badge--secondary_critical--color': '--now-color_alert--critical-5',
          '--now-badge--secondary_high--background-color': '--now-color_alert--high-0',
          '--now-badge--secondary_high--border-color': '--now-color_alert--high-1',
          '--now-badge--secondary_high--color': '--now-color_alert--high-5',
          '--now-badge--secondary_info--background-color': '--now-color_alert--info-0',
          '--now-badge--secondary_info--border-color': '--now-color_alert--info-1',
          '--now-badge--secondary_info--color': '--now-color_alert--info-5',
          '--now-badge--secondary_low--background-color': '--now-color_alert--low-0',
          '--now-badge--secondary_low--border-color': '--now-color_alert--low-1',
          '--now-badge--secondary_low--color': '--now-color_alert--low-5',
          '--now-badge--secondary_moderate--background-color': '--now-color_alert--moderate-0',
          '--now-badge--secondary_moderate--border-color': '--now-color_alert--moderate-1',
          '--now-badge--secondary_moderate--color': '--now-color_alert--moderate-5',
          '--now-badge--secondary_positive--background-color': '--now-color_alert--positive-0',
          '--now-badge--secondary_positive--border-color': '--now-color_alert--positive-1',
          '--now-badge--secondary_positive--color': '--now-color_alert--positive-5',
          '--now-badge--secondary_warning--background-color': '--now-color_alert--warning-0',
          '--now-badge--secondary_warning--border-color': '--now-color_alert--warning-1',
          '--now-badge--secondary_warning--color': '--now-color_alert--warning-5',
          '--now-badge--secondary_yellow--color': '--now-color--neutral-12',
          '--now-badge--secondary_yellow--background-color': '--now-color_grouped--yellow-0',
          '--now-badge--secondary_yellow--border-color': '--now-color_grouped--yellow-1',
          '--now-badge--secondary_orange--color': '--now-color_grouped--orange-5',
          '--now-badge--secondary_orange--background-color': '--now-color_grouped--orange-0',
          '--now-badge--secondary_orange--border-color': '--now-color_grouped--orange-1',
          '--now-badge--secondary_magenta--color': '--now-color_grouped--magenta-5',
          '--now-badge--secondary_magenta--background-color': '--now-color_grouped--magenta-0',
          '--now-badge--secondary_magenta--border-color': '--now-color_grouped--magenta-1',
          '--now-badge--secondary_purple--color': '--now-color_grouped--purple-5',
          '--now-badge--secondary_purple--background-color': '--now-color_grouped--purple-0',
          '--now-badge--secondary_purple--border-color': '--now-color_grouped--purple-1',
          '--now-badge--secondary_blue--color': '--now-color_grouped--blue-5',
          '--now-badge--secondary_blue--background-color': '--now-color_grouped--blue-0',
          '--now-badge--secondary_blue--border-color': '--now-color_grouped--blue-1',
          '--now-badge--secondary_green-yellow--color': '--now-color_grouped--green-yellow-5',
          '--now-badge--secondary_green-yellow--background-color': '--now-color_grouped--green-yellow-0',
          '--now-badge--secondary_green-yellow--border-color': '--now-color_grouped--green-yellow-1',
          '--now-badge--secondary_pink--color': '--now-color_grouped--pink-5',
          '--now-badge--secondary_pink--background-color': '--now-color_grouped--pink-0',
          '--now-badge--secondary_pink--border-color': '--now-color_grouped--pink-1',
          '--now-badge--secondary_brown--color': '--now-color_grouped--brown-5',
          '--now-badge--secondary_brown--background-color': '--now-color_grouped--brown-0',
          '--now-badge--secondary_brown--border-color': '--now-color_grouped--brown-1',
          '--now-badge--secondary_green--color': '--now-color_grouped--green-5',
          '--now-badge--secondary_green--background-color': '--now-color_grouped--green-0',
          '--now-badge--secondary_green--border-color': '--now-color_grouped--green-1',
          '--now-badge--secondary_teal--color': '--now-color_grouped--teal-5',
          '--now-badge--secondary_teal--background-color': '--now-color_grouped--teal-0',
          '--now-badge--secondary_teal--border-color': '--now-color_grouped--teal-1',
          '--now-badge--secondary_gray--color': '--now-color_grouped--gray-5',
          '--now-badge--secondary_gray--background-color': '--now-color_grouped--gray-0',
          '--now-badge--secondary_gray--border-color': '--now-color_grouped--gray-1',
          '--now-breadcrumbs_dropdown--background-color--active': '--now-color--secondary-3',
          '--now-breadcrumbs_dropdown--background-color--hover': '--now-color--secondary-2',
          '--now-breadcrumbs_dropdown--color': '--now-breadcrumbs--color',
          '--now-breadcrumbs_dropdown--color--active': '--now-breadcrumbs--color--hover',
          '--now-breadcrumbs_dropdown--color--hover': '--now-breadcrumbs--color--hover',
          '--now-breadcrumbs--background-color': '--now-color_background--primary',
          '--now-breadcrumbs--background-color--current': '--now-breadcrumbs--background-color',
          '--now-breadcrumbs--background-color--hover': '--now-breadcrumbs--background-color',
          '--now-breadcrumbs--color': '--now-color_text--secondary',
          '--now-breadcrumbs--color--current': '--now-color_text--primary',
          '--now-breadcrumbs--color--hover': '--now-color_text--primary',
          '--now-button-circular--background-color': '--now-button--primary--background-color',
          '--now-button-circular--background-color--active': '--now-button--primary--background-color--active',
          '--now-button-circular--background-color--disabled': '--now-color--neutral-3',
          '--now-button-circular--background-color--hover': '--now-button--primary--background-color--hover',
          '--now-button-circular--border-color': '--now-button--primary--border-color',
          '--now-button-circular--border-color--active': '--now-button--primary--border-color--active',
          '--now-button-circular--border-color--hover': '--now-button--primary--border-color--hover',
          '--now-button-circular--color': '--now-button--primary--color',
          '--now-button-circular--color--active': '--now-button--primary--color--active',
          '--now-button-circular--color--disabled': '--now-color--neutral-0',
          '--now-button-circular--color--hover': '--now-button--primary--color--hover',
          '--now-button--bare_primary--background-color--active': '--now-color--primary-2',
          '--now-button--bare_primary--background-color--hover': '--now-color--primary-2',
          '--now-button--bare_primary--background-color--selected_active': '--now-button--bare_primary--background-color--active',
          '--now-button--bare_primary--background-color--selected_hover': '--now-button--bare_primary--background-color--hover',
          '--now-button--bare_primary--color': '--now-color--primary-1',
          '--now-button--bare_primary--color--active': '--now-color--primary-3',
          '--now-button--bare_primary--color--hover': '--now-color--primary-2',
          '--now-button--bare_primary--color--selected': '--now-button--bare_primary--color',
          '--now-button--bare_primary--color--selected_active': '--now-button--bare_primary--color--active',
          '--now-button--bare_primary--color--selected_hover': '--now-button--bare_primary--color--hover',
          '--now-button--bare_secondary--background-color--active': '--now-color--secondary-2',
          '--now-button--bare_secondary--background-color--hover': '--now-color--secondary-2',
          '--now-button--bare_secondary--background-color--selected_active': '--now-button--bare_secondary--background-color--active',
          '--now-button--bare_secondary--background-color--selected_hover': '--now-button--bare_secondary--background-color--hover',
          '--now-button--bare_secondary--color': '--now-color--secondary-1',
          '--now-button--bare_secondary--color--active': '--now-color--secondary-3',
          '--now-button--bare_secondary--color--hover': '--now-color--secondary-2',
          '--now-button--bare_secondary--color--selected': '--now-button--bare_secondary--color',
          '--now-button--bare_secondary--color--selected_active': '--now-button--bare_secondary--color--active',
          '--now-button--bare_secondary--color--selected_hover': '--now-button--bare_secondary--color--hover',
          '--now-button--bare_tertiary--background-color--active': '--now-color--neutral-12',
          '--now-button--bare_tertiary--background-color--selected_active': '--now-button--bare_tertiary--background-color--active',
          '--now-button--bare_tertiary--background-color--selected_hover': '--now-button--bare_tertiary--background-color--hover',
          '--now-button--bare_tertiary--color': '--now-color_text--primary',
          '--now-button--bare_tertiary--color--active': '--now-color--secondary-3',
          '--now-button--bare_tertiary--color--hover': '--now-color--secondary-2',
          '--now-button--bare_tertiary--color--selected': '--now-color--secondary-1',
          '--now-button--bare_tertiary--color--selected_active': '--now-button--bare_tertiary--color--active',
          '--now-button--bare_tertiary--color--selected_hover': '--now-button--bare_tertiary--color--hover',
          '--now-button--color--disabled': '--now-color_text--primary',
          '--now-button--primary_high-contrast--color': '--now-color--primary-2',
          '--now-button--primary_high-contrast--color--active': '--now-color_text--primary',
          '--now-button--primary_high-contrast--color--hover': '--now-color--primary-3',
          '--now-button--primary--background-color': '--now-color--primary-1',
          '--now-button--primary--background-color--active': '--now-color--primary-3',
          '--now-button--primary--background-color--hover': '--now-color--primary-2',
          '--now-button--primary--border-color': '--now-color--primary-3',
          '--now-button--primary--border-color--active': '--now-button--primary--border-color',
          '--now-button--primary--border-color--hover': '--now-button--primary--border-color',
          '--now-button--primary--color': '--now-color--neutral-0',
          '--now-button--primary--color--active': '--now-button--primary--color',
          '--now-button--primary--color--hover': '--now-button--primary--color',
          '--now-button--primary_highlighted--background-color--selected': '--now-color--primary-2',
          '--now-button--primary_highlighted--background-color--selected_active': '--now-button--primary_highlighted--background-color--selected',
          '--now-button--primary_highlighted--background-color--selected_hover': '--now-button--primary_highlighted--background-color--selected',
          '--now-button--primary-negative--background-color': '--now-color_alert--critical-2',
          '--now-button--primary-negative--background-color--active': '--now-color_alert--critical-4',
          '--now-button--primary-negative--background-color--hover': '--now-color_alert--critical-3',
          '--now-button--primary-negative--border-color': '--now-color_alert--critical-4',
          '--now-button--primary-negative--border-color--active': '--now-button--primary-negative--border-color',
          '--now-button--primary-negative--border-color--hover': '--now-button--primary-negative--border-color',
          '--now-button--primary-negative--color': '--now-color--neutral-0',
          '--now-button--primary-negative--color--active': '--now-button--primary-negative--color',
          '--now-button--primary-negative--color--hover': '--now-button--primary-negative--color',
          '--now-button--primary-positive--background-color': '--now-color_alert--positive-2',
          '--now-button--primary-positive--background-color--active': '--now-color_alert--positive-4',
          '--now-button--primary-positive--background-color--hover': '--now-color_alert--positive-3',
          '--now-button--primary-positive--border-color': '--now-color_alert--positive-4',
          '--now-button--primary-positive--border-color--active': '--now-color_alert--positive-4',
          '--now-button--primary-positive--border-color--hover': '--now-color_alert--positive-4',
          '--now-button--primary-positive--color': '--now-button--primary--color',
          '--now-button--primary-positive--color--active': '--now-button--primary-positive--color',
          '--now-button--primary-positive--color--hover': '--now-button--primary-positive--color',
          '--now-button--primary-selection--color': '--now-color_selection--primary-2',
          '--now-button--primary-selection--color--active': '--now-color_selection--primary-4',
          '--now-button--primary-selection--color--hover': '--now-color_selection--primary-3',
          '--now-button--primary-selection--background-color--active': '--now-color_selection--primary-3',
          '--now-button--primary-selection--background-color--hover': '--now-color_selection--primary-3',
          '--now-button--primary-selection_high-contrast--color': '--now-color_selection--primary-4',
          '--now-button--primary-selection_high-contrast--color--active': '--now-color_text--primary',
          '--now-button--primary-selection_high-contrast--color--hover': '--now-color_text--primary',
          '--now-button--primary-selection_highlighted--background-color--selected': '--now-color_selection--primary-2',
          '--now-button--primary-selection_highlighted--background-color--selected_active': '--now-button--primary-selection_highlighted--background-color--selected',
          '--now-button--primary-selection_highlighted--background-color--selected_hover': '--now-button--primary-selection_highlighted--background-color--selected',
          '--now-button--secondary_high-contrast--color': '--now-color--secondary-2',
          '--now-button--secondary_high-contrast--color--active': '--now-color_text--primary',
          '--now-button--secondary_high-contrast--color--hover': '--now-color--secondary-3',
          '--now-button--secondary--background-color': '--now-color_background--tertiary',
          '--now-button--secondary--background-color--active': '--now-color--neutral-5',
          '--now-button--secondary--background-color--hover': '--now-color--neutral-3',
          '--now-button--secondary--border-color': '--now-color--neutral-7',
          '--now-button--secondary--border-color--active': '--now-color--neutral-7',
          '--now-button--secondary--border-color--hover': '--now-color--neutral-7',
          '--now-button--secondary--color': '--now-color--neutral-18',
          '--now-button--secondary--color--active': '--now-color--secondary-3',
          '--now-button--secondary--color--hover': '--now-color--secondary-2',
          '--now-button--secondary_highlighted--background-color--selected': '--now-color--primary-2',
          '--now-button--secondary_highlighted--background-color--selected_active': '--now-button--secondary_highlighted--background-color--selected',
          '--now-button--secondary_highlighted--background-color--selected_hover': '--now-button--secondary_highlighted--background-color--selected',
          '--now-button--secondary-negative--background-color': '--now-color_alert--critical-0',
          '--now-button--secondary-negative--background-color--active': '--now-color_alert--critical-2',
          '--now-button--secondary-negative--background-color--hover': '--now-color_alert--critical-1',
          '--now-button--secondary-negative--border-color': '--now-color_alert--critical-2',
          '--now-button--secondary-negative--border-color--active': '--now-button--secondary-negative--border-color',
          '--now-button--secondary-negative--border-color--hover': '--now-button--secondary-negative--border-color',
          '--now-button--secondary-negative--color': '--now-color_alert--critical-4',
          '--now-button--secondary-negative--color--active': '--now-color--neutral-0',
          '--now-button--secondary-negative--color--hover': '--now-color_alert--critical-5',
          '--now-button--secondary-positive--background-color': '--now-color_alert--positive-0',
          '--now-button--secondary-positive--background-color--active': '--now-color_alert--positive-2',
          '--now-button--secondary-positive--background-color--hover': '--now-color_alert--positive-1',
          '--now-button--secondary-positive--border-color': '--now-color_alert--positive-2',
          '--now-button--secondary-positive--border-color--active': '--now-button--secondary-positive--border-color',
          '--now-button--secondary-positive--border-color--hover': '--now-button--secondary-positive--border-color',
          '--now-button--secondary-positive--color': '--now-color_alert--positive-4',
          '--now-button--secondary-positive--color--active': '--now-color--neutral-0',
          '--now-button--secondary-positive--color--hover': '--now-color_alert--positive-5',
          '--now-button--secondary-selection--color': '--now-color_selection--primary-2',
          '--now-button--secondary-selection--color--active': '--now-color_selection--primary-4',
          '--now-button--secondary-selection--color--hover': '--now-color_selection--primary-3',
          '--now-button--secondary-selection--background-color--active': '--now-color--neutral-12',
          '--now-button--secondary-selection--background-color--hover': '--now-color--neutral-12',
          '--now-button--secondary-selection_high-contrast--color': '--now-color_selection--primary-4',
          '--now-button--secondary-selection_high-contrast--color--active': '--now-color_text--primary',
          '--now-button--secondary-selection_high-contrast--color--hover': '--now-color--neutral-18',
          '--now-button--secondary-selection_highlighted--background-color--selected': '--now-color_selection--primary-2',
          '--now-button--secondary-selection_highlighted--background-color--selected_active': '--now-button--secondary-selection_highlighted--background-color--selected',
          '--now-button--secondary-selection_highlighted--background-color--selected_hover': '--now-button--secondary-selection_highlighted--background-color--selected',
          '--now-button--tertiary_high-contrast--color': '--now-button--tertiary--color',
          '--now-button--tertiary_high-contrast--color--active': '--now-color_text--primary',
          '--now-button--tertiary_high-contrast--color--hover': '--now-color--secondary-3',
          '--now-button--tertiary--background-color': '--now-color_background--primary',
          '--now-button--tertiary--background-color--active': '--now-color--neutral-5',
          '--now-button--tertiary--background-color--hover': '--now-color--neutral-2',
          '--now-button--tertiary--border-color': '--now-color--neutral-7',
          '--now-button--tertiary--border-color--active': '--now-button--tertiary--border-color',
          '--now-button--tertiary--border-color--hover': '--now-button--tertiary--border-color',
          '--now-button--tertiary--color': '--now-color_text--primary',
          '--now-button--tertiary--color--active': '--now-color--secondary-3',
          '--now-button--tertiary--color--hover': '--now-color--secondary-2',
          '--now-button--tertiary_highlighted--background-color--selected': '--now-color--neutral-12',
          '--now-button--tertiary_highlighted--background-color--selected_hover': '--now-button--tertiary_highlighted--background-color--selected',
          '--now-button--tertiary_highlighted--background-color--selected_active': '--now-button--tertiary_highlighted--background-color--selected',
          '--now-button--tertiary-selection--color': '--now-color_text--primary',
          '--now-button--tertiary-selection--color--active': '--now-color_selection--primary-4',
          '--now-button--tertiary-selection--color--hover': '--now-color_selection--primary-3',
          '--now-button--tertiary-selection--color--selected': '--now-color_selection--primary-2',
          '--now-button--tertiary-selection--color--selected_active': '--now-button--tertiary-selection--color--active',
          '--now-button--tertiary-selection--color--selected_hover': '--now-button--tertiary-selection--color--hover',
          '--now-button--tertiary-selection--background-color--active': '--now-color--neutral-12',
          '--now-button--tertiary-selection--background-color--hover': '--now-color--neutral-12',
          '--now-button--tertiary-selection_high-contrast--color': '--now-color--neutral-15',
          '--now-button--tertiary-selection_high-contrast--color--active': '--now-color_text--primary',
          '--now-button--tertiary-selection_high-contrast--color--hover': '--now-color_selection--primary-4',
          '--now-button--tertiary-selection_high-contrast--color--selected': '--now-color_selection--primary-3',
          '--now-button--tertiary-selection_high-contrast--color--selected_active': '--now-button--tertiary-selection_high-contrast--color--active',
          '--now-button--tertiary-selection_high-contrast--color--selected_hover': '--now-button--tertiary-selection_high-contrast--color--hover',
          '--now-button--tertiary-selection_highlighted--background-color--selected': '--now-color_selection--primary-2',
          '--now-button--tertiary-selection_highlighted--background-color--selected_active': '--now-button--tertiary-selection_highlighted--background-color--selected',
          '--now-button--tertiary-selection_highlighted--background-color--selected_hover': '--now-button--tertiary-selection_highlighted--background-color--selected',
          '--now-card-divider--color': '--now-color_divider--tertiary',
          '--now-card-footer--color': '--now-color_text--tertiary',
          '--now-card-header_caption--color': '--now-color_text--tertiary',
          '--now-card-header_heading--primary--color': '--now-color_text--secondary',
          '--now-card-header_heading--secondary--color': '--now-color_text--primary',
          '--now-card-header_heading--tertiary--color': '--now-color_text--secondary',
          '--now-card-header_tagline--secondary--color': '--now-color--secondary-1',
          '--now-card-header_tagline--tertiary--color': '--now-color_text--tertiary',
          '--now-card_sidebar--primary_critical--background-color': '--now-color_alert--critical-2',
          '--now-card_sidebar--primary_high--background-color': '--now-color_alert--high-4',
          '--now-card_sidebar--primary_info--background-color': '--now-color_alert--info-2',
          '--now-card_sidebar--primary_low--background-color': '--now-color_alert--low-2',
          '--now-card_sidebar--primary_moderate--background-color': '--now-color_alert--moderate-2',
          '--now-card_sidebar--primary_positive--background-color': '--now-color_alert--positive-2',
          '--now-card_sidebar--primary_warning--background-color': '--now-color_alert--warning-4',
          '--now-card_sidebar--secondary_critical--background-color': '--now-color_alert--critical-1',
          '--now-card_sidebar--secondary_high--background-color': '--now-color_alert--high-1',
          '--now-card_sidebar--secondary_info--background-color': '--now-color_alert--info-1',
          '--now-card_sidebar--secondary_low--background-color': '--now-color_alert--low-1',
          '--now-card_sidebar--secondary_moderate--background-color': '--now-color_alert--moderate-1',
          '--now-card_sidebar--secondary_positive--background-color': '--now-color_alert--positive-1',
          '--now-card_sidebar--secondary_warning--background-color': '--now-color_alert--warning-1',
          '--now-card_sidebar--tertiary_critical--background-color': '--now-color_alert--critical-0',
          '--now-card_sidebar--tertiary_high--background-color': '--now-color_alert--high-0',
          '--now-card_sidebar--tertiary_info--background-color': '--now-color_alert--info-0',
          '--now-card_sidebar--tertiary_low--background-color': '--now-color_alert--low-0',
          '--now-card_sidebar--tertiary_moderate--background-color': '--now-color_alert--moderate-0',
          '--now-card_sidebar--tertiary_positive--background-color': '--now-color_alert--positive-0',
          '--now-card_sidebar--tertiary_warning--background-color': '--now-color_alert--warning-0',
          '--now-card--background-color': '--now-color_background--primary',
          '--now-card--background-color--active': '--now-card--background-color',
          '--now-card--background-color--hover': '--now-card--background-color',
          '--now-card--background-color--selected': '--now-card--background-color',
          '--now-card--border-color': '--now-color_border--tertiary',
          '--now-card--border-color--active': '--now-color--primary-3',
          '--now-card--border-color--hover': '--now-color_border--secondary',
          '--now-card--border-color--selected': '--now-color--primary-1',
          '--now-checkbox_focus-ring--border-color--focus': '--now-checkbox--background-color',
          '--now-checkbox_focus-ring--border-color--invalid_focus': '--now-checkbox--background-color',
          '--now-checkbox_icon--color': '--now-color--neutral-18',
          '--now-checkbox_icon--color--hover': '--now-color--secondary-1',
          '--now-checkbox_icon--color--invalid': '--now-color_alert--critical-5',
          '--now-checkbox_icon--color--readonly': '--now-color_text--primary',
          '--now-checkbox_label--color': '--now-color_text--primary',
          '--now-checkbox_required-indicator--color': '--now-color_text--tertiary',
          '--now-checkbox_required-indicator--color--invalid': '--now-color_alert--critical-2',
          '--now-checkbox--background-color': '--now-color_background--primary',
          '--now-checkbox--background-color--active': '--now-color--secondary-0',
          '--now-checkbox--background-color--checked': '--now-checkbox--background-color',
          '--now-checkbox--background-color--checked_active': '--now-checkbox--background-color',
          '--now-checkbox--background-color--checked_hover': '--now-color--secondary-0',
          '--now-checkbox--background-color--checked_invalid': '--now-checkbox--background-color',
          '--now-checkbox--background-color--checked_invalid_active': '--now-checkbox--background-color',
          '--now-checkbox--background-color--checked_invalid_focus': '--now-checkbox--background-color',
          '--now-checkbox--background-color--checked_invalid_hover': '--now-checkbox--background-color--invalid',
          '--now-checkbox--background-color--checked_readonly': '--now-checkbox--background-color--readonly',
          '--now-checkbox--background-color--hover': '--now-color--secondary-0',
          '--now-checkbox--background-color--invalid': '--now-color_alert--critical-0',
          '--now-checkbox--background-color--invalid_active': '--now-checkbox--background-color--invalid',
          '--now-checkbox--background-color--invalid_focus': '--now-checkbox--background-color--invalid',
          '--now-checkbox--background-color--invalid_hover': '--now-checkbox--background-color--invalid',
          '--now-checkbox--background-color--readonly': '--now-color--neutral-3',
          '--now-checkbox--border-color': '--now-color_border--primary',
          '--now-checkbox--border-color--checked': '--now-color_border--primary',
          '--now-checkbox--border-color--checked_active': '--now-color--secondary-1',
          '--now-checkbox--border-color--checked_focus': '--now-color--secondary-1',
          '--now-checkbox--border-color--checked_hover': '--now-checkbox--border-color--hover',
          '--now-checkbox--border-color--checked_invalid': '--now-checkbox--border-color--invalid',
          '--now-checkbox--border-color--checked_invalid_active': '--now-checkbox--border-color--invalid',
          '--now-checkbox--border-color--checked_invalid_focus': '--now-checkbox--border-color--invalid',
          '--now-checkbox--border-color--checked_invalid_hover': '--now-checkbox--border-color--invalid',
          '--now-checkbox--border-color--checked_readonly': '--now-color_border--secondary',
          '--now-checkbox--border-color--focus': '--now-color--secondary-1',
          '--now-checkbox--border-color--hover': '--now-color--secondary-1',
          '--now-checkbox--border-color--invalid': '--now-color_alert--critical-2',
          '--now-checkbox--border-color--invalid_active': '--now-checkbox--border-color--invalid',
          '--now-checkbox--border-color--invalid_hover': '--now-checkbox--border-color--invalid',
          '--now-checkbox--border-color--readonly': '--now-checkbox--border-color',
          '--now-content-tree_divider--color': '--now-color_divider--tertiary',
          '--now-content-tree_dragdrop--background-color': '--now-color_background--primary',
          '--now-content-tree_dragdrop--color': '--now-color_alert--info-2',
          '--now-content-tree_drop-target-parent--border-color': '--now-color_alert--info-2',
          '--now-content-tree_icon--color--error': '--now-color_alert--critical-2',
          '--now-content-tree_icon-identifier--actionable--color': '--now-color--secondary-1',
          '--now-content-tree_icon-identifier--color': '--now-color--neutral-9',
          '--now-content-tree_label--color--error': '--now-color_text--tertiary',
          '--now-content-tree_label--color--loading': '--now-color--primary-1',
          '--now-content-tree_placeholder--color': '--now-color_text--primary',
          '--now-content-tree_placeholder--color--active': '--now-color--secondary-3',
          '--now-content-tree_placeholder--color--hover': '--now-color--secondary-1',
          '--now-content-tree_sidebar--background-color--selected': '--now-color--primary-1',
          '--now-content-tree_trigger--background-color--active': '--now-color--secondary-2',
          '--now-content-tree_trigger--background-color--hover': '--now-color--secondary-2',
          '--now-content-tree_trigger--color': '--now-color_text--tertiary',
          '--now-content-tree_trigger--color--active': '--now-content-tree_trigger--color',
          '--now-content-tree_trigger--color--hover': '--now-color--secondary-1',
          '--now-content-tree--background-color': '--now-color_background--primary',
          '--now-content-tree--background-color--hover': '--now-color--primary-0',
          '--now-content-tree--background-color--selected': '--now-color--primary-0',
          '--now-content-tree--background-color--selected-child': '--now-color--neutral-9',
          '--now-content-tree--color': '--now-color_text--primary',
          '--now-dragdrop_badge--background-color': '--now-color_alert--info-2',
          '--now-dragdrop_badge--border-color': '--now-color--neutral-0',
          '--now-dragdrop_badge--color': '--now-color--neutral-0',
          '--now-dragdrop_ghost--background-color': '--now-color--neutral-0',
          '--now-dropdown-list_checkmark--color': '--now-color--primary-2',
          '--now-dropdown-list_divider--color': '--now-menu_divider--color',
          '--now-dropdown-list_heading--background-color': '--now-color_background--secondary',
          '--now-dropdown-list_heading--color': '--now-color_text--tertiary',
          '--now-dropdown-list_search--background-color': '--now-menu--background-color',
          '--now-dropdown-list_search--background-color--hover': '--now-color_background--secondary',
          '--now-dropdown-list_search--border-color': '--now-menu--border-color',
          '--now-dropdown-list_search--color': '--now-color_text--primary',
          '--now-dropdown-list_search--color--placeholder': '--now-color_text--tertiary',
          '--now-dropdown-list_sublabel--color': '--now-color_text--tertiary',
          '--now-dropdown-list--background-color': '--now-menu--background-color',
          '--now-dropdown-list--background-color--focus': '--now-color--secondary-0',
          '--now-dropdown-list--background-color--highlighted': '--now-color_alert--warning-0',
          '--now-dropdown-list--border-color': '--now-menu--border-color',
          '--now-dropdown-list--color': '--now-color_text--primary',
          '--now-dropdown-list--color--disabled': '--now-color_text--primary',
          '--now-dropdown-list--color--focus': '--now-color_text--primary',
          '--now-dropdown-list--color--highlighted': '--now-dropdown-list--color',
          '--now-dropdown--primary-selection--background-color': '--now-color_selection--primary-2',
          '--now-dropdown--primary-selection--background-color--active': '--now-color_selection--primary-4',
          '--now-dropdown--primary-selection--background-color--hover': '--now-color_selection--primary-3',
          '--now-dropdown--primary-selection--border-color': '--now-color_selection--primary-4',
          '--now-dropdown--primary-selection--border-color--active': '--now-dropdown--primary-selection--border-color',
          '--now-dropdown--primary-selection--border-color--hover': '--now-dropdown--primary-selection--border-color',
          '--now-dropdown--primary-selection--color': '--now-button--primary--color',
          '--now-dropdown--primary-selection--color--active': '--now-dropdown--primary-selection--color',
          '--now-dropdown--primary-selection--color--hover': '--now-dropdown--primary-selection--color',
          '--now-dropdown--secondary-selection--background-color': '--now-button--secondary--background-color',
          '--now-dropdown--secondary-selection--background-color--active': '--now-button--secondary--background-color--active',
          '--now-dropdown--secondary-selection--background-color--hover': '--now-button--secondary--background-color--hover',
          '--now-dropdown--secondary-selection--border-color': '--now-button--secondary--border-color',
          '--now-dropdown--secondary-selection--border-color--active': '--now-button--secondary--border-color--active',
          '--now-dropdown--secondary-selection--border-color--hover': '--now-button--secondary--border-color--hover',
          '--now-dropdown--secondary-selection--color': '--now-color--primary-3',
          '--now-dropdown--secondary-selection--color--active': '--now-color_selection--primary-4',
          '--now-dropdown--secondary-selection--color--hover': '--now-color_selection--primary-4',
          '--now-dropdown--tertiary-selection--background-color': '--now-button--tertiary--background-color',
          '--now-dropdown--tertiary-selection--background-color--active': '--now-button--tertiary--background-color--active',
          '--now-dropdown--tertiary-selection--background-color--hover': '--now-button--tertiary--background-color--hover',
          '--now-dropdown--tertiary-selection--border-color': '--now-button--tertiary--border-color',
          '--now-dropdown--tertiary-selection--border-color--active': '--now-button--tertiary--border-color--active',
          '--now-dropdown--tertiary-selection--border-color--hover': '--now-button--tertiary--border-color--hover',
          '--now-dropdown--tertiary-selection--color': '--now-color_selection--primary-3',
          '--now-dropdown--tertiary-selection--color--active': '--now-color_selection--primary-4',
          '--now-dropdown--tertiary-selection--color--hover': '--now-color_selection--primary-4',
          '--now-form-field_character-counter--color--error': '--now-color_alert--critical-2',
          '--now-form-field_character-counter--color--warning': '--now-color_alert--high-3',
          '--now-form-field_label--color': '--now-color_text--tertiary',
          '--now-form-field_label--color--invalid': '--now-color_alert--critical-2',
          '--now-form-field_label--color--valid': '--now-color_alert--positive-2',
          '--now-form-field_message--critical--background-color': '--now-color_alert--critical-0',
          '--now-form-field_message--critical--color': '--now-color_text--primary',
          '--now-form-field_message--info--background-color': '--now-color_alert--info-0',
          '--now-form-field_message--info--color': '--now-color_text--primary',
          '--now-form-field_message--positive--background-color': '--now-color_alert--positive-0',
          '--now-form-field_message--positive--color': '--now-color_text--primary',
          '--now-form-field_message--suggestion--background-color': '--now-color_background--primary',
          '--now-form-field_message--suggestion--color': '--now-color_text--tertiary',
          '--now-form-field_message--warning--background-color': '--now-color_alert--warning-0',
          '--now-form-field_message--warning--color': '--now-color_text--primary',
          '--now-form-field_placeholder--color': '--now-color_text--tertiary',
          '--now-form-field_placeholder--color--hover': '--now-color_text--secondary',
          '--now-form-field--background-color': '--now-color_background--primary',
          '--now-form-field--background-color--focus': '--now-form-field--background-color',
          '--now-form-field--background-color--hover': '--now-color_background--tertiary',
          '--now-form-field--background-color--invalid': '--now-form-field--background-color',
          '--now-form-field--background-color--invalid_focus': '--now-form-field--background-color--invalid',
          '--now-form-field--background-color--invalid_hover': '--now-color_alert--critical-0',
          '--now-form-field--background-color--opened': '--now-color--secondary-0',
          '--now-form-field--background-color--readonly': '--now-color_background--tertiary',
          '--now-form-field--border-color': '--now-color_border--primary',
          '--now-form-field--border-color--focus': '--now-color--secondary-1',
          '--now-form-field--border-color--hover': '--now-form-field--border-color',
          '--now-form-field--border-color--invalid': '--now-color_alert--critical-2',
          '--now-form-field--border-color--invalid_focus': '--now-form-field--border-color--invalid',
          '--now-form-field--border-color--invalid_hover': '--now-form-field--border-color--invalid',
          '--now-form-field--border-color--opened': '--now-color--secondary-1',
          '--now-form-field--border-color--readonly': '--now-form-field--border-color',
          '--now-form-field_inset--color': '--now-color--neutral-18',
          '--now-form-field_inset--color--hover': '--now-color--primary-3',
          '--now-form-field_inset--color--invalid_hover': '--now-color_alert--critical-5',
          '--now-form-field--color': '--now-color_text--primary',
          '--now-form-field--color--invalid': '--now-form-field--color',
          '--now-form-field--color--readonly': '--now-form-field--color',
          '--now-heading--header-primary--color': '--now-color_text--secondary',
          '--now-heading--header-secondary--color': '--now-color_text--secondary',
          '--now-heading--header-tertiary--color': '--now-color_text--secondary',
          '--now-heading--title-primary--color': '--now-color_text--primary',
          '--now-heading--title-secondary--color': '--now-color_text--secondary',
          '--now-heading--title-tertiary--color': '--now-color_text--tertiary',
          '--now-highlighted-value--primary--color': '--now-color--neutral-0',
          '--now-highlighted-value--secondary--color': '--now-color_text--primary',
          '--now-highlighted-value--tertiary--color': '--now-color_text--primary',
          '--now-highlighted-value--primary_critical--background-color': '--now-color_alert--critical-2',
          '--now-highlighted-value--primary_high--background-color': '--now-color_alert--high-4',
          '--now-highlighted-value--primary_info--background-color': '--now-color_alert--info-2',
          '--now-highlighted-value--primary_low--background-color': '--now-color_alert--low-2',
          '--now-highlighted-value--primary_moderate--background-color': '--now-color_alert--moderate-2',
          '--now-highlighted-value--primary_positive--background-color': '--now-color_alert--positive-2',
          '--now-highlighted-value--primary_warning--background-color': '--now-color_alert--warning-4',
          '--now-highlighted-value--primary_magenta--background-color': '--now-color_grouped--magenta-4',
          '--now-highlighted-value--primary_pink--background-color': '--now-color_grouped--pink-4',
          '--now-highlighted-value--primary_orange--background-color': '--now-color_grouped--orange-4',
          '--now-highlighted-value--primary_yellow--background-color': '--now-color_grouped--yellow-4',
          '--now-highlighted-value--primary_brown--background-color': '--now-color_grouped--brown-4',
          '--now-highlighted-value--primary_green--background-color': '--now-color_grouped--green-4',
          '--now-highlighted-value--primary_green-yellow--background-color': '--now-color_grouped--green-yellow-4',
          '--now-highlighted-value--primary_blue--background-color': '--now-color_grouped--blue-4',
          '--now-highlighted-value--primary_gray--background-color': '--now-color_grouped--gray-4',
          '--now-highlighted-value--primary_teal--background-color': '--now-color_grouped--teal-4',
          '--now-highlighted-value--primary_purple--background-color': '--now-color_grouped--purple-4',
          '--now-highlighted-value--primary_critical--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_high--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_info--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_low--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_moderate--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_positive--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_warning--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_magenta--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_pink--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_orange--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_yellow--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_brown--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_green--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_green-yellow--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_blue--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_gray--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_teal--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_purple--color': '--now-highlighted-value--primary--color',
          '--now-highlighted-value--primary_critical--border-color': '--now-color_alert--critical-3',
          '--now-highlighted-value--primary_high--border-color': '--now-color_alert--high-5',
          '--now-highlighted-value--primary_warning--border-color': '--now-color_alert--warning-5',
          '--now-highlighted-value--primary_moderate--border-color': '--now-color_alert--moderate-3',
          '--now-highlighted-value--primary_positive--border-color': '--now-color_alert--positive-3',
          '--now-highlighted-value--primary_info--border-color': '--now-color_alert--info-3',
          '--now-highlighted-value--primary_low--border-color': '--now-color_alert--low-3',
          '--now-highlighted-value--primary_yellow--border-color': '--now-color_grouped--yellow-5',
          '--now-highlighted-value--primary_orange--border-color': '--now-color_grouped--orange-5',
          '--now-highlighted-value--primary_magenta--border-color': '--now-color_grouped--magenta-5',
          '--now-highlighted-value--primary_pink--border-color': '--now-color_grouped--pink-5',
          '--now-highlighted-value--primary_brown--border-color': '--now-color_grouped--brown-5',
          '--now-highlighted-value--primary_green--border-color': '--now-color_grouped--green-5',
          '--now-highlighted-value--primary_green-yellow--border-color': '--now-color_grouped--green-yellow-5',
          '--now-highlighted-value--primary_blue--border-color': '--now-color_grouped--blue-5',
          '--now-highlighted-value--primary_gray--border-color': '--now-color_grouped--gray-5',
          '--now-highlighted-value--primary_teal--border-color': '--now-color_grouped--teal-5',
          '--now-highlighted-value--primary_purple--border-color': '--now-color_grouped--purple-5',
          '--now-highlighted-value--secondary_critical--background-color': '--now-color_alert--critical-1',
          '--now-highlighted-value--secondary_high--background-color': '--now-color_alert--high-1',
          '--now-highlighted-value--secondary_info--background-color': '--now-color_alert--info-1',
          '--now-highlighted-value--secondary_low--background-color': '--now-color_alert--low-1',
          '--now-highlighted-value--secondary_moderate--background-color': '--now-color_alert--moderate-1',
          '--now-highlighted-value--secondary_positive--background-color': '--now-color_alert--positive-1',
          '--now-highlighted-value--secondary_warning--background-color': '--now-color_alert--warning-1',
          '--now-highlighted-value--secondary_yellow--background-color': '--now-color_grouped--yellow-1',
          '--now-highlighted-value--secondary_magenta--background-color': '--now-color_grouped--magenta-1',
          '--now-highlighted-value--secondary_pink--background-color': '--now-color_grouped--pink-1',
          '--now-highlighted-value--secondary_orange--background-color': '--now-color_grouped--orange-1',
          '--now-highlighted-value--secondary_brown--background-color': '--now-color_grouped--brown-1',
          '--now-highlighted-value--secondary_green--background-color': '--now-color_grouped--green-1',
          '--now-highlighted-value--secondary_green-yellow--background-color': '--now-color_grouped--green-yellow-1',
          '--now-highlighted-value--secondary_blue--background-color': '--now-color_grouped--blue-1',
          '--now-highlighted-value--secondary_gray--background-color': '--now-color_grouped--gray-1',
          '--now-highlighted-value--secondary_teal--background-color': '--now-color_grouped--teal-1',
          '--now-highlighted-value--secondary_purple--background-color': '--now-color_grouped--purple-1',
          '--now-highlighted-value--secondary_critical--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_high--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_info--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_low--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_moderate--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_positive--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_warning--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_magenta--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_pink--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_orange--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_yellow--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_brown--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_green--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_green-yellow--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_blue--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_gray--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_teal--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_purple--color': '--now-highlighted-value--secondary--color',
          '--now-highlighted-value--secondary_critical--border-color': '--now-color_alert--critical-2',
          '--now-highlighted-value--secondary_high--border-color': '--now-color_alert--high-2',
          '--now-highlighted-value--secondary_info--border-color': '--now-color_alert--info-2',
          '--now-highlighted-value--secondary_low--border-color': '--now-color_alert--low-2',
          '--now-highlighted-value--secondary_moderate--border-color': '--now-color_alert--moderate-2',
          '--now-highlighted-value--secondary_positive--border-color': '--now-color_alert--positive-2',
          '--now-highlighted-value--secondary_warning--border-color': '--now-color_alert--warning-2',
          '--now-highlighted-value--secondary_magenta--border-color': '--now-color_grouped--magenta-2',
          '--now-highlighted-value--secondary_pink--border-color': '--now-color_grouped--pink-2',
          '--now-highlighted-value--secondary_orange--border-color': '--now-color_grouped--orange-2',
          '--now-highlighted-value--secondary_yellow--border-color': '--now-color_grouped--yellow-2',
          '--now-highlighted-value--secondary_brown--border-color': '--now-color_grouped--brown-2',
          '--now-highlighted-value--secondary_green--border-color': '--now-color_grouped--green-2',
          '--now-highlighted-value--secondary_green-yellow--border-color': '--now-color_grouped--green-yellow-2',
          '--now-highlighted-value--secondary_blue--border-color': '--now-color_grouped--blue-2',
          '--now-highlighted-value--secondary_gray--border-color': '--now-color_grouped--gray-2',
          '--now-highlighted-value--secondary_teal--border-color': '--now-color_grouped--teal-2',
          '--now-highlighted-value--secondary_purple--border-color': '--now-color_grouped--purple-2',
          '--now-highlighted-value--tertiary_critical--background-color': '--now-color_alert--critical-0',
          '--now-highlighted-value--tertiary_high--background-color': '--now-color_alert--high-0',
          '--now-highlighted-value--tertiary_info--background-color': '--now-color_alert--info-0',
          '--now-highlighted-value--tertiary_low--background-color': '--now-color_alert--low-0',
          '--now-highlighted-value--tertiary_moderate--background-color': '--now-color_alert--moderate-0',
          '--now-highlighted-value--tertiary_positive--background-color': '--now-color_alert--positive-0',
          '--now-highlighted-value--tertiary_warning--background-color': '--now-color_alert--warning-0',
          '--now-highlighted-value--tertiary_magenta--background-color': '--now-color_grouped--magenta-0',
          '--now-highlighted-value--tertiary_pink--background-color': '--now-color_grouped--pink-0',
          '--now-highlighted-value--tertiary_orange--background-color': '--now-color_grouped--orange-0',
          '--now-highlighted-value--tertiary_yellow--background-color': '--now-color_grouped--yellow-0',
          '--now-highlighted-value--tertiary_brown--background-color': '--now-color_grouped--brown-0',
          '--now-highlighted-value--tertiary_green--background-color': '--now-color_grouped--green-0',
          '--now-highlighted-value--tertiary_green-yellow--background-color': '--now-color_grouped--green-yellow-0',
          '--now-highlighted-value--tertiary_blue--background-color': '--now-color_grouped--blue-0',
          '--now-highlighted-value--tertiary_gray--background-color': '--now-color_grouped--gray-0',
          '--now-highlighted-value--tertiary_teal--background-color': '--now-color_grouped--teal-0',
          '--now-highlighted-value--tertiary_purple--background-color': '--now-color_grouped--purple-0',
          '--now-highlighted-value--tertiary_critical--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_high--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_info--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_low--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_moderate--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_positive--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_warning--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_magenta--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_pink--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_orange--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_yellow--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_brown--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_green--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_green-yellow--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_blue--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_gray--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_teal--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_purple--color': '--now-highlighted-value--tertiary--color',
          '--now-highlighted-value--tertiary_critical--border-color': '--now-color_alert--critical-1',
          '--now-highlighted-value--tertiary_high--border-color': '--now-color_alert--high-1',
          '--now-highlighted-value--tertiary_info--border-color': '--now-color_alert--info-1',
          '--now-highlighted-value--tertiary_low--border-color': '--now-color_alert--low-1',
          '--now-highlighted-value--tertiary_moderate--border-color': '--now-color_alert--moderate-1',
          '--now-highlighted-value--tertiary_positive--border-color': '--now-color_alert--positive-1',
          '--now-highlighted-value--tertiary_warning--border-color': '--now-color_alert--warning-1',
          '--now-highlighted-value--tertiary_magenta--border-color': '--now-color_grouped--magenta-1',
          '--now-highlighted-value--tertiary_pink--border-color': '--now-color_grouped--pink-1',
          '--now-highlighted-value--tertiary_orange--border-color': '--now-color_grouped--orange-1',
          '--now-highlighted-value--tertiary_yellow--border-color': '--now-color_grouped--yellow-1',
          '--now-highlighted-value--tertiary_brown--border-color': '--now-color_grouped--brown-1',
          '--now-highlighted-value--tertiary_green--border-color': '--now-color_grouped--green-1',
          '--now-highlighted-value--tertiary_green-yellow--border-color': '--now-color_grouped--green-yellow-1',
          '--now-highlighted-value--tertiary_blue--border-color': '--now-color_grouped--blue-1',
          '--now-highlighted-value--tertiary_gray--border-color': '--now-color_grouped--gray-1',
          '--now-highlighted-value--tertiary_teal--border-color': '--now-color_grouped--teal-1',
          '--now-highlighted-value--tertiary_purple--border-color': '--now-color_grouped--purple-1',
          '--now-highlighted-value_icon--primary_critical--color': '--now-color_alert--critical-0',
          '--now-highlighted-value_icon--primary_high--color': '--now-color_alert--high-0',
          '--now-highlighted-value_icon--primary_info--color': '--now-color_alert--info-0',
          '--now-highlighted-value_icon--primary_low--color': '--now-color_alert--low-0',
          '--now-highlighted-value_icon--primary_moderate--color': '--now-color_alert--moderate-0',
          '--now-highlighted-value_icon--primary_positive--color': '--now-color_alert--positive-0',
          '--now-highlighted-value_icon--primary_warning--color': '--now-color_alert--warning-0',
          '--now-highlighted-value_icon--primary_magenta--color': '--now-color_grouped--magenta-0',
          '--now-highlighted-value_icon--primary_pink--color': '--now-color_grouped--pink-0',
          '--now-highlighted-value_icon--primary_orange--color': '--now-color_grouped--orange-0',
          '--now-highlighted-value_icon--primary_yellow--color': '--now-color_grouped--yellow-0',
          '--now-highlighted-value_icon--primary_brown--color': '--now-color_grouped--brown-0',
          '--now-highlighted-value_icon--primary_green--color': '--now-color_grouped--green-0',
          '--now-highlighted-value_icon--primary_green-yellow--color': '--now-color_grouped--green-yellow-0',
          '--now-highlighted-value_icon--primary_blue--color': '--now-color_grouped--blue-0',
          '--now-highlighted-value_icon--primary_gray--color': '--now-color_grouped--gray-0',
          '--now-highlighted-value_icon--primary_teal--color': '--now-color_grouped--teal-0',
          '--now-highlighted-value_icon--primary_purple--color': '--now-color_grouped--purple-0',
          '--now-highlighted-value_icon--secondary_critical--color': '--now-color_alert--critical-4',
          '--now-highlighted-value_icon--secondary_high--color': '--now-color_alert--high-4',
          '--now-highlighted-value_icon--secondary_info--color': '--now-color_alert--info-4',
          '--now-highlighted-value_icon--secondary_low--color': '--now-color_alert--low-4',
          '--now-highlighted-value_icon--secondary_moderate--color': '--now-color_alert--moderate-4',
          '--now-highlighted-value_icon--secondary_positive--color': '--now-color_alert--positive-4',
          '--now-highlighted-value_icon--secondary_warning--color': '--now-color_alert--warning-4',
          '--now-highlighted-value_icon--secondary_magenta--color': '--now-color_grouped--magenta-5',
          '--now-highlighted-value_icon--secondary_pink--color': '--now-color_grouped--pink-5',
          '--now-highlighted-value_icon--secondary_orange--color': '--now-color_grouped--orange-5',
          '--now-highlighted-value_icon--secondary_yellow--color': '--now-color_grouped--yellow-5',
          '--now-highlighted-value_icon--secondary_brown--color': '--now-color_grouped--brown-5',
          '--now-highlighted-value_icon--secondary_green--color': '--now-color_grouped--green-5',
          '--now-highlighted-value_icon--secondary_green-yellow--color': '--now-color_grouped--green-yellow-5',
          '--now-highlighted-value_icon--secondary_blue--color': '--now-color_grouped--blue-5',
          '--now-highlighted-value_icon--secondary_gray--color': '--now-color_grouped--gray-5',
          '--now-highlighted-value_icon--secondary_teal--color': '--now-color_grouped--teal-5',
          '--now-highlighted-value_icon--secondary_purple--color': '--now-color_grouped--purple-5',
          '--now-highlighted-value_icon--tertiary_critical--color': '--now-color_alert--critical-2',
          '--now-highlighted-value_icon--tertiary_high--color': '--now-color_alert--high-2',
          '--now-highlighted-value_icon--tertiary_info--color': '--now-color_alert--info-2',
          '--now-highlighted-value_icon--tertiary_low--color': '--now-color_alert--low-2',
          '--now-highlighted-value_icon--tertiary_moderate--color': '--now-color_alert--moderate-2',
          '--now-highlighted-value_icon--tertiary_positive--color': '--now-color_alert--positive-2',
          '--now-highlighted-value_icon--tertiary_warning--color': '--now-color_alert--warning-2',
          '--now-highlighted-value_icon--tertiary_magenta--color': '--now-color_grouped--magenta-4',
          '--now-highlighted-value_icon--tertiary_pink--color': '--now-color_grouped--pink-4',
          '--now-highlighted-value_icon--tertiary_orange--color': '--now-color_grouped--orange-4',
          '--now-highlighted-value_icon--tertiary_yellow--color': '--now-color_grouped--yellow-4',
          '--now-highlighted-value_icon--tertiary_brown--color': '--now-color_grouped--brown-4',
          '--now-highlighted-value_icon--tertiary_green--color': '--now-color_grouped--green-4',
          '--now-highlighted-value_icon--tertiary_green-yellow--color': '--now-color_grouped--green-yellow-4',
          '--now-highlighted-value_icon--tertiary_blue--color': '--now-color_grouped--blue-4',
          '--now-highlighted-value_icon--tertiary_gray--color': '--now-color_grouped--gray-4',
          '--now-highlighted-value_icon--tertiary_teal--color': '--now-color_grouped--teal-4',
          '--now-highlighted-value_icon--tertiary_purple--color': '--now-color_grouped--purple-4',
          '--now-label-value-inline--color': '--now-display-type_label--color',
          '--now-label-value_label--color': '--now-display-type_label--color',
          '--now-label-value_previous--color': '--now-color_text--tertiary',
          '--now-label-value_value--color': '--now-display-type_value--color',
          '--now-loader_icon--color': '--now-color--primary-1',
          '--now-loader_label--color': '--now-color_text--primary',
          '--now-modal_heading--color': '--now-display-type--primary--color',
          '--now-modal_overlay--background-color': '--now-color--neutral-21',
          '--now-modal--background-color': '--now-window--background-color',
          '--now-modal--border-color': '--now-window--border-color',
          '--now-modeless-dialog--background-color': '--now-window--background-color',
          '--now-modeless-dialog--border-color': '--now-window--border-color',
          '--now-pagination-control--background-color': '--now-color_background--primary',
          '--now-pagination-control--background-color--active': '--now-color--secondary-2',
          '--now-pagination-control--background-color--focus': '--now-color_background--tertiary',
          '--now-pagination-control--background-color--hover': '--now-color--secondary-2',
          '--now-pagination-control--background-color--selected': '--now-color_background--tertiary',
          '--now-pagination-control--color': '--now-color_text--primary',
          '--now-pagination-control--color--active': '--now-color--secondary-3',
          '--now-pagination-control--color--hover': '--now-color--secondary-2',
          '--now-pill_identifier--background-color': '--now-pill--background-color',
          '--now-pill_identifier--background-color--active': '--now-pill--background-color--active',
          '--now-pill_identifier--background-color--hover': '--now-pill--background-color--hover',
          '--now-pill_identifier--background-color--selected': '--now-color--primary-0',
          '--now-pill_identifier--background-color--selected_active': '--now-pill_identifier--background-color--selected',
          '--now-pill_identifier--background-color--selected_hover': '--now-pill_identifier--background-color--selected',
          '--now-pill_identifier--border-color': '--now-pill--border-color',
          '--now-pill_identifier--border-color--active': '--now-pill--border-color--active',
          '--now-pill_identifier--border-color--hover': '--now-pill--border-color--hover',
          '--now-pill_identifier--border-color--selected': '--now-pill--border-color--selected',
          '--now-pill_identifier--border-color--selected_active': '--now-pill--border-color--selected_active',
          '--now-pill_identifier--border-color--selected_hover': '--now-pill--border-color--selected_hover',
          '--now-pill_identifier--color': '--now-pill--color',
          '--now-pill_identifier--color--active': '--now-pill--color--active',
          '--now-pill_identifier--color--hover': '--now-pill--color--hover',
          '--now-pill_identifier--color--selected': '--now-color--primary-3',
          '--now-pill_identifier--color--selected_active': '--now-pill_identifier--color--selected',
          '--now-pill_identifier--color--selected_hover': '--now-pill_identifier--color--selected',
          '--now-pill--background-color': '--now-color_background--primary',
          '--now-pill--background-color--active': '--now-color--primary-0',
          '--now-pill--background-color--hover': '--now-color_background--secondary',
          '--now-pill--background-color--selected': '--now-color--primary-1',
          '--now-pill--background-color--selected_active': '--now-color--primary-3',
          '--now-pill--background-color--selected_hover': '--now-color--primary-2',
          '--now-pill--border-color': '--now-color_border--secondary',
          '--now-pill--border-color--active': '--now-color--primary-1',
          '--now-pill--border-color--hover': '--now-pill--border-color',
          '--now-pill--border-color--selected': '--now-color--primary-1',
          '--now-pill--border-color--selected_active': '--now-color--primary-3',
          '--now-pill--border-color--selected_hover': '--now-color--primary-2',
          '--now-pill--color': '--now-color_text--primary',
          '--now-pill--color--active': '--now-color--primary-2',
          '--now-pill--color--hover': '--now-color--primary-1',
          '--now-pill--color--selected': '--now-color--neutral-0',
          '--now-pill--color--selected_active': '--now-pill--color--selected',
          '--now-pill--color--selected_hover': '--now-pill--color--selected',
          '--now-popover--background-color': '--now-menu--background-color',
          '--now-popover--border-color': '--now-menu--border-color',
          '--now-progress-bar_path--alert--background-color': '--now-color_alert--high-3',
          '--now-progress-bar_path--error--background-color': '--now-color_alert--critical-2',
          '--now-progress-bar_path--inactive--background-color': '--now-color--neutral-9',
          '--now-progress-bar_path--initial--background-color': '--now-loading--initial--background-color',
          '--now-progress-bar_path--positive--background-color': '--now-color_alert--positive-3',
          '--now-progress-bar--background-color': '--now-color_background--tertiary',
          '--now-progress-bar--border-color': '--now-color_border--secondary',
          '--now-radio-buttons_label--color': '--now-color_text--primary',
          '--now-radio-buttons_radio--background-color': '--now-color--neutral-18',
          '--now-radio-buttons_radio--background-color--hover': '--now-color--secondary-3',
          '--now-radio-buttons_radio--background-color--invalid': '--now-radio-buttons_radio--background-color',
          '--now-radio-buttons--background-color': '--now-color_background--primary',
          '--now-radio-buttons--background-color--disabled': '--now-color--neutral-3',
          '--now-radio-buttons--background-color--readonly': '--now-color--neutral-3',
          '--now-radio-buttons--background-color--focus': '--now-color_background--secondary',
          '--now-radio-buttons--background-color--hover': '--now-color--secondary-0',
          '--now-radio-buttons--background-color--active': '--now-color_background--primary',
          '--now-radio-buttons--background-color--invalid_hover': '--now-color_alert--critical-1',
          '--now-radio-buttons--background-color--invalid_focus': '--now-color_background--primary',
          '--now-radio-buttons--background-color--invalid_active': '--now-color_background--primary',
          '--now-radio-buttons--border-color': '--now-color_border--primary',
          '--now-radio-buttons--border-color--disabled': '--now-color_border--primary',
          '--now-radio-buttons--border-color--readonly': '--now-color_border--primary',
          '--now-radio-buttons--border-color--focus': '--now-color--secondary-1',
          '--now-radio-buttons--border-color--hover': '--now-color--secondary-1',
          '--now-radio-buttons--border-color--invalid': '--now-color_alert--critical-2',
          '--now-score_heading--color': '--now-color_text--primary',
          '--now-score_label--primary--color': '--now-color_text--primary',
          '--now-score_label--secondary--color': '--now-color_text--tertiary',
          '--now-score_timestamp--color': '--now-color_text--tertiary',
          '--now-score_value--color': '--now-color_text--primary',
          '--now-score--interactive--background-color--active': '--now-color--neutral-5',
          '--now-score--interactive--background-color--hover': '--now-color_background--tertiary',
          '--now-stepper_completed-count--color': '--now-color_text--tertiary',
          '--now-stepper_connector--border-color': '--now-color_divider--tertiary',
          '--now-stepper_label--color--selected': '--now-color--secondary-2',
          '--now-stepper_label--color--selected_hover': '--now-color--secondary-3',
          '--now-stepper_label--color--selected_active': '--now-color_text--primary',
          '--now-stepper_label--done--color': '--now-color--secondary-1',
          '--now-stepper_label--done--color--hover': '--now-color--secondary-2',
          '--now-stepper_label--done--color--active': '--now-color--secondary-3',
          '--now-stepper_label--none--color': '--now-color_text--tertiary',
          '--now-stepper_label--none--color--hover': '--now-color--secondary-1',
          '--now-stepper_label--none--color--active': '--now-color--secondary-3',
          '--now-stepper_label--partial--color': '--now-color--secondary-1',
          '--now-stepper_label--partial--color--hover': '--now-color--secondary-2',
          '--now-stepper_label--partial--color--active': '--now-color--secondary-3',
          '--now-stepper_step--background-color--selected': '--now-color--secondary-0',
          '--now-stepper_step--background-color--selected_active': '--now-stepper_step--background-color--selected',
          '--now-stepper_step--background-color--selected_hover': '--now-stepper_step--background-color--selected',
          '--now-stepper_step--border-color--selected': '--now-color--secondary-2',
          '--now-stepper_step--border-color--selected_active': '--now-color_text--primary',
          '--now-stepper_step--border-color--selected_hover': '--now-color--secondary-3',
          '--now-stepper_step--color--selected': '--now-color--secondary-2',
          '--now-stepper_step--color--selected_active': '--now-color_text--primary',
          '--now-stepper_step--color--selected_hover': '--now-color--secondary-3',
          '--now-stepper_step--done--color': '--now-color--secondary-1',
          '--now-stepper_step--done--color--active': '--now-color--secondary-3',
          '--now-stepper_step--done--color--hover': '--now-color--secondary-2',
          '--now-stepper_step--none--border-color': '--now-color_text--tertiary',
          '--now-stepper_step--none--border-color--active': '--now-color--secondary-3',
          '--now-stepper_step--none--border-color--hover': '--now-color--secondary-1',
          '--now-stepper_step--none--color': '--now-color_text--tertiary',
          '--now-stepper_step--none--color--active': '--now-color--secondary-3',
          '--now-stepper_step--none--color--hover': '--now-color--secondary-1',
          '--now-stepper_step--partial--border-color': '--now-color--secondary-1',
          '--now-stepper_step--partial--border-color--active': '--now-color--secondary-3',
          '--now-stepper_step--partial--border-color--hover': '--now-color--secondary-2',
          '--now-stepper_step--partial--color': '--now-color--secondary-1',
          '--now-stepper_step--partial--color--active': '--now-color--secondary-3',
          '--now-stepper_step--partial--color--hover': '--now-color--secondary-2',
          '--now-stepper_sublabel--color--selected': '--now-color--secondary-2',
          '--now-stepper_sublabel--color--selected_active': '--now-color_text--primary',
          '--now-stepper_sublabel--color--selected_hover': '--now-color--secondary-3',
          '--now-stepper_sublabel--done--color': '--now-color--secondary-1',
          '--now-stepper_sublabel--done--color--hover': '--now-color--secondary-2',
          '--now-stepper_sublabel--done--color--active': '--now-color--secondary-3',
          '--now-stepper_sublabel--none--color': '--now-color_text--tertiary',
          '--now-stepper_sublabel--none--color--hover': '--now-color--secondary-1',
          '--now-stepper_sublabel--none--color--active': '--now-color--secondary-3',
          '--now-stepper_sublabel--partial--color': '--now-color--secondary-1',
          '--now-stepper_sublabel--partial--color--hover': '--now-color--secondary-2',
          '--now-stepper_sublabel--partial--color--active': '--now-color--secondary-3',
          '--now-tabs-vertical--background-color': '--now-tabs--background-color',
          '--now-tabs-vertical--background-color--hover': '--now-tabs-vertical--background-color',
          '--now-tabs-vertical--background-color--active': '--now-tabs-vertical--background-color',
          '--now-tabs-vertical--background-color--selected': '--now-tabs-vertical--background-color',
          '--now-tabs-vertical--border-color--active': '--now-tabs--border-color--active',
          '--now-tabs-vertical--border-color--hover': '--now-tabs--border-color--hover',
          '--now-tabs-vertical--border-color--selected': '--now-tabs--border-color--selected',
          '--now-tabs-vertical--color': '--now-tabs--color',
          '--now-tabs-vertical--color--active': '--now-tabs--color--active',
          '--now-tabs-vertical--color--hover': '--now-tabs--color--hover',
          '--now-tabs-vertical--color--selected': '--now-tabs--color--selected',
          '--now-tabs-vertical_divider--color': '--now-color_divider--secondary',
          '--now-tabs-vertical_container--background-color': '--now-tabs--background-color',
          '--now-tabs_divider--color': '--now-color_divider--secondary',
          '--now-tabs--background-color': '--now-color_background--primary',
          '--now-tabs--background-color--active': '--now-tabs--background-color',
          '--now-tabs--background-color--hover': '--now-tabs--background-color',
          '--now-tabs--background-color--selected': '--now-tabs--background-color',
          '--now-tabs--border-color--active': '--now-color_selection--primary-4',
          '--now-tabs--border-color--hover': '--now-color_divider--secondary',
          '--now-tabs--border-color--selected': '--now-color_selection--primary-3',
          '--now-tabs--color': '--now-color_text--primary',
          '--now-tabs--color--active': '--now-color_selection--primary-4',
          '--now-tabs--color--hover': '--now-color_selection--primary-3',
          '--now-tabs--color--selected': '--now-color_selection--primary-3',
          '--now-tabs_container--background-color': '--now-tabs--background-color',
          '--now-template-card-omnichannel--color': '--now-color_text--tertiary',
          '--now-template-message-empty-state_content--color': '--now-display-type--tertiary--color',
          '--now-template-message-empty-state_heading--color': '--now-display-type--primary--color',
          '--now-text-link--primary--color': '--now-color--link-2',
          '--now-text-link--primary--color--active': '--now-color--link-4',
          '--now-text-link--primary--color--hover': '--now-color--link-3',
          '--now-text-link--secondary--color': '--now-color--secondary-1',
          '--now-text-link--secondary--color--active': '--now-color--secondary-3',
          '--now-text-link--secondary--color--hover': '--now-color--secondary-2',
          '--now-toggle_handle--background-color': '--now-color--neutral-0',
          '--now-toggle_handle--background-color--hover': '--now-color--neutral-3',
          '--now-toggle_handle--border-color': '--now-color_border--primary',
          '--now-toggle_track--background-color': '--now-color_background--tertiary',
          '--now-toggle_track--background-color--checked': '--now-color--primary-1',
          '--now-toggle_track--border-color': '--now-color_border--primary',
          '--now-toggle_track--border-color--checked': '--now-color--primary-2',
          '--now-toolbar-nav--background-color-start': '--now-color--neutral-15',
          '--now-toolbar-nav--background-color-end': '--now-color--neutral-15',
          '--now-tooltip--background-color': '--now-color--neutral-19',
          '--now-tooltip--border-color': '--now-menu--border-color',
          '--now-tooltip--color': '--now-color--neutral-0',
          '--now-datavis_color_chart_fill': '--now-color_alert--info-1',
          '--now-datavis_color_chart--primary': '--now-color--neutral-2',
          '--now-datavis_color_chart--secondary': '--now-color--neutral-4',
          '--now-datavis_color_chart--tertiary': '--now-color--neutral-7',
          '--now-datavis_color_label--primary': '--now-color--neutral-18',
          '--now-datavis_color_label--secondary': '--now-color--neutral-9',
          '--now-datavis_color_label--tertiary': '--now-color--neutral-5',
          '--now-datavis_color_layer_band--primary': '--now-color_alert--high-1',
          '--now-datavis_color_layer_band--secondary': '--now-color_alert--high-2',
          '--now-datavis_color_layer--primary': '--now-color--neutral-2',
          '--now-datavis_color_layer--quad': '--now-color--neutral-20',
          '--now-datavis_color_layer--secondary': '--now-color--neutral-4',
          '--now-datavis_color_layer--tertiary': '--now-color--neutral-5',
          '--now-datavis_color_series_default': '--now-datavis_color--qualitative-0',
          '--now-datavis_color--accessibility-0': '--now-color--neutral-0',
          '--now-datavis_color--accessibility-2': '--now-color--neutral-4',
          '--now-datavis_color--accessibility-10': '--now-color--neutral-20',
          '--now-datavis_color--blue-0': '210,229,244',
          '--now-datavis_color--blue-1': '182,212,237',
          '--now-datavis_color--blue-2': '158,197,230',
          '--now-datavis_color--blue-3': '129,181,223',
          '--now-datavis_color--blue-4': '105,166,216',
          '--now-datavis_color--blue-5': '77,149,209',
          '--now-datavis_color--blue-6': '66,131,184',
          '--now-datavis_color--blue-7': '58,115,161',
          '--now-datavis_color--blue-8': '50,95,134',
          '--now-datavis_color--blue-9': '40,77,108',
          '--now-datavis_color--blue-10': '30,59,82',
          '--now-datavis_color--brown-0': '236,219,213',
          '--now-datavis_color--brown-1': '223,195,185',
          '--now-datavis_color--brown-2': '212,174,161',
          '--now-datavis_color--brown-3': '198,151,134',
          '--now-datavis_color--brown-4': '186,130,109',
          '--now-datavis_color--brown-5': '176,108,84',
          '--now-datavis_color--brown-6': '156,95,73',
          '--now-datavis_color--brown-7': '132,81,62',
          '--now-datavis_color--brown-8': '111,68,52',
          '--now-datavis_color--brown-9': '90,55,42',
          '--now-datavis_color--brown-10': '69,42,33',
          '--now-datavis_color--green-0': '208,231,211',
          '--now-datavis_color--green-1': '181,217,184',
          '--now-datavis_color--green-2': '154,203,159',
          '--now-datavis_color--green-3': '127,189,133',
          '--now-datavis_color--green-4': '100,175,108',
          '--now-datavis_color--green-5': '73,162,82',
          '--now-datavis_color--green-6': '62,142,70',
          '--now-datavis_color--green-7': '55,123,62',
          '--now-datavis_color--green-8': '46,102,51',
          '--now-datavis_color--green-9': '37,85,42',
          '--now-datavis_color--green-10': '28,63,31',
          '--now-datavis_color--olive-0': '226,231,208',
          '--now-datavis_color--olive-1': '210,217,181',
          '--now-datavis_color--olive-2': '193,203,154',
          '--now-datavis_color--olive-3': '176,189,127',
          '--now-datavis_color--olive-4': '159,175,100',
          '--now-datavis_color--olive-5': '143,162,73',
          '--now-datavis_color--olive-6': '125,142,62',
          '--now-datavis_color--olive-7': '108,123,55',
          '--now-datavis_color--olive-8': '90,102,46',
          '--now-datavis_color--olive-9': '75,85,37',
          '--now-datavis_color--olive-10': '56,63,28',
          '--now-datavis_color--orange-0': '250,226,209',
          '--now-datavis_color--orange-1': '247,209,182',
          '--now-datavis_color--orange-2': '244,190,153',
          '--now-datavis_color--orange-3': '241,172,126',
          '--now-datavis_color--orange-4': '238,154,99',
          '--now-datavis_color--orange-5': '235,137,71',
          '--now-datavis_color--orange-6': '207,123,63',
          '--now-datavis_color--orange-7': '177,104,53',
          '--now-datavis_color--orange-8': '149,88,45',
          '--now-datavis_color--orange-9': '122,71,36',
          '--now-datavis_color--orange-10': '94,56,28',
          '--now-datavis_color--pink-0': '246,213,246',
          '--now-datavis_color--pink-1': '240,188,240',
          '--now-datavis_color--pink-2': '235,162,235',
          '--now-datavis_color--pink-3': '228,134,228',
          '--now-datavis_color--pink-4': '224,108,224',
          '--now-datavis_color--pink-5': '217,84,217',
          '--now-datavis_color--pink-6': '191,74,191',
          '--now-datavis_color--pink-7': '165,64,165',
          '--now-datavis_color--pink-8': '140,54,140',
          '--now-datavis_color--pink-9': '114,44,114',
          '--now-datavis_color--pink-10': '88,34,88',
          '--now-datavis_color--negative': '--now-color_alert--critical-3',
          '--now-datavis_color--positive': '--now-color_alert--positive-3',
          '--now-datavis_color--primary': '--now-color--neutral-0',
          '--now-datavis_color--purple-0': '216,216,238',
          '--now-datavis_color--purple-1': '190,190,228',
          '--now-datavis_color--purple-2': '166,165,217',
          '--now-datavis_color--purple-3': '145,144,208',
          '--now-datavis_color--purple-4': '120,118,198',
          '--now-datavis_color--purple-5': '95,93,187',
          '--now-datavis_color--purple-6': '85,84,166',
          '--now-datavis_color--purple-7': '73,72,142',
          '--now-datavis_color--purple-8': '60,60,119',
          '--now-datavis_color--purple-9': '50,50,98',
          '--now-datavis_color--purple-10': '38,38,75',
          '--now-datavis_color--red-0': '246,213,214',
          '--now-datavis_color--red-1': '240,188,188',
          '--now-datavis_color--red-2': '235,162,164',
          '--now-datavis_color--red-3': '228,134,135',
          '--now-datavis_color--red-4': '224,108,110',
          '--now-datavis_color--red-5': '217,84,84',
          '--now-datavis_color--red-6': '191,74,76',
          '--now-datavis_color--red-7': '165,64,66',
          '--now-datavis_color--red-8': '140,54,54',
          '--now-datavis_color--red-9': '114,44,44',
          '--now-datavis_color--red-10': '88,34,34',
          '--now-datavis_color--teal-0': '210,244,236',
          '--now-datavis_color--teal-1': '182,237,225',
          '--now-datavis_color--teal-2': '158,230,214',
          '--now-datavis_color--teal-3': '129,223,202',
          '--now-datavis_color--teal-4': '105,216,192',
          '--now-datavis_color--teal-5': '77,209,180',
          '--now-datavis_color--teal-6': '66,184,158',
          '--now-datavis_color--teal-7': '58,161,139',
          '--now-datavis_color--teal-8': '50,134,116',
          '--now-datavis_color--teal-9': '40,108,93',
          '--now-datavis_color--teal-10': '30,82,71',
          '--now-datavis_color--violet-0': '232,216,238',
          '--now-datavis_color--violet-1': '218,190,228',
          '--now-datavis_color--violet-2': '203,165,217',
          '--now-datavis_color--violet-3': '191,144,208',
          '--now-datavis_color--violet-4': '177,118,198',
          '--now-datavis_color--violet-5': '162,93,187',
          '--now-datavis_color--violet-6': '144,84,166',
          '--now-datavis_color--violet-7': '124,72,142',
          '--now-datavis_color--violet-8': '103,60,119',
          '--now-datavis_color--violet-9': '85,50,98',
          '--now-datavis_color--violet-10': '65,38,75',
          '--now-datavis_color--yellow-0': '255,238,204',
          '--now-datavis_color--yellow-1': '255,225,163',
          '--now-datavis_color--yellow-2': '255,212,122',
          '--now-datavis_color--yellow-3': '255,199,82',
          '--now-datavis_color--yellow-4': '255,185,41',
          '--now-datavis_color--yellow-5': '255,172,0',
          '--now-datavis_color--yellow-6': '224,151,0',
          '--now-datavis_color--yellow-7': '194,131,0',
          '--now-datavis_color--yellow-8': '163,110,0',
          '--now-datavis_color--yellow-9': '133,89,0',
          '--now-datavis_color--yellow-10': '102,69,0',
          '--now-datavis_color--yellow-green-0': '238,245,204',
          '--now-datavis_color--yellow-green-1': '227,238,170',
          '--now-datavis_color--yellow-green-2': '214,231,136',
          '--now-datavis_color--yellow-green-3': '206,226,105',
          '--now-datavis_color--yellow-green-4': '194,219,72',
          '--now-datavis_color--yellow-green-5': '185,214,41',
          '--now-datavis_color--yellow-green-6': '163,188,36',
          '--now-datavis_color--yellow-green-7': '139,163,31',
          '--now-datavis_color--yellow-green-8': '119,137,26',
          '--now-datavis_color--yellow-green-9': '95,111,21',
          '--now-datavis_color--yellow-green-10': '74,86,16',
          '--now-datavis_color--qualitative-0': '--now-datavis_color--blue-5',
          '--now-datavis_color--qualitative-1': '--now-datavis_color--orange-3',
          '--now-datavis_color--qualitative-2': '--now-datavis_color--green-5',
          '--now-datavis_color--qualitative-3': '--now-datavis_color--pink-3',
          '--now-datavis_color--qualitative-4': '--now-datavis_color--brown-5',
          '--now-datavis_color--qualitative-5': '--now-datavis_color--violet-3',
          '--now-datavis_color--qualitative-6': '--now-datavis_color--yellow-green-5',
          '--now-datavis_color--qualitative-7': '--now-datavis_color--red-3',
          '--now-datavis_color--qualitative-8': '--now-datavis_color--purple-5',
          '--now-datavis_color--qualitative-9': '--now-datavis_color--olive-3',
          '--now-datavis_color--qualitative-10': '--now-datavis_color--teal-5',
          '--now-datavis_color--qualitative-11': '--now-datavis_color--blue-4',
          '--now-datavis_color--qualitative-12': '--now-datavis_color--orange-2',
          '--now-datavis_color--qualitative-13': '--now-datavis_color--green-4',
          '--now-datavis_color--qualitative-14': '--now-datavis_color--pink-2',
          '--now-datavis_color--qualitative-15': '--now-datavis_color--brown-4',
          '--now-datavis_color--qualitative-16': '--now-datavis_color--violet-2',
          '--now-datavis_color--qualitative-17': '--now-datavis_color--yellow-green-4',
          '--now-datavis_color--qualitative-18': '--now-datavis_color--red-2',
          '--now-datavis_color--qualitative-19': '--now-datavis_color--purple-4',
          '--now-datavis_color--qualitative-20': '--now-datavis_color--olive-2',
          '--now-datavis_color--qualitative-21': '--now-datavis_color--teal-4',
          '--now-datavis_color--qualitative-22': '--now-datavis_color--blue-8',
          '--now-datavis_color--qualitative-23': '--now-datavis_color--orange-6',
          '--now-datavis_color--qualitative-24': '--now-datavis_color--green-8',
          '--now-datavis_color--qualitative-25': '--now-datavis_color--pink-6',
          '--now-datavis_color--qualitative-26': '--now-datavis_color--brown-8',
          '--now-datavis_color--qualitative-27': '--now-datavis_color--violet-6',
          '--now-datavis_color--qualitative-28': '--now-datavis_color--yellow-green-8',
          '--now-datavis_color--qualitative-29': '--now-datavis_color--red-6',
          '--now-datavis_color--qualitative-30': '--now-datavis_color--purple-8',
          '--now-datavis_color--qualitative-31': '--now-datavis_color--olive-6',
          '--now-datavis_color--qualitative-32': '--now-datavis_color--teal-8',
          '--now-datavis_series_target-global--color': '--now-color--neutral-10',
          '--now-datavis_series_target-personal--color': '--now-color--neutral-7',
          '--now-datavis_series_threshold-global--color': '--now-color--neutral-10',
          '--now-datavis_series_threshold-personal--color': '--now-color--neutral-7',
          '--now-color_presence--available': '75,166,107',
          '--now-color_presence--away': '226,121,24',
          '--now-color_presence--busy': '234,60,16',
          '--now-color_presence--offline': '135,147,148',
          '--now-color_brand--neutral': '204, 204, 204',
          '--now-color_brand--primary': '103, 103, 103',
          '--now-color_brand--secondary': '103, 103, 103',

          '--now-toolbar-nav--background-color-start': '--now-color_secondary-nav--brand-2',
          '--now-toolbar-nav--background-color-end': '--now-color_secondary-nav--brand-2',
          '--now-canvas-toolbar-button--background-color--hover': '163,163,163',
          '--now-canvas-toolbar-button--background-color--active': '163,163,163',
          '--now-canvas-toolbar-button--border-color--active': '122,122,122',
          '--now-canvas-toolbar-button--color': '--now-color--neutral-21',
          '--now-canvas-toolbar-button--opacity--hover': '0.6',
          '--now-canvas-toolbar-button--color--focus': '--now-color--neutral-21',
          '--now-unified-nav_header--background-color': '--now-color_brand--primary',
          '--now-unified-nav_header--color': '--now-color--neutral-0',
          '--now-unified-nav_nav-menu-trigger--color': '--now-unified-nav_header--color',
          '--now-unified-nav_focus-ring--color': '--now-color--focus-2',
          '--now-unified-nav_focus-ring-inner--color': '--now-color--neutral-1',
          '--now-unified-nav_nav-menu-trigger--background-color': '--now-unified-nav_header--background-color',
          '--now-unified-nav_nav-menu-trigger--background-color-alpha--hover': '0',
          '--now-unified-nav_nav-menu-trigger--background-color-alpha': '0',
          '--now-unified-nav_nav-menu-trigger--background-color--hover': '--now-color_chrome--brand-9',
          '--now-unified-nav_nav-menu-trigger--color--hover': '--now-color--neutral-0',
          '--now-unified-nav_menu-button-iconic--color': '--now-color--neutral-21',
          '--now-unified-nav_menu-button-iconic--color--hover': '--now-color--neutral-0',
          '--now-unified-nav_nav-menu-trigger--background-color--active': '--now-color--neutral-0',
          '--now-unified-nav_nav-menu-trigger--color--active': '--now-color--neutral-21',
          '--now-unified-nav_utility-menu-trigger--color--active': '--now-unified-nav_nav-menu-trigger--color--hover',
          '--now-unified-nav_contextual-app-pill--background-color': '--now-unified-nav_header--background-color',
          '--now-unified-nav_contextual-app-pill--color': '--now-unified-nav_header--color',
          '--now-unified-nav_favorite-icon--color': '--now-color_grouped--yellow-1',
          '--now-unified-nav_contextual-app-pill--border-color': '--now-color_chrome--divider-1',
          '--now-unified-nav_utility-menu-trigger--background-color': '--now-unified-nav_header--background-color',
          '--now-unified-nav_utility-menu-trigger--color': '--now-unified-nav_header--color',
          '--now-unified-nav_utility-menu-trigger--background-color-alpha': '--now-unified-nav_button--background-color-alpha',
          '--now-unified-nav_utility-menu-trigger--background-color--hover': '--now-unified-nav_nav-menu-trigger--background-color--hover',
          '--now-unified-nav_utility-menu-trigger--color--hover': '--now-unified-nav_nav-menu-trigger--color--hover',
          '--now-unified-nav_utility-menu-trigger--background-color-alpha--hover': '--now-unified-nav_button--background-color-alpha--hover',
          '--now-unified-nav_utility-menu-trigger--background-color--active': '--now-unified-nav_utility-menu-trigger--background-color--hover',
          '--now-color_presence--busy': '--now-color--neutral-0',
          '--unified_nav-input--color': '--now-color--neutral-0',
          '--unified_nav-input--color--placeholder': 'input color',
          '--unified_nav-input--color--opened': '--now-color--neutral-18',
          '--unified_nav-input--background-color': '--now-color_chrome--brand-4',
          '--unified_nav-input--background-color--hover': '--now-color_chrome--brand-3',
          '--unified_nav-input--border-color': '--now-color_chrome--divider-1',
          '--now-unified-nav_menu--background-color': '255,255,255',
          '--now-unified-nav_button--background-color': '255,255,255',
          '--now-unified-nav_button--background-color--hover': '--now-color_brand--primary',
          '--now-unified-nav_button--color--hover': '--now-color--neutral-0',
          '--now-unified-nav_button--background-color--active': '--now-unified-nav_button--background-color',
          '--now-unified-nav_button--background-color-alpha': '0',
          '--now-unified-nav_button--background-color-alpha--hover': '1',
          '--now-unified-nav_button--background-color-alpha--active': '1',
          '--now-unified-nav_button--color': '--now-color--neutral-21',
          '--now-unified-nav_button--color--active': '--now-unified-nav_button--color',
          '--now-unified-nav_menu-item--color': '--now-color--neutral-18',
          '--now-unified-nav_menu-item--color--active': '--now-unified-nav_button--color',
          '--now-unified-nav_menu-item--background-color--hover': '--now-color_brand--primary',
          '--now-unified-nav_menu-item--color--hover': '--now-color--neutral-0',
          '--now-unified-nav_menu-button-iconic--background-color': '--now-color--neutral-0',
          '--now-unified-nav_menu-button-iconic--background-color--active': '--now-unified-nav_menu-item--background-color--hover',
          '--now-unified-nav_menu-button-iconic--background-color-alpha': '1',
          '--now-unified-nav_menu-button-iconic--background-color--hover': '--now-color_brand--primary',
          '--now-unified-nav_menu-item--background-color--active': '--now-color_chrome--brand-9',
          '--now-unified-nav_menu-item--background-color-alpha--hover': '1',
          '--now-unified-nav_menu-item--text-decoration--hover': 'underline',
          '--now-unified-nav_menu-item--background-color-alpha--active': '1',
          '--now-unified-nav_menu-subitem--color': '--now-unified-nav_button--color',
          '--now-unified-nav_menu--background-color-alpha': '1',
          '--now-unified-nav_menu--background-image-alpha': '0',
          '--now-unified-nav_menu-filter--color': '--now-color--neutral-21',
          '--now-unified-nav_menu-filter--color--placeholder': '--now-unified-nav_menu-filter--color',
          '--now-unified-nav_menu-filter--color--placeholder--focus': '--now-color--neutral-18',
          '--now-unified-nav_menu-filter--color--opened': '--now-color--neutral-18',
          '--now-unified-nav_menu-filter--background-color': '--now-color_background--secondary',
          '--now-unified-nav_menu-filter--background-color--hover': '--now-color_background--tertiary',
          '--now-unified-nav_menu-filter--background-color--opened': '--now-color--neutral-0',
          '--now-unified-nav_menu-filter--border-color': '--now-color_chrome--divider-1',
          '--now-unified-nav_menu-filter--border-color--opened': '--now-color--focus-1',
          '--now-unified-nav_menu-divider-horizontal--color': '--now-color_chrome--divider-2',
          '--now-unified-nav_menu-divider-vertical--color': '--now-unified-nav_menu-subitem--color',
          '--now-unified-nav_menu-scrollbar--color': '--now-color_chrome--divider-3',
          '--now-unified-nav_menu--border-color': '--now-color_chrome--divider-3',
          '--now-unified-nav_menu-button-iconic--color--active': '--now-unified-nav_button--color--active',
          '--now-unified-nav_menu-sublabel--color': '--now-color--neutral-4'
      },
  },
  shape: {
      properties: {
          '--now-actionable--border-radius': '0',
          '--now-actionable--border-width': '1px',
          '--now-container--border-radius': '0',
          '--now-container--border-width': '1px',
          '--now-form-control_handle--border-radius': '2px',
          '--now-form-control_handle--border-width': '1px',
          '--now-form-control_track--border-radius': '2px',
          '--now-form-control_track--border-width': '1px',
          '--now-form-control--border-radius': '0',
          '--now-form-control--border-width': '1px',
          '--now-identifier--border-radius': '0',
          '--now-identifier--border-width': '1px',
          '--now-indicator--border-radius': '2px',
          '--now-indicator--border-width': '0',
          '--now-loading--border-radius': '0',
          '--now-loading--border-width': '1px',
          '--now-menu_divider--width': '1px',
          '--now-menu--border-radius': '2px',
          '--now-menu--border-width': '1px',
          '--now-messaging--border-radius': '4px',
          '--now-messaging--border-width': '1px',
          '--now-view-control--border-radius': '0',
          '--now-view-control--border-width': '0',
          '--now-window--border-radius': '4px',
          '--now-window--border-width': '1px',
          '--now-accordion_divider--width': '1px',
          '--now-alert-list_controller--border-radius': '--now-alert--border-radius',
          '--now-alert-list_controller--border-width': '--now-alert--border-width',
          '--now-alert-list_controller-dismiss--background-color-alpha': '--now-alert_button--background-color-alpha',
          '--now-alert-list_controller-dismiss--background-color-alpha--active': '--now-alert_button--background-color-alpha--active',
          '--now-alert-list_controller-dismiss--background-color-alpha--hover': '--now-alert_button--background-color-alpha--hover',
          '--now-alert-list_controller-dismiss--border-color-alpha': '--now-alert_button--border-color-alpha',
          '--now-alert_button--background-color-alpha': '--now-opacity--less',
          '--now-alert_button--background-color-alpha--active': '0.8',
          '--now-alert_button--background-color-alpha--hover': '0.65',
          '--now-alert_button--border-color-alpha': '0.65',
          '--now-alert_button-iconic--background-color-alpha--active': '0',
          '--now-alert_button-iconic--background-color-alpha--hover': '0',
          '--now-alert--border-radius': '--now-messaging--border-radius',
          '--now-alert--border-width': '--now-messaging--border-width',
          '--now-avatar--border-radius': '50%',
          '--now-avatar--border-width': '--now-identifier--border-width',
          '--now-badge--border-radius': '--now-indicator--border-radius',
          '--now-badge--border-width': '--now-indicator--border-width',
          '--now-breadcrumbs_dropdown--background-color-alpha--active': '--now-opacity--less',
          '--now-breadcrumbs_dropdown--background-color-alpha--hover': '--now-opacity--least',
          '--now-breadcrumbs--background-color-alpha': '0',
          '--now-breadcrumbs--background-color-alpha--current': '--now-breadcrumbs--background-color-alpha',
          '--now-breadcrumbs--background-color-alpha--hover': '--now-breadcrumbs--background-color-alpha',
          '--now-button-circular--border-width': '0',
          '--now-button--bare_primary--background-color-alpha--active': '--now-opacity--less',
          '--now-button--bare_primary--background-color-alpha--hover': '--now-opacity--least',
          '--now-button--bare_primary--background-color-alpha--selected_active': '--now-button--bare_primary--background-color-alpha--active',
          '--now-button--bare_primary--background-color-alpha--selected_hover': '--now-button--bare_primary--background-color-alpha--hover',
          '--now-button--bare_secondary--background-color-alpha--active': '--now-opacity--less',
          '--now-button--bare_secondary--background-color-alpha--hover': '--now-opacity--least',
          '--now-button--bare_secondary--background-color-alpha--selected_active': '--now-button--bare_secondary--background-color-alpha--active',
          '--now-button--bare_secondary--background-color-alpha--selected_hover': '--now-button--bare_secondary--background-color-alpha--hover',
          '--now-button--bare_tertiary--background-color-alpha--active': '--now-opacity--less',
          '--now-button--bare_tertiary--background-color-alpha--selected_active': '--now-button--bare_tertiary--background-color-alpha--active',
          '--now-button--bare_tertiary--background-color-alpha--selected_hover': '--now-button--bare_tertiary--background-color-alpha--hover',
          '--now-button--bare--border-radius': '--now-button--border-radius',
          '--now-button--border-radius': '--now-actionable--border-radius',
          '--now-button--border-width': '--now-actionable--border-width',
          '--now-button--border-width--disabled': '--now-button--border-width',
          '--now-button--iconic--border-radius': '--now-button--border-radius',
          '--now-button--opacity--disabled': '--now-opacity--less',
          '--now-button--primary--border-width': '--now-button--border-width',
          '--now-button--primary-negative--border-width': '--now-button--primary--border-width',
          '--now-button--primary-positive--border-width': '--now-button--border-width',
          '--now-button--secondary--background-color-alpha': '1',
          '--now-button--secondary--background-color-alpha--active': '1',
          '--now-button--secondary--background-color-alpha--hover': '1',
          '--now-button--secondary-negative--background-color-alpha': '1',
          '--now-button--secondary-negative--background-color-alpha--active': '1',
          '--now-button--secondary-negative--background-color-alpha--hover': '1',
          '--now-button--secondary-negative--border-width': '--now-button--border-width',
          '--now-button--secondary-positive--background-color-alpha': '1',
          '--now-button--secondary-positive--background-color-alpha--active': '1',
          '--now-button--secondary-positive--background-color-alpha--hover': '1',
          '--now-button--secondary-positive--border-width': '--now-button--border-width',
          '--now-button--tertiary_high-contrast--color-alpha': '1',
          '--now-button--tertiary_high-contrast--color-alpha--active': '--now-button--tertiary_high-contrast--color-alpha',
          '--now-button--tertiary_high-contrast--color-alpha--hover': '--now-button--tertiary_high-contrast--color-alpha',
          '--now-button--tertiary--background-color-alpha': '0',
          '--now-button--tertiary--background-color-alpha--active': '1',
          '--now-button--tertiary--background-color-alpha--hover': '1',
          '--now-button--tertiary--border-color-alpha': '1',
          '--now-button--tertiary--border-color-alpha--active': '--now-button--tertiary--border-color-alpha',
          '--now-button--tertiary--border-color-alpha--hover': '--now-button--tertiary--border-color-alpha',
          '--now-button--tertiary--border-width': '--now-button--border-width',
          '--now-button--tertiary--color-alpha': '1',
          '--now-button--tertiary--color-alpha--active': '--now-button--tertiary--color-alpha',
          '--now-button--tertiary--color-alpha--hover': '--now-button--tertiary--color-alpha',
          '--now-card-divider--width': '1px',
          '--now-card--background-color-alpha': '0',
          '--now-card--background-color-alpha--active': '--now-card--background-color-alpha',
          '--now-card--background-color-alpha--hover': '--now-card--background-color-alpha',
          '--now-card--background-color-alpha--selected': '--now-card--background-color-alpha',
          '--now-card--border-radius': '--now-container--border-radius',
          '--now-card--border-width': '--now-container--border-width',
          '--now-checkbox_focus-ring--width': '0px',
          '--now-checkbox_icon--color-alpha--readonly': '0.3',
          '--now-checkbox--background-color-alpha--checked': '1',
          '--now-checkbox--background-color-alpha--checked_active': '0',
          '--now-checkbox--background-color-alpha--checked_hover': '1',
          '--now-checkbox--background-color-alpha--checked_invalid': '1',
          '--now-checkbox--background-color-alpha--checked_invalid_active': '0',
          '--now-checkbox--background-color-alpha--checked_invalid_focus': '0',
          '--now-checkbox--background-color-alpha--checked_readonly': '--now-opacity--less',
          '--now-checkbox--background-color-alpha--invalid': '0',
          '--now-checkbox--background-color-alpha--readonly': '--now-opacity--less',
          '--now-checkbox--border-color-alpha--checked_readonly': '--now-opacity--less',
          '--now-checkbox--border-color-alpha--readonly': '--now-opacity--less',
          '--now-checkbox--border-radius': '--now-form-control--border-radius',
          '--now-checkbox--opacity--disabled': '--now-opacity--less',
          '--now-content-tree_trigger--background-color-alpha--active': '--now-opacity--less',
          '--now-content-tree_trigger--background-color-alpha--hover': '--now-opacity--least',
          '--now-content-tree--background-color-alpha': '0',
          '--now-content-tree--background-color-alpha--hover': '0.35',
          '--now-dropdown-list_divider--width': '--now-menu_divider--width',
          '--now-dropdown-list_search--border-width': '1px',
          '--now-dropdown-list--background-color-alpha--focus': '1',
          '--now-dropdown-list--border-width': '--now-menu--border-width',
          '--now-dropdown--border-bottom-left-radius': '--now-button--border-radius',
          '--now-dropdown--border-bottom-right-radius': '--now-button--border-radius',
          '--now-dropdown--border-top-left-radius': '--now-button--border-radius',
          '--now-dropdown--border-top-right-radius': '--now-button--border-radius',
          '--now-dropdown--secondary-selection--background-color-alpha': '1',
          '--now-dropdown--secondary-selection--background-color-alpha--active': '1',
          '--now-dropdown--secondary-selection--background-color-alpha--hover': '1',
          '--now-dropdown--tertiary-selection--background-color-alpha': '0',
          '--now-dropdown--tertiary-selection--background-color-alpha--active': '1',
          '--now-dropdown--tertiary-selection--background-color-alpha--hover': '1',
          '--now-dropdown--tertiary-selection--border-color-alpha': '1',
          '--now-dropdown--tertiary-selection--border-color-alpha--active': '1',
          '--now-dropdown--tertiary-selection--border-color-alpha--hover': '1',
          '--now-form-field_message--suggestion--background-color-alpha': '0',
          '--now-form-field--background-color-alpha': '0',
          '--now-form-field--background-color-alpha--hover': '1',
          '--now-form-field--background-color-alpha--readonly': '1',
          '--now-form-field--border-block-end-width': '0px',
          '--now-form-field--border-radius': '4px',
          '--now-form-field--border-radius--readonly': '--now-form-field--border-radius',
          '--now-form-field--border-width': '1px',
          '--now-form-field--border-width--invalid': '1px',
          '--now-form-field--border-width--readonly': '0px',
          '--now-form-field--opacity--disabled': '--now-opacity--less',
          '--now-form-field_inset--color-alpha': '0',
          '--now-form-field_focus-ring--width': '0px',
          '--now-highlighted-value--border-radius': '--now-indicator--border-radius',
          '--now-highlighted-value--border-width': '--now-indicator--border-width',
          '--now-modal_overlay--background-color-alpha': '0.5',
          '--now-modal--border-radius': '--now-window--border-radius',
          '--now-modal--border-width': '--now-window--border-width',
          '--now-modeless-dialog--border-radius': '--now-window--border-radius',
          '--now-modeless-dialog--border-width': '--now-window--border-width',
          '--now-pagination-control--background-color-alpha': '0',
          '--now-pagination-control--background-color-alpha--active': '--now-opacity--less',
          '--now-pagination-control--background-color-alpha--focus': '1',
          '--now-pagination-control--background-color-alpha--hover': '--now-opacity--least',
          '--now-pagination-control--background-color-alpha--selected': '1',
          '--now-pagination-control--border-radius': '--now-actionable--border-radius',
          '--now-pill--border-width': '--now-form-control--border-width',
          '--now-popover--border-radius': '--now-menu--border-radius',
          '--now-progress-bar--border-radius': '--now-loading--border-radius',
          '--now-progress-bar--border-width': '--now-loading--border-width',
          '--now-radio-buttons--background-color-alpha--disabled': '--now-opacity--less',
          '--now-radio-buttons--background-color-alpha--readonly': '--now-opacity--less',
          '--now-radio-buttons--border-color-alpha--disabled': '--now-opacity--less',
          '--now-radio-buttons--border-color-alpha--readonly': '--now-opacity--less',
          '--now-radio-buttons_focus-ring--width': '0px',
          '--now-split-button_divider--width': '--now-button--border-width',
          '--now-stepper--opacity--disabled': '--now-opacity--less',
          '--now-tabs-vertical--background-color-alpha': '--now-tabs--background-color-alpha',
          '--now-tabs-vertical--background-color-alpha--hover': '0',
          '--now-tabs-vertical--background-color-alpha--active': '0',
          '--now-tabs-vertical--background-color-alpha--selected': '0',
          '--now-tabs-vertical--border-color-alpha--hover': '1',
          '--now-tabs-vertical--border-color-alpha--active': '1',
          '--now-tabs-vertical--border-color-alpha--selected': '1',
          '--now-tabs-vertical--iconic--border-radius': '0',
          '--now-tabs-vertical--border-width': '2px',
          '--now-tabs-vertical--opacity--disabled': '--now-tabs--opacity--disabled',
          '--now-tabs-vertical_divider--width': '0',
          '--now-tabs-vertical_container--background-color-alpha': '0',
          '--now-tabs_divider--width': '1px',
          '--now-tabs--background-color-alpha': '0',
          '--now-tabs--border-radius': '0',
          '--now-tabs--border-width': '2px',
          '--now-tabs--opacity--disabled': '--now-opacity--less',
          '--now-tabs_container--background-color-alpha': '0',
          '--now-toggle_handle--border-radius': '--now-form-control_handle--border-radius',
          '--now-toggle_handle--border-width': '--now-form-control_handle--border-width',
          '--now-toggle_track--border-radius': '--now-form-control_track--border-radius',
          '--now-toggle_track--border-width': '--now-form-control_track--border-width',
          '--now-toggle--opacity--disabled': '--now-opacity--less',
          '--now-tooltip--background-color-alpha': '1',
          '--now-tooltip--border-radius': '--now-menu--border-radius',
          '--now-tooltip--border-width': '0',
          '--now-datavis_register_swatch--border-radius': '0',
          '--now-opacity--least': '0.1',
          '--now-opacity--less': '0.25',
      },
  },
  typography: {
      properties: {
          '--now-actionable--font-family': '--now-font-family',
          '--now-actionable--font-style': 'normal',
          '--now-actionable--font-weight': 'normal',
          '--now-actionable--text-transform': 'none',
          '--now-container--font-family': '--now-font-family',
          '--now-container--font-style': 'normal',
          '--now-container--font-weight': 'normal',
          '--now-container--text-transform': 'none',
          '--now-display-type_label--font-family': '--now-display-type--font-family',
          '--now-display-type_label--font-style': '--now-display-type--font-style',
          '--now-display-type_label--font-weight': '--now-display-type--font-weight',
          '--now-display-type_label--text-transform': '--now-display-type--text-transform',
          '--now-display-type--line-height-crop--before': '--now-line-height-crop--before',
          '--now-display-type--line-height-crop--after': '--now-line-height-crop--after',
          '--now-display-type_value--font-family': '--now-display-type--font-family',
          '--now-display-type_value--font-style': '--now-display-type--font-style',
          '--now-display-type_value--font-weight': '--now-display-type--font-weight',
          '--now-display-type_value--text-transform': '--now-display-type--text-transform',
          '--now-display-type--font-family': '--now-font-family',
          '--now-display-type--font-style': 'normal',
          '--now-display-type--font-weight': 'normal',
          '--now-display-type--header-primary--font-family': '--now-display-type--primary--font-family',
          '--now-display-type--header-primary--font-style': '--now-display-type--primary--font-style',
          '--now-display-type--header-primary--font-weight': '--now-display-type--primary--font-weight',
          '--now-display-type--header-primary--text-transform': '--now-display-type--primary--text-transform',
          '--now-display-type--header-secondary--font-family': '--now-display-type--secondary--font-family',
          '--now-display-type--header-secondary--font-style': '--now-display-type--secondary--font-style',
          '--now-display-type--header-secondary--font-weight': '--now-display-type--secondary--font-weight',
          '--now-display-type--header-secondary--text-transform': '--now-display-type--secondary--text-transform',
          '--now-display-type--header-tertiary--font-family': '--now-display-type--tertiary--font-family',
          '--now-display-type--header-tertiary--font-style': '--now-display-type--tertiary--font-style',
          '--now-display-type--header-tertiary--font-weight': '--now-display-type--tertiary--font-weight',
          '--now-display-type--header-tertiary--text-transform': '--now-display-type--tertiary--text-transform',
          '--now-display-type--primary--font-family': '--now-display-type--font-family',
          '--now-display-type--primary--font-style': '--now-display-type--font-style',
          '--now-display-type--primary--font-weight': '600',
          '--now-display-type--primary--text-transform': '--now-display-type--text-transform',
          '--now-display-type--secondary--font-family': '--now-display-type--font-family',
          '--now-display-type--secondary--font-style': '--now-display-type--font-style',
          '--now-display-type--secondary--font-weight': '--now-display-type--font-weight',
          '--now-display-type--secondary--text-transform': '--now-display-type--text-transform',
          '--now-display-type--tertiary--font-family': '--now-display-type--font-family',
          '--now-display-type--tertiary--font-style': '--now-display-type--font-style',
          '--now-display-type--tertiary--font-weight': '--now-display-type--font-weight',
          '--now-display-type--tertiary--text-transform': '--now-display-type--text-transform',
          '--now-display-type--text-transform': 'none',
          '--now-display-type--title-primary--font-family': '--now-display-type--primary--font-family',
          '--now-display-type--title-primary--font-style': '--now-display-type--primary--font-style',
          '--now-display-type--title-primary--font-weight': '600',
          '--now-display-type--title-primary--text-transform': '--now-display-type--primary--text-transform',
          '--now-display-type--title-secondary--font-family': '--now-display-type--secondary--font-family',
          '--now-display-type--title-secondary--font-style': '--now-display-type--secondary--font-style',
          '--now-display-type--title-secondary--font-weight': '600',
          '--now-display-type--title-secondary--text-transform': '--now-display-type--secondary--text-transform',
          '--now-display-type--title-tertiary--font-family': '--now-display-type--tertiary--font-family',
          '--now-display-type--title-tertiary--font-style': '--now-display-type--tertiary--font-style',
          '--now-display-type--title-tertiary--font-weight': '600',
          '--now-display-type--title-tertiary--text-transform': '--now-display-type--tertiary--text-transform',
          '--now-form-control--font-family': '--now-font-family',
          '--now-form-control--font-style': 'normal',
          '--now-form-control--font-weight': 'normal',
          '--now-form-control--text-transform': 'none',
          '--now-identifier--font-family': '--now-font-family',
          '--now-identifier--font-style': 'normal',
          '--now-identifier--font-weight': 'normal',
          '--now-identifier--text-transform': 'none',
          '--now-indicator--font-family': '--now-font-family',
          '--now-indicator--font-style': 'normal',
          '--now-indicator--font-weight': 'normal',
          '--now-indicator--text-transform': 'none',
          '--now-loading--font-family': '--now-font-family',
          '--now-loading--font-style': 'normal',
          '--now-loading--font-weight': 'normal',
          '--now-loading--text-transform': 'none',
          '--now-menu_heading--font-family': '--now-menu--font-family',
          '--now-menu_heading--font-style': '--now-menu--font-style',
          '--now-menu_heading--font-weight': '--now-menu--font-weight',
          '--now-menu_heading--text-transform': '--now-menu--text-transform',
          '--now-menu_search--font-family': '--now-menu--font-family',
          '--now-menu_search--font-style': '--now-menu--font-style',
          '--now-menu_search--font-weight': '--now-menu--font-weight',
          '--now-menu_search--text-transform': '--now-menu--text-transform',
          '--now-menu_sublabel--font-family': '--now-menu--font-family',
          '--now-menu_sublabel--font-style': '--now-menu--font-style',
          '--now-menu_sublabel--font-weight': '--now-menu--font-weight',
          '--now-menu_sublabel--text-transform': '--now-menu--text-transform',
          '--now-menu--font-family': '--now-font-family',
          '--now-menu--font-style': 'normal',
          '--now-menu--font-weight': 'normal',
          '--now-menu--text-transform': 'none',
          '--now-messaging--font-family': '--now-font-family',
          '--now-messaging--font-style': 'normal',
          '--now-messaging--font-weight': 'normal',
          '--now-messaging--text-transform': 'none',
          '--now-navigation--font-family': '--now-font-family',
          '--now-navigation--font-style': 'normal',
          '--now-navigation--font-weight': 'normal',
          '--now-navigation--text-transform': 'none',
          '--now-view-control--font-family': '--now-font-family',
          '--now-view-control--font-style': 'normal',
          '--now-view-control--font-weight': 'normal',
          '--now-view-control--text-transform': 'none',
          '--now-window--font-family': '--now-font-family',
          '--now-window--font-style': 'normal',
          '--now-window--font-weight': 'normal',
          '--now-window--text-transform': 'none',
          '--now-accordion_heading--header--font-style': '--now-accordion--font-style',
          '--now-accordion_heading--header--font-weight': '--now-accordion--font-weight',
          '--now-accordion_heading--header--font-family': '--now-accordion--font-family',
          '--now-accordion_heading--header--text-transform': '--now-accordion--text-transform',
          '--now-accordion_heading--title--font-style': '--now-accordion--font-style',
          '--now-accordion_heading--title--font-weight': '--now-accordion--font-weight',
          '--now-accordion_heading--title--font-family': '--now-accordion--font-family',
          '--now-accordion_heading--title--text-transform': '--now-accordion--text-transform',
          '--now-accordion--font-family': '--now-view-control--font-family',
          '--now-accordion--font-style': '--now-view-control--font-style',
          '--now-accordion--font-weight': '--now-view-control--font-weight',
          '--now-accordion--text-transform': '--now-view-control--text-transform',
          '--now-alert-list_controller--font-family': '--now-alert--font-family',
          '--now-alert-list_controller--font-style': '--now-alert--font-style',
          '--now-alert-list_controller--font-weight': 'bold',
          '--now-alert-list_controller--text-transform': '--now-alert--text-transform',
          '--now-alert--font-family': '--now-messaging--font-family',
          '--now-alert--font-style': '--now-messaging--font-style',
          '--now-alert--font-weight': '--now-messaging--font-weight',
          '--now-alert--text-transform': '--now-messaging--text-transform',
          '--now-avatar--font-family': '--now-identifier--font-family',
          '--now-avatar--font-style': '--now-identifier--font-style',
          '--now-avatar--font-weight': '--now-identifier--font-weight',
          '--now-avatar--text-transform': 'uppercase',
          '--now-badge--font-family': '--now-indicator--font-family',
          '--now-badge--font-style': '--now-indicator--font-style',
          '--now-badge--font-weight': '--now-indicator--font-weight',
          '--now-badge--text-transform': '--now-indicator--text-transform',
          '--now-breadcrumbs--font-family': '--now-actionable--font-family',
          '--now-breadcrumbs--font-style': '--now-actionable--font-style',
          '--now-breadcrumbs--font-weight': '--now-actionable--font-weight',
          '--now-breadcrumbs--font-weight--current': '600',
          '--now-breadcrumbs--text-transform': '--now-actionable--text-transform',
          '--now-button--bare--font-family': '--now-font-family',
          '--now-button--bare--font-style': '--now-button--font-style',
          '--now-button--bare--font-weight': '--now-button--font-weight',
          '--now-button--bare--text-transform': '--now-button--text-transform',
          '--now-button--bare--text-wrap': '--now-button--text-wrap',
          '--now-button--font-family': '--now-actionable--font-family',
          '--now-button--font-style': '--now-actionable--font-style',
          '--now-button--font-weight': '--now-actionable--font-weight',
          '--now-button--text-transform': '--now-actionable--text-transform',
          '--now-button--text-wrap': 'nowrap',
          '--now-card-footer--font-family': '--now-card--font-family',
          '--now-card-footer--font-style': '--now-card--font-style',
          '--now-card-footer--font-weight': '--now-card--font-weight',
          '--now-card-footer--text-transform': '--now-card--text-transform',
          '--now-card-header_caption--font-family': '--now-card--font-family',
          '--now-card-header_caption--font-style': '--now-card--font-style',
          '--now-card-header_caption--font-weight': '--now-card--font-weight',
          '--now-card-header_caption--text-transform': '--now-card--text-transform',
          '--now-card-header_heading--header--font-family': '--now-display-type--primary--font-family',
          '--now-card-header_heading--header--font-style': '--now-display-type--primary--font-style',
          '--now-card-header_heading--header--font-weight': '600',
          '--now-card-header_heading--header--text-transform': '--now-display-type--primary--text-transform',
          '--now-card-header_heading--title--font-family': '--now-display-type--secondary--font-family',
          '--now-card-header_heading--title--font-style': '--now-display-type--secondary--font-style',
          '--now-card-header_heading--title--font-weight': '600',
          '--now-card-header_heading--title--text-transform': '--now-display-type--secondary--text-transform',
          '--now-card-header_tagline--font-family': '--now-card--font-family',
          '--now-card-header_tagline--font-style': '--now-card--font-style',
          '--now-card-header_tagline--font-weight': '--now-card--font-weight',
          '--now-card-header_tagline--text-transform': '--now-card--text-transform',
          '--now-card--font-family': '--now-container--font-family',
          '--now-card--font-style': '--now-container--font-style',
          '--now-card--font-weight': '--now-container--font-weight',
          '--now-card--text-transform': '--now-container--text-transform',
          '--now-checkbox--font-family': '--now-form-control--font-family',
          '--now-checkbox--font-style': '--now-form-control--font-style',
          '--now-checkbox--font-weight': '--now-form-control--font-weight',
          '--now-checkbox--text-transform': '--now-form-control--text-transform',
          '--now-content-tree_placeholder--font-style': 'italic',
          '--now-content-tree_placeholder--font-weight': '600',
          '--now-content-tree--font-family': '--now-navigation--font-family',
          '--now-content-tree--font-style': '--now-navigation--font-style',
          '--now-content-tree--font-weight': '--now-navigation--font-weight',
          '--now-content-tree--text-transform': '--now-navigation--text-transform',
          '--now-dragdrop_badge--font-family': '--now-font-family',
          '--now-dropdown-list_heading--font-family': '--now-menu_heading--font-family',
          '--now-dropdown-list_heading--font-style': '--now-menu_heading--font-style',
          '--now-dropdown-list_heading--font-weight': '--now-menu_heading--font-weight',
          '--now-dropdown-list_heading--text-transform': '--now-menu_heading--text-transform',
          '--now-dropdown-list_search--font-family': '--now-menu_search--font-family',
          '--now-dropdown-list_search--font-style': '--now-menu_search--font-style',
          '--now-dropdown-list_search--font-weight': '--now-menu_search--font-weight',
          '--now-dropdown-list_search--text-transform': '--now-menu_search--text-transform',
          '--now-dropdown-list_sublabel--font-family': '--now-menu_sublabel--font-family',
          '--now-dropdown-list_sublabel--font-style': '--now-menu_sublabel--font-style',
          '--now-dropdown-list_sublabel--font-weight': '--now-menu_sublabel--font-weight',
          '--now-dropdown-list_sublabel--text-transform': '--now-menu_sublabel--text-transform',
          '--now-dropdown-list--font-family': '--now-menu--font-family',
          '--now-dropdown-list--font-style': '--now-menu--font-style',
          '--now-dropdown-list--font-weight': '--now-menu--font-weight',
          '--now-dropdown-list--text-transform': '--now-menu--text-transform',
          '--now-form-field_label--font-family': '--now-font-family',
          '--now-form-field_label--font-style': 'normal',
          '--now-form-field_label--font-weight': 'normal',
          '--now-form-field_label--text-transform': 'none',
          '--now-form-field_message--font-family': '--now-font-family',
          '--now-form-field_message--font-style': 'normal',
          '--now-form-field_message--font-weight': 'normal',
          '--now-form-field_message--text-transform': 'none',
          '--now-form-field--font-family': '--now-font-family',
          '--now-form-field--font-style': 'normal',
          '--now-form-field--font-weight': 'normal',
          '--now-form-field--text-transform': 'none',
          '--now-heading--header-primary--font-family': '--now-display-type--primary--font-family',
          '--now-heading--header-primary--font-style': '--now-display-type--primary--font-style',
          '--now-heading--header-primary--font-weight': 'normal',
          '--now-heading--header-primary--text-transform': '--now-display-type--primary--text-transform',
          '--now-heading--header-secondary--font-family': '--now-display-type--secondary--font-family',
          '--now-heading--header-secondary--font-style': '--now-display-type--secondary--font-style',
          '--now-heading--header-secondary--font-weight': '--now-display-type--secondary--font-weight',
          '--now-heading--header-secondary--text-transform': '--now-display-type--secondary--text-transform',
          '--now-heading--header-tertiary--font-family': '--now-display-type--tertiary--font-family',
          '--now-heading--header-tertiary--font-style': '--now-display-type--tertiary--font-style',
          '--now-heading--header-tertiary--font-weight': '--now-display-type--tertiary--font-weight',
          '--now-heading--header-tertiary--text-transform': '--now-display-type--tertiary--text-transform',
          '--now-heading--title-primary--font-family': '--now-display-type--primary--font-family',
          '--now-heading--title-primary--font-style': '--now-display-type--primary--font-style',
          '--now-heading--title-primary--font-weight': '600',
          '--now-heading--title-primary--text-transform': '--now-display-type--primary--text-transform',
          '--now-heading--title-secondary--font-family': '--now-display-type--secondary--font-family',
          '--now-heading--title-secondary--font-style': '--now-display-type--secondary--font-style',
          '--now-heading--title-secondary--font-weight': '600',
          '--now-heading--title-secondary--text-transform': '--now-display-type--secondary--text-transform',
          '--now-heading--title-tertiary--font-family': '--now-display-type--tertiary--font-family',
          '--now-heading--title-tertiary--font-style': '--now-display-type--tertiary--font-style',
          '--now-heading--title-tertiary--font-weight': '600',
          '--now-heading--title-tertiary--text-transform': '--now-display-type--tertiary--text-transform',
          '--now-highlighted-value--font-family': '--now-indicator--font-family',
          '--now-highlighted-value--font-style': '--now-indicator--font-style',
          '--now-highlighted-value--font-weight': '--now-indicator--font-weight',
          '--now-highlighted-value--text-transform': '--now-indicator--text-transform',
          '--now-label-value-inline--font-family': '--now-display-type_label--font-family',
          '--now-label-value-inline--font-style': '--now-display-type_label--font-style',
          '--now-label-value-inline--font-weight': '--now-display-type_label--font-weight',
          '--now-label-value-inline--text-transform': '--now-display-type_label--text-transform',
          '--now-label-value_label--font-family': '--now-display-type_label--font-family',
          '--now-label-value_label--font-style': '--now-display-type_label--font-style',
          '--now-label-value_label--font-weight': '--now-display-type_label--font-weight',
          '--now-label-value_label--text-transform': '--now-display-type_label--text-transform',
          '--now-label-value_previous_delimiter--font-weight': '600',
          '--now-label-value_previous--font-style': 'italic',
          '--now-label-value_previous--font-weight': 'normal',
          '--now-label-value_previous--text-decoration': 'line-through',
          '--now-label-value_previous--text-transform': '--now-display-type_value--text-transform',
          '--now-label-value_value--font-family': '--now-display-type_value--font-family',
          '--now-label-value_value--font-style': '--now-display-type_value--font-style',
          '--now-label-value_value--font-weight': '--now-display-type_value--font-weight',
          '--now-label-value_value--text-transform': '--now-display-type_value--text-transform',
          '--now-loader--font-family': '--now-loading--font-family',
          '--now-loader--font-style': '--now-loading--font-style',
          '--now-loader--font-weight': '--now-loading--font-weight',
          '--now-loader--text-transform': '--now-loading--text-transform',
          '--now-modal_heading--font-family': '--now-display-type--primary--font-family',
          '--now-modal_heading--font-style': '--now-display-type--primary--font-style',
          '--now-modal_heading--font-weight': '--now-display-type--primary--font-weight',
          '--now-modal_heading--text-transform': '--now-display-type--primary--text-transform',
          '--now-modal--font-family': '--now-window--font-family',
          '--now-modal--font-style': '--now-window--font-style',
          '--now-modal--font-weight': '--now-window--font-weight',
          '--now-modal--text-transform': '--now-window--text-transform',
          '--now-pagination-control--font-family': '--now-view-control--font-family',
          '--now-pagination-control--font-style': '--now-view-control--font-style',
          '--now-pagination-control--font-weight': '--now-view-control--font-weight',
          '--now-pagination-control--text-transform': '--now-view-control--text-transform',
          '--now-pill--font-family': '--now-form-control--font-family',
          '--now-pill--font-style': '--now-form-control--font-style',
          '--now-pill--font-weight': '--now-form-control--font-weight',
          '--now-pill--text-transform': '--now-form-control--text-transform',
          '--now-radio-buttons--font-family': '--now-form-control--font-family',
          '--now-radio-buttons--font-style': '--now-form-control--font-style',
          '--now-radio-buttons--font-weight': '--now-form-control--font-weight',
          '--now-radio-buttons--text-transform': '--now-form-control--text-transform',
          '--now-score_heading--font-family': '--now-display-type--primary--font-family',
          '--now-score_heading--font-style': 'normal',
          '--now-score_heading--font-weight': 'normal',
          '--now-score_heading--text-transform': 'none',
          '--now-score_label--font-style': 'normal',
          '--now-score_label--font-weight': 'normal',
          '--now-score_label--text-transform': 'none',
          '--now-score_timestamp--font-style': 'normal',
          '--now-score_timestamp--font-weight': 'normal',
          '--now-score_timestamp--text-transform': 'none',
          '--now-score_value--font-family': '--now-score--font-family',
          '--now-score_value--font-style': 'normal',
          '--now-score_value--font-weight': '300',
          '--now-score_value--text-transform': 'none',
          '--now-score--font-family': '--now-font-family',
          '--now-stepper_completed-count--font-family': '--now-stepper--font-family',
          '--now-stepper_completed-count--font-style': '--now-stepper--font-style',
          '--now-stepper_completed-count--font-weight': '--now-stepper--font-weight',
          '--now-stepper_completed-count--text-transform': '--now-stepper--text-transform',
          '--now-stepper_label--font-family': '--now-stepper--font-family',
          '--now-stepper_label--font-style': '--now-stepper--font-style',
          '--now-stepper_label--font-weight': '--now-stepper--font-weight',
          '--now-stepper_label--text-transform': '--now-stepper--text-transform',
          '--now-stepper_sublabel--font-family': '--now-stepper_label--font-family',
          '--now-stepper_sublabel--font-style': '--now-stepper_label--font-style',
          '--now-stepper_sublabel--font-weight': '--now-stepper_label--font-weight',
          '--now-stepper_sublabel--text-transform': '--now-stepper_label--text-transform',
          '--now-stepper--font-family': '--now-navigation--font-family',
          '--now-stepper--font-style': '--now-navigation--font-style',
          '--now-stepper--font-weight': '--now-navigation--font-weight',
          '--now-stepper--text-transform': '--now-navigation--text-transform',
          '--now-tabs-vertical--font-family': '--now-tabs--font-family',
          '--now-tabs-vertical--font-style': '--now-tabs--font-style',
          '--now-tabs-vertical--font-style--selected': '--now-tabs-vertical--font-style',
          '--now-tabs-vertical--font-weight': '--now-tabs--font-weight',
          '--now-tabs-vertical--font-weight--selected': '--now-tabs-vertical--font-weight',
          '--now-tabs-vertical--text-transform': '--now-navigation--text-transform',
          '--now-tabs-vertical--text-transform--selected': '--now-tabs-vertical--text-transform',
          '--now-tabs--font-family': '--now-navigation--font-family',
          '--now-tabs--font-style': '--now-navigation--font-style',
          '--now-tabs--font-style--selected': '--now-tabs--font-style',
          '--now-tabs--font-weight': '--now-navigation--font-weight',
          '--now-tabs--font-weight--selected': '--now-tabs--font-weight',
          '--now-tabs--text-transform': '--now-navigation--text-transform',
          '--now-tabs--text-transform--selected': '--now-tabs--text-transform',
          '--now-template-message-empty-state_content--font-family': '--now-display-type--tertiary--font-family',
          '--now-template-message-empty-state_content--font-style': '--now-display-type--tertiary--font-style',
          '--now-template-message-empty-state_content--font-weight': '--now-display-type--tertiary--font-weight',
          '--now-template-message-empty-state_content--text-transform': '--now-display-type--tertiary--text-transform',
          '--now-template-message-empty-state_heading--header--font-family': '--now-display-type--primary--font-family',
          '--now-template-message-empty-state_heading--header--font-style': '--now-display-type--primary--font-style',
          '--now-template-message-empty-state_heading--header--font-weight': '--now-display-type--primary--font-weight',
          '--now-template-message-empty-state_heading--header--text-transform': '--now-display-type--primary--text-transform',
          '--now-template-message-empty-state_heading--title--font-family': '--now-display-type--primary--font-family',
          '--now-template-message-empty-state_heading--title--font-style': '--now-display-type--primary--font-style',
          '--now-template-message-empty-state_heading--title--font-weight': '--now-display-type--primary--font-weight',
          '--now-template-message-empty-state_heading--title--text-transform': '--now-display-type--primary--text-transform',
          '--now-text-link--font-family': 'inherit',
          '--now-text-link--font-style': 'inherit',
          '--now-text-link--font-weight': 'inherit',
          '--now-text-link--text-transform': 'inherit',
          '--now-tooltip--font-family': '--now-menu--font-family',
          '--now-tooltip--font-style': '--now-menu--font-style',
          '--now-tooltip--font-weight': '--now-menu--font-weight',
          '--now-tooltip--text-transform': '--now-menu--text-transform',
          '--now-font-family': "'Source Sans Pro', Arial, sans-serif",
          '--now-line-height-crop--before': '-0.25em',
          '--now-line-height-crop--after': '-0.125em',
      },
  },
  imagery: {
      properties: {},
  },
  mobile: {
      "nativeMobile": {
          "Brand": "--now-color_brand--secondary",
          "Primary": "--now-color--primary-1",
          "Secondary": "--now-color--secondary-3",
          "Tertiary": "--now-color_grouped--gray-4",
          "Positive": "--now-color_alert--positive-3",
          "Destructive": "--now-color_alert--critical-3",
          "Navigation Bar Selected": "--now-color--primary-1",
          "Quick Action Background": "--now-color--primary-1",
          "Primary Swipe Action": "--now-color--primary-1",
          "Secondary Swipe Action": "--now-color--secondary-3",
          "Tertiary Swipe Action": "--now-color_grouped--gray-4",
          "Positive Swipe Action": "--now-color_alert--positive-3",
          "Destructive Swipe Action": "--now-color_alert--critical-3",
          "Text Primary": "--now-color_text--primary",
          "Text Secondary": "--now-color_text--secondary",
          "Text Tertiary": "--now-color_text--tertiary",
          "Text Actionable": "--now-color_text--primary-actionable",
          "Screen Header Text": "--now-color--neutral-0",
          "Background Primary": "--now-color_background--primary",
          "Background Secondary": "--now-color_background--secondary",
          "Background Tertiary": "--now-color_background--tertiary",
          "Background Primary Actionable": "--now-color_background--primary-actionable",
          "Background Secondary Actionable": "--now-color_background--secondary-actionable",
          "Background Tertiary Actionable": "--now-color_background--tertiary-actionable",
          "Brand Background": "--now-color--primary-0",
          "Work Note Background": "--now-color_grouped--yellow-0",
          "Screen Header Background": "--now-color--neutral-0",
          "Separator Primary": "--now-color_divider--primary",
          "Separator Secondary": "--now-color_divider--secondary",
          "Separator Tertiary": "--now-color_divider--tertiary",
          "Divider": "--now-color_surface--divider-1",
          "Border": "--now-color_border--tertiary",
          "Shadow": "--now-color--neutral-18",
          "Navigation": "--now-color_border--tertiary-actionable",
          "Mandatory": "--now-color_alert--critical-2",
          "Link Primary": "--now-color--link-2",
          "Link Secondary": "--now-color--link-3",
          "Notification": "--now-color_alert--critical-1",
          "Work Note Dot": "--now-color_grouped--yellow-2",
          "Image Overlay": "--now-color--neutral-0",
          "Alert-Critical-4": "--now-color_alert--critical-4",
          "Alert-Critical-3": "--now-color_alert--critical-3",
          "Alert-Critical-2": "--now-color_alert--critical-2",
          "Alert-Critical-0": "--now-color_alert--critical-0",
          "Alert-High-4": "--now-color_alert--high-4",
          "Alert-High-3": "--now-color_alert--high-3",
          "Alert-High-2": "--now-color_alert--high-2",
          "Alert-High-0": "--now-color_alert--high-0",
          "Alert-Warning-4": "--now-color_alert--warning-4",
          "Alert-Warning-3": "--now-color_alert--warning-3",
          "Alert-Warning-2": "--now-color_alert--warning-2",
          "Alert-Warning-0": "--now-color_alert--warning-0",
          "Alert-Moderate-4": "--now-color_alert--moderate-4",
          "Alert-Moderate-3": "--now-color_alert--moderate-3",
          "Alert-Moderate-2": "--now-color_alert--moderate-2",
          "Alert-Moderate-0": "--now-color_alert--moderate-0",
          "Alert-Info-4": "--now-color_alert--info-4",
          "Alert-Info-3": "--now-color_alert--info-3",
          "Alert-Info-2": "--now-color_alert--info-2",
          "Alert-Info-0": "--now-color_alert--info-0",
          "Alert-Positive-4": "--now-color_alert--positive-4",
          "Alert-Positive-3": "--now-color_alert--positive-3",
          "Alert-Positive-2": "--now-color_alert--positive-2",
          "Alert-Positive-0": "--now-color_alert--positive-0",
          "Alert-Low-4": "--now-color_alert--low-4",
          "Alert-Low-3": "--now-color_alert--low-3",
          "Alert-Low-2": "--now-color_alert--low-2",
          "Alert-Low-0": "--now-color_alert--low-0",
          "Alert-Disabled Background": "--now-color_background--secondary",
          "Alert-Disabled Text": "--now-color_text--tertiary",
          "Presence-Available": "--now-color_presence--available",
          "Presence-Offline": "--now-color_presence--offline",
          "Highlight Purple": "--now-color_grouped--purple-0",
          "Highlight Yellow": "--now-color_grouped--yellow-0",
          "Highlight Green": "--now-color_grouped--green-0",
          "Highlight Brown": "--now-color_grouped--brown-0",
          "Highlight Blue": "--now-color_grouped--blue-0",
          "Highlight Pink": "--now-color_grouped--pink-0",
          "Highlight Gray": "--now-color_grouped--gray-0",
          "Splash Screen": "3,45,66"
      }
  }
};

Constants.UPLOAD_FONTS = [{
      name: 'Lato',
      asset: 'c79c3863771220104fdc5ed999106188',
      properties: JSON.stringify({
              'font-style': 'normal',
              'font-weight': '600',
          },
          null,
          2
      ),
  },
  {
      name: 'Lato',
      asset: 'fcba856b771220104fdc5ed9991061af',
      properties: JSON.stringify({
              'font-style': 'normal',
              'font-weight': 'bold',
          },
          null,
          2
      ),
  },
  {
      name: 'Lato',
      asset: 'bf5ac16b771220104fdc5ed999106179',
      properties: JSON.stringify({
              'font-style': 'normal',
              'font-weight': '300',
          },
          null,
          2
      ),
  },
  {
      name: 'Lato',
      asset: '79aa856b771220104fdc5ed9991061a5',
      properties: JSON.stringify({
              'font-style': 'normal',
              'font-weight': 'normal',
          },
          null,
          2
      ),
  },
  {
      name: 'Lato',
      asset: 'f19a856b771220104fdc5ed9991061aa',
      properties: JSON.stringify({
              'font-style': 'italic',
              'font-weight': '600',
          },
          null,
          2
      ),
  },
  {
      name: 'Lato',
      asset: 'a8ca096b771220104fdc5ed99910612b',
      properties: JSON.stringify({
              'font-style': 'italic',
              'font-weight': 'normal',
          },
          null,
          2
      ),
  },
  {
      name: 'Cabin',
      asset: '51962c066f133010d2a2f6f2335b36b8',
      properties: JSON.stringify({
              'font-style': 'normal',
              'font-weight': '400 700',
          },
          null,
          2
      ),
  },
  {
      name: 'Cabin',
      asset: '2aef8f226f137010d2a2f6f2335b360f',
      properties: JSON.stringify({
              'font-style': 'italic',
              'font-weight': '400 700',
          },
          null,
          2
      ),
  },
  {
      name: 'Source sans pro',
      asset: 'b4932c71c7102010d447c17cf4c26086',
      properties: JSON.stringify({
              'font-style': 'italic',
              'font-weight': '700',
          },
          null,
          2
      ),
  },
  {
      name: 'Source sans pro',
      asset: 'b0c2a871c7102010d447c17cf4c260a3',
      properties: JSON.stringify({
              'font-style': 'normal',
              'font-weight': '700',
          },
          null,
          2
      ),
  },
  {
      name: 'Source sans pro',
      asset: '7382e471c7102010d447c17cf4c260b2',
      properties: JSON.stringify({
              'font-style': 'italic',
              'font-weight': '600',
          },
          null,
          2
      ),
  },
  {
      name: 'Source sans pro',
      asset: 'eab360b1c7102010d447c17cf4c2603f',
      properties: JSON.stringify({
              'font-style': 'italic',
              'font-weight': '400',
          },
          null,
          2
      ),
  },
  {
      name: 'Source sans pro',
      asset: 'f434a4b1c7102010d447c17cf4c26030',
      properties: JSON.stringify({
              'font-style': 'normal',
              'font-weight': '400',
          },
          null,
          2
      ),
  },
  {
      name: 'Source sans pro',
      asset: '5872a471c7102010d447c17cf4c2604b',
      properties: JSON.stringify({
              'font-style': 'normal',
              'font-weight': '600',
          },
          null,
          2
      ),
  },
  {
      name: 'Open Sans',
      asset: '68f8ed5853546010b846ddeeff7b127c',
      properties: JSON.stringify({
              'font-style': 'normal',
              'font-weight': '400',
          },
          null,
          2
      ),
  },
  {
      name: 'Open Sans',
      asset: 'c69aa99853546010b846ddeeff7b1256',
      properties: JSON.stringify({
              'font-style': 'normal',
              'font-weight': '700',
          },
          null,
          2
      ),
  },
  {
      name: 'Open Sans',
      asset: 'f93a299853546010b846ddeeff7b12b5',
      properties: JSON.stringify({
              'font-style': 'normal',
              'font-weight': '600',
          },
          null,
          2
      ),
  },
];

Constants.prototype = {
  type: 'Constants'
};

Sys ID

6c2525de53421110d7bcddeeff7b12fb

Offical Documentation

Official Docs: