# Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
# Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license

global:
  scope: component
  type: color
  category: color
  cssProperties:
  - 'color'
  - 'background*'
  - 'border*'
  - box-shadow
imports:
- "../../../../design-tokens/aliases/color-palettes.yml"
- "../../../../design-tokens/aliases/colors.yml"
props:
  WELCOME_MAT_TEXT_COLOR_INFO:
    value: '{!PALETTE_BLUE_20}'
    comment: Text color for the Info section

  WELCOME_MAT_BACKGROUND_IMAGE_INFO:
    type: string
    value: '/welcome-mat/bg-info@2x.png'
    comment: Background Image Path for the Welcome Mat Info section

  WELCOME_MAT_BACKGROUND_COLOR_INFO:
    value: '{!PALETTE_CLOUD_BLUE_90}'
    comment: Background overflow color for the Welcome Mat Info section

  WELCOME_MAT_COLOR_BACKGROUND_PROGRESS_BAR:
    value: '{!PALETTE_NEUTRAL_100}'
    comment: Progress Bar background is white

  WELCOME_MAT_COLOR_ACTION_SHADOW:
    value: 'rgba(0,0,0,0.05)'
    comment: Box Shadow declaration

  WELCOME_MAT_COLOR_ICON_COMPLETE:
    value: '{!PALETTE_NEUTRAL_80}'
    comment: Completed icon color for the Welcome Mat Boxes
