// Copyright (c) 2014, 2026, Oracle and/or its affiliates.  Licensed under The Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl/

@import "../../utilities/oj.utilities";


// ----- start dependencies ---------

// set up include variables before importing dependencies
@if $includeInputPasswordClasses != false {
  $includeInputTextClasses: true !global;
  $includeIconClasses: true !global;
}

// ----- end dependencies ---------

// currently inputtext, inputpassword, and textarea all defined in one file, 
// so just import the alta inputText file.
@import "oj.alta.android.formcontrol.inputtext";

@if $includeInputPasswordClasses != false {
  @include module-include-once("alta.android.inputpassword") {

  }
}