ps-toolkit-ui 0.2.62 → 0.2.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6669,7 +6669,7 @@
6669
6669
  var sendCode = new InputClass(this.config.environment, this.login.l, 'SendCode', 'fa-duotone fa-paper-plane', exports.InputType.Submit, 'h-45' + (this.loginTemplate === 'Simple' ? ' primary' : ''));
6670
6670
  sendCodeForm_1.subName = 'SendCodeSubTitle';
6671
6671
  this.mobile = new InputClass(this.config.environment, this.login.l, 'Mobile', 'fa-duotone fa-mobile-alt', exports.InputType.Mobile, 'm-b-20 h-45', '', true, 4, 50);
6672
- var rules = new InputClass(this.config.environment, this.login.l, 'Rules', null, exports.InputType.Label, '', this.login.rules);
6672
+ var rules = new InputClass(this.config.environment, this.login.l, 'Rules', null, exports.InputType.Label, 'm-t-10', this.login.rules);
6673
6673
  sendCodeForm_1.onSuccess = function () {
6674
6674
  loginForm_1.subName = _this.login.l('LoginSmsSubTitle', _this.mobile.data());
6675
6675
  _this.mobile.type = exports.InputType.Hidden;