@syncfusion/ej2-angular-inputs 26.1.42 → 26.2.4-ngcc

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.
Files changed (139) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +2149 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +2025 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/dist/ej2-angular-inputs.umd.js +2252 -0
  6. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  7. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  8. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  9. package/ej2-angular-inputs.d.ts +14 -0
  10. package/ej2-angular-inputs.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  15. package/src/color-picker/colorpicker.component.d.ts +0 -3
  16. package/src/color-picker/colorpicker.module.d.ts +0 -6
  17. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  18. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  19. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  20. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  21. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  22. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  23. package/src/otp-input/otpinput-all.module.d.ts +0 -6
  24. package/src/otp-input/otpinput.component.d.ts +0 -3
  25. package/src/otp-input/otpinput.module.d.ts +0 -6
  26. package/src/rating/rating-all.module.d.ts +0 -6
  27. package/src/rating/rating.component.d.ts +0 -3
  28. package/src/rating/rating.module.d.ts +0 -6
  29. package/src/signature/signature-all.module.d.ts +0 -6
  30. package/src/signature/signature.component.d.ts +0 -3
  31. package/src/signature/signature.module.d.ts +0 -6
  32. package/src/slider/slider-all.module.d.ts +0 -6
  33. package/src/slider/slider.component.d.ts +0 -3
  34. package/src/slider/slider.module.d.ts +0 -6
  35. package/src/textarea/textarea-all.module.d.ts +0 -6
  36. package/src/textarea/textarea.component.d.ts +0 -3
  37. package/src/textarea/textarea.module.d.ts +0 -6
  38. package/src/textbox/textbox-all.module.d.ts +0 -6
  39. package/src/textbox/textbox.component.d.ts +0 -3
  40. package/src/textbox/textbox.module.d.ts +0 -6
  41. package/src/uploader/files.directive.d.ts +0 -5
  42. package/src/uploader/uploader-all.module.d.ts +0 -6
  43. package/src/uploader/uploader.component.d.ts +0 -3
  44. package/src/uploader/uploader.module.d.ts +0 -7
  45. package/styles/bootstrap-dark.css +6 -2
  46. package/styles/bootstrap.css +6 -2
  47. package/styles/bootstrap4.css +6 -2
  48. package/styles/bootstrap5-dark.css +6 -2
  49. package/styles/bootstrap5.css +6 -2
  50. package/styles/fabric-dark.css +6 -2
  51. package/styles/fabric.css +6 -2
  52. package/styles/fluent-dark.css +9 -3
  53. package/styles/fluent.css +9 -3
  54. package/styles/fluent2.css +31 -17
  55. package/styles/highcontrast-light.css +6 -2
  56. package/styles/highcontrast.css +6 -2
  57. package/styles/input/bootstrap-dark.css +5 -1
  58. package/styles/input/bootstrap.css +5 -1
  59. package/styles/input/bootstrap4.css +5 -1
  60. package/styles/input/bootstrap5-dark.css +5 -1
  61. package/styles/input/bootstrap5.css +5 -1
  62. package/styles/input/fabric-dark.css +5 -1
  63. package/styles/input/fabric.css +5 -1
  64. package/styles/input/fluent-dark.css +8 -2
  65. package/styles/input/fluent.css +8 -2
  66. package/styles/input/fluent2.css +30 -16
  67. package/styles/input/highcontrast-light.css +5 -1
  68. package/styles/input/highcontrast.css +5 -1
  69. package/styles/input/material-dark.css +17 -13
  70. package/styles/input/material.css +17 -13
  71. package/styles/input/material3-dark.css +17 -13
  72. package/styles/input/material3.css +17 -13
  73. package/styles/input/tailwind-dark.css +5 -1
  74. package/styles/input/tailwind.css +5 -1
  75. package/styles/material-dark.css +18 -14
  76. package/styles/material.css +18 -14
  77. package/styles/material3-dark.css +18 -14
  78. package/styles/material3.css +18 -14
  79. package/styles/otp-input/bootstrap-dark.css +1 -1
  80. package/styles/otp-input/bootstrap.css +1 -1
  81. package/styles/otp-input/bootstrap4.css +1 -1
  82. package/styles/otp-input/bootstrap5-dark.css +1 -1
  83. package/styles/otp-input/bootstrap5.css +1 -1
  84. package/styles/otp-input/fabric-dark.css +1 -1
  85. package/styles/otp-input/fabric.css +1 -1
  86. package/styles/otp-input/fluent-dark.css +1 -1
  87. package/styles/otp-input/fluent.css +1 -1
  88. package/styles/otp-input/fluent2.css +1 -1
  89. package/styles/otp-input/highcontrast-light.css +1 -1
  90. package/styles/otp-input/highcontrast.css +1 -1
  91. package/styles/otp-input/material-dark.css +1 -1
  92. package/styles/otp-input/material.css +1 -1
  93. package/styles/otp-input/material3-dark.css +1 -1
  94. package/styles/otp-input/material3.css +1 -1
  95. package/styles/otp-input/tailwind-dark.css +1 -1
  96. package/styles/otp-input/tailwind.css +1 -1
  97. package/styles/tailwind-dark.css +6 -2
  98. package/styles/tailwind.css +6 -2
  99. package/CHANGELOG.md +0 -1547
  100. package/esm2020/public_api.mjs +0 -2
  101. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  102. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -84
  103. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  104. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  105. package/esm2020/src/index.mjs +0 -34
  106. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  107. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -85
  108. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  109. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  110. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -85
  111. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  112. package/esm2020/src/otp-input/otpinput-all.module.mjs +0 -23
  113. package/esm2020/src/otp-input/otpinput.component.mjs +0 -85
  114. package/esm2020/src/otp-input/otpinput.module.mjs +0 -25
  115. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  116. package/esm2020/src/rating/rating.component.mjs +0 -109
  117. package/esm2020/src/rating/rating.module.mjs +0 -25
  118. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  119. package/esm2020/src/signature/signature.component.mjs +0 -84
  120. package/esm2020/src/signature/signature.module.mjs +0 -25
  121. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  122. package/esm2020/src/slider/slider.component.mjs +0 -84
  123. package/esm2020/src/slider/slider.module.mjs +0 -25
  124. package/esm2020/src/textarea/textarea-all.module.mjs +0 -23
  125. package/esm2020/src/textarea/textarea.component.mjs +0 -85
  126. package/esm2020/src/textarea/textarea.module.mjs +0 -25
  127. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  128. package/esm2020/src/textbox/textbox.component.mjs +0 -85
  129. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  130. package/esm2020/src/uploader/files.directive.mjs +0 -58
  131. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  132. package/esm2020/src/uploader/uploader.component.mjs +0 -96
  133. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  134. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  135. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1479
  136. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  137. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1479
  138. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  139. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -2385,7 +2385,11 @@ input.e-input,
2385
2385
  .e-input-group.e-input-focus input.e-input,
2386
2386
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2387
2387
  .e-float-input.e-control-wrapper.e-input-focus input,
2388
- .e-float-input.e-input-focus input,
2388
+ .e-float-input.e-input-focus input {
2389
+ padding-left: 0;
2390
+ text-indent: 0;
2391
+ }
2392
+
2389
2393
  textarea.e-input,
2390
2394
  .e-input-group textarea.e-input,
2391
2395
  .e-input-group textarea,
@@ -3442,18 +3446,18 @@ textarea.e-input.e-bigger.e-small,
3442
3446
  min-height: 22px;
3443
3447
  }
3444
3448
 
3445
- .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
3446
- .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
3447
- .e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
3448
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3449
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3450
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3451
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3452
- .e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
3453
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3454
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3455
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3456
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
3449
+ .e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3450
+ .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3451
+ .e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3452
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3453
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3454
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3455
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3456
+ .e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3457
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3458
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3459
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3460
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
3457
3461
  border-bottom-width: 1px;
3458
3462
  }
3459
3463
 
@@ -14881,7 +14885,7 @@ body.e-colorpicker-overflow {
14881
14885
  color: #616161;
14882
14886
  }
14883
14887
  .e-otpinput.e-outline .e-otp-input-field {
14884
- border: 2px solid #616161;
14888
+ border: 1px solid #616161;
14885
14889
  }
14886
14890
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
14887
14891
  border-bottom: 2px solid #616161;
@@ -2405,7 +2405,11 @@ input.e-input,
2405
2405
  .e-input-group.e-input-focus input.e-input,
2406
2406
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2407
2407
  .e-float-input.e-control-wrapper.e-input-focus input,
2408
- .e-float-input.e-input-focus input,
2408
+ .e-float-input.e-input-focus input {
2409
+ padding-left: 0;
2410
+ text-indent: 0;
2411
+ }
2412
+
2409
2413
  textarea.e-input,
2410
2414
  .e-input-group textarea.e-input,
2411
2415
  .e-input-group textarea,
@@ -3462,18 +3466,18 @@ textarea.e-input.e-bigger.e-small,
3462
3466
  min-height: 22px;
3463
3467
  }
3464
3468
 
3465
- .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
3466
- .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
3467
- .e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
3468
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3469
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3470
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3471
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3472
- .e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
3473
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3474
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3475
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3476
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
3469
+ .e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3470
+ .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3471
+ .e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3472
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3473
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3474
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3475
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3476
+ .e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3477
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3478
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3479
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3480
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
3477
3481
  border-bottom-width: 1px;
3478
3482
  }
3479
3483
 
@@ -14953,7 +14957,7 @@ body.e-colorpicker-overflow {
14953
14957
  color: #bdbdbd;
14954
14958
  }
14955
14959
  .e-otpinput.e-outline .e-otp-input-field {
14956
- border: 2px solid #bdbdbd;
14960
+ border: 1px solid #bdbdbd;
14957
14961
  }
14958
14962
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
14959
14963
  border-bottom: 2px solid #bdbdbd;
@@ -2564,7 +2564,11 @@ input.e-input,
2564
2564
  .e-input-group.e-input-focus input.e-input,
2565
2565
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2566
2566
  .e-float-input.e-control-wrapper.e-input-focus input,
2567
- .e-float-input.e-input-focus input,
2567
+ .e-float-input.e-input-focus input {
2568
+ padding-left: 0;
2569
+ text-indent: 0;
2570
+ }
2571
+
2568
2572
  textarea.e-input,
2569
2573
  .e-input-group textarea.e-input,
2570
2574
  .e-input-group textarea,
@@ -3569,18 +3573,18 @@ textarea.e-input.e-bigger.e-small,
3569
3573
  min-height: 22px;
3570
3574
  }
3571
3575
 
3572
- .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
3573
- .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
3574
- .e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
3575
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3576
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3577
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3578
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3579
- .e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
3580
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3581
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3582
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3583
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
3576
+ .e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3577
+ .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3578
+ .e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3579
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3580
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3581
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3582
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3583
+ .e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3584
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3585
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3586
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3587
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
3584
3588
  border-bottom-width: 1px;
3585
3589
  }
3586
3590
 
@@ -16284,7 +16288,7 @@ body.e-colorpicker-overflow {
16284
16288
  color: var(--color-sf-outline);
16285
16289
  }
16286
16290
  .e-otpinput.e-outline .e-otp-input-field {
16287
- border: 2px solid rgba(var(--color-sf-outline));
16291
+ border: 1px solid rgba(var(--color-sf-outline));
16288
16292
  }
16289
16293
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
16290
16294
  border-bottom: 2px solid rgba(var(--color-sf-outline));
@@ -2788,7 +2788,11 @@ input.e-input,
2788
2788
  .e-input-group.e-input-focus input.e-input,
2789
2789
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2790
2790
  .e-float-input.e-control-wrapper.e-input-focus input,
2791
- .e-float-input.e-input-focus input,
2791
+ .e-float-input.e-input-focus input {
2792
+ padding-left: 0;
2793
+ text-indent: 0;
2794
+ }
2795
+
2792
2796
  textarea.e-input,
2793
2797
  .e-input-group textarea.e-input,
2794
2798
  .e-input-group textarea,
@@ -3793,18 +3797,18 @@ textarea.e-input.e-bigger.e-small,
3793
3797
  min-height: 22px;
3794
3798
  }
3795
3799
 
3796
- .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
3797
- .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
3798
- .e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
3799
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3800
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3801
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3802
- .e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3803
- .e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
3804
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3805
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
3806
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
3807
- .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
3800
+ .e-input-group:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3801
+ .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3802
+ .e-float-input:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3803
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3804
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3805
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3806
+ .e-float-input:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3807
+ .e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
3808
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3809
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]),
3810
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input:not([disabled]),
3811
+ .e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea:not([disabled]) {
3808
3812
  border-bottom-width: 1px;
3809
3813
  }
3810
3814
 
@@ -17628,7 +17632,7 @@ body.e-colorpicker-overflow {
17628
17632
  color: var(--color-sf-outline);
17629
17633
  }
17630
17634
  .e-otpinput.e-outline .e-otp-input-field {
17631
- border: 2px solid rgba(var(--color-sf-outline));
17635
+ border: 1px solid rgba(var(--color-sf-outline));
17632
17636
  }
17633
17637
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
17634
17638
  border-bottom: 2px solid rgba(var(--color-sf-outline));
@@ -190,7 +190,7 @@
190
190
  color: #767676;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #767676;
193
+ border: 1px solid #767676;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #767676;
@@ -190,7 +190,7 @@
190
190
  color: #ccc;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #ccc;
193
+ border: 1px solid #ccc;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #ccc;
@@ -190,7 +190,7 @@
190
190
  color: #ced4da;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #ced4da;
193
+ border: 1px solid #ced4da;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #ced4da;
@@ -190,7 +190,7 @@
190
190
  color: #6c757d;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #6c757d;
193
+ border: 1px solid #6c757d;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #6c757d;
@@ -190,7 +190,7 @@
190
190
  color: #ced4da;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #ced4da;
193
+ border: 1px solid #ced4da;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #ced4da;
@@ -190,7 +190,7 @@
190
190
  color: #9a9a9a;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #9a9a9a;
193
+ border: 1px solid #9a9a9a;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #9a9a9a;
@@ -190,7 +190,7 @@
190
190
  color: #c8c8c8;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #c8c8c8;
193
+ border: 1px solid #c8c8c8;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #c8c8c8;
@@ -190,7 +190,7 @@
190
190
  color: #a19f9d;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #a19f9d;
193
+ border: 1px solid #a19f9d;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #a19f9d;
@@ -190,7 +190,7 @@
190
190
  color: #605e5c;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #605e5c;
193
+ border: 1px solid #605e5c;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #605e5c;
@@ -1224,7 +1224,7 @@
1224
1224
  color: var(--color-sf-border);
1225
1225
  }
1226
1226
  .e-otpinput.e-outline .e-otp-input-field {
1227
- border: 2px solid var(--color-sf-border);
1227
+ border: 1px solid var(--color-sf-border);
1228
1228
  }
1229
1229
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
1230
1230
  border-bottom: 2px solid var(--color-sf-border-alt);
@@ -190,7 +190,7 @@
190
190
  color: rgb(121, 116, 126);
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid rgb(121, 116, 126);
193
+ border: 1px solid rgb(121, 116, 126);
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid rgb(121, 116, 126);
@@ -190,7 +190,7 @@
190
190
  color: #fff;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #fff;
193
+ border: 1px solid #fff;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #fff;
@@ -190,7 +190,7 @@
190
190
  color: #616161;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #616161;
193
+ border: 1px solid #616161;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #616161;
@@ -190,7 +190,7 @@
190
190
  color: #bdbdbd;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #bdbdbd;
193
+ border: 1px solid #bdbdbd;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #bdbdbd;
@@ -300,7 +300,7 @@
300
300
  color: var(--color-sf-outline);
301
301
  }
302
302
  .e-otpinput.e-outline .e-otp-input-field {
303
- border: 2px solid rgba(var(--color-sf-outline));
303
+ border: 1px solid rgba(var(--color-sf-outline));
304
304
  }
305
305
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
306
306
  border-bottom: 2px solid rgba(var(--color-sf-outline));
@@ -412,7 +412,7 @@
412
412
  color: var(--color-sf-outline);
413
413
  }
414
414
  .e-otpinput.e-outline .e-otp-input-field {
415
- border: 2px solid rgba(var(--color-sf-outline));
415
+ border: 1px solid rgba(var(--color-sf-outline));
416
416
  }
417
417
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
418
418
  border-bottom: 2px solid rgba(var(--color-sf-outline));
@@ -190,7 +190,7 @@
190
190
  color: #6b7280;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #6b7280;
193
+ border: 1px solid #6b7280;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #6b7280;
@@ -190,7 +190,7 @@
190
190
  color: #d1d5db;
191
191
  }
192
192
  .e-otpinput.e-outline .e-otp-input-field {
193
- border: 2px solid #d1d5db;
193
+ border: 1px solid #d1d5db;
194
194
  }
195
195
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
196
196
  border-bottom: 2px solid #d1d5db;
@@ -2125,7 +2125,11 @@ input.e-input,
2125
2125
  .e-input-group.e-input-focus input.e-input,
2126
2126
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2127
2127
  .e-float-input.e-control-wrapper.e-input-focus input,
2128
- .e-float-input.e-input-focus input,
2128
+ .e-float-input.e-input-focus input {
2129
+ padding-left: 12px;
2130
+ text-indent: 0;
2131
+ }
2132
+
2129
2133
  textarea.e-input,
2130
2134
  .e-input-group textarea.e-input,
2131
2135
  .e-input-group textarea,
@@ -7509,7 +7513,7 @@ body.e-colorpicker-overflow {
7509
7513
  color: #6b7280;
7510
7514
  }
7511
7515
  .e-otpinput.e-outline .e-otp-input-field {
7512
- border: 2px solid #6b7280;
7516
+ border: 1px solid #6b7280;
7513
7517
  }
7514
7518
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
7515
7519
  border-bottom: 2px solid #6b7280;
@@ -2125,7 +2125,11 @@ input.e-input,
2125
2125
  .e-input-group.e-input-focus input.e-input,
2126
2126
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2127
2127
  .e-float-input.e-control-wrapper.e-input-focus input,
2128
- .e-float-input.e-input-focus input,
2128
+ .e-float-input.e-input-focus input {
2129
+ padding-left: 12px;
2130
+ text-indent: 0;
2131
+ }
2132
+
2129
2133
  textarea.e-input,
2130
2134
  .e-input-group textarea.e-input,
2131
2135
  .e-input-group textarea,
@@ -7509,7 +7513,7 @@ body.e-colorpicker-overflow {
7509
7513
  color: #d1d5db;
7510
7514
  }
7511
7515
  .e-otpinput.e-outline .e-otp-input-field {
7512
- border: 2px solid #d1d5db;
7516
+ border: 1px solid #d1d5db;
7513
7517
  }
7514
7518
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
7515
7519
  border-bottom: 2px solid #d1d5db;