chromium/ios/chrome/browser/plus_addresses/ui/plus_address_bottom_sheet_constants.mm

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "ios/chrome/browser/plus_addresses/ui/plus_address_bottom_sheet_constants.h"

NSString* const kPlusAddressSheetDescriptionAccessibilityIdentifier =
    @"PlusAddressSheetDescriptionAXID";

NSString* const kPlusAddressSheetErrorMessageAccessibilityIdentifier =
    @"PlusAddressSheetErrorMessageAXID";

NSString* const kPlusAddressSheetNoticeMessageAccessibilityIdentifier =
    @"PlusAddressSheetNoticeMessageAXID";

NSString* const kPlusAddressLabelAccessibilityIdentifier =
    @"PlusAddressLabelAccessibilityIdentifierAXID";

NSString* const kPlusAddressRefreshButtonAccessibilityIdentifier =
    @"PlusAddressRefreshButtonAccessibilityIdentifierAXID";

const CGFloat kPlusAddressSheetPrimaryAddressBottomMargin = 20;

const CGFloat kPlusAddressSheetBeforeImageTopMargin = 10;

const CGFloat kPlusAddressSheetAfterImageMargin = 0;

const CGFloat kPlusAddressSheetTableViewCellCornerRadius = 10;

const CGFloat kPlusAddressSheetTableViewCellHeight = 64;

const CGFloat kPlusAddressSheetCellImageSize = 16;

const CGFloat kPlusAddressSheetBrandingIconContainerViewSize = 64;

const CGFloat kPlusAddressSheetBrandingIconContainerViewCornerRadius = 13;

const CGFloat kPlusAddressSheetBrandingIconContainerViewShadowRadius = 6;

const CGFloat kPlusAddressSheetBrandingIconContainerViewShadowOpacity = 0.1;

const CGFloat kPlusAddressSheetBrandingIconSize = 32;

const CGFloat kPlusAddressSheetBrandingIconContainerViewBottomPadding = 18;

const CGFloat kPlusAddressSheetBrandingIconContainerViewTopPadding = 33;