// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
// See LICENSE in the project root for license information.

// ---------------------------------------------------------------------

@import '../libSupport/deprecated';
@import '../libSupport/manageScope';

// Wrapper class around anchor-roleButton utility mixin

// This selector is NOT auto included with any other web code style sheet.
// If the auro_roleButton selector is required, it is to be individually included.

@import '../utilityMixins/anchor-roleButton';

/// `.auro_roleButton` is a utility class to support the UI of a standard html hyperlink using the attribute `role="button"`. This utility will present the UI to mimic the UI of the auro-hyperlink component supporting the same attribute.
///
/// [See](/#utility-mixins-mixin-auro_anchorButton) for more information
///
/// [Manage](/#scope-prefix-variable-scope) `$scope` options.
/// @group Utility-auro
/// @example scss - Default selector(s)
///   .auro_roleButton {}
///
/// @example scss - Selector(s) when $scope: true;
///   .auro .auro_roleButton {}
///
/// @example scss - import selector file
///   @import "./node_modules/@aurodesignsystem/webcorestylesheets/dist/componentSupport/anchor-roleButton";
#{$scope}.auro_roleButton {
  @include auro_anchorButton(sass, noncomponent);
}
