@vitrosoftware/common-ui-ts 1.1.133 → 1.1.135

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.
@@ -1,6 +1,6 @@
1
1
  .vitro-result-dialog {
2
2
  z-index: 1001;
3
- position: fixed;
3
+ position: relative;
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  justify-content: space-between;
@@ -8,12 +8,11 @@
8
8
  height: auto;
9
9
  max-height: 74%;
10
10
  width: 400px;
11
- top: 56px;
12
- right: 16px;
13
11
  overflow: hidden;
14
12
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
15
13
  border-radius: 4px;
16
14
  background: #fff;
15
+ margin: 0 16px 1px auto;
17
16
  }
18
17
 
19
18
  .vitro-result-dialog.vitro-progress {
@@ -0,0 +1,13 @@
1
+ .vitro-component-loader {
2
+ position: fixed;
3
+ width: 100%;
4
+ z-index: 300;
5
+ top: 0;
6
+ left: 0;
7
+ padding-top: 56px;
8
+ pointer-events: none;
9
+ }
10
+
11
+ .vitro-component-loader * {
12
+ pointer-events: auto;
13
+ }
@@ -1,4 +1,4 @@
1
- .vitro-ntlm-authentication-form {
1
+ .vitro-login-kerberos-form {
2
2
  width: 100%;
3
3
  height: 289px;
4
4
  flex-direction: column;
package/dist/index.css CHANGED
@@ -1254,6 +1254,20 @@ html, body {
1254
1254
  bottom: 12px;
1255
1255
  }
1256
1256
  }
1257
+ ._component-loader_vitro-component-loader_3J3a2or {
1258
+ position: fixed;
1259
+ width: 100%;
1260
+ z-index: 300;
1261
+ top: 0;
1262
+ left: 0;
1263
+ padding-top: 56px;
1264
+ pointer-events: none;
1265
+ }
1266
+
1267
+ ._component-loader_vitro-component-loader_3J3a2or * {
1268
+ pointer-events: auto;
1269
+ }
1270
+
1257
1271
  ._tooltip_vitro-tooltip_JvGPShz {
1258
1272
  display: none !important;
1259
1273
  opacity: 1 !important;
@@ -1893,7 +1907,7 @@ html, body {
1893
1907
  }
1894
1908
  ._result-dialog_vitro-result-dialog_kqxXHts {
1895
1909
  z-index: 1001;
1896
- position: fixed;
1910
+ position: relative;
1897
1911
  display: flex;
1898
1912
  flex-direction: column;
1899
1913
  justify-content: space-between;
@@ -1901,12 +1915,11 @@ html, body {
1901
1915
  height: auto;
1902
1916
  max-height: 74%;
1903
1917
  width: 400px;
1904
- top: 56px;
1905
- right: 16px;
1906
1918
  overflow: hidden;
1907
1919
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
1908
1920
  border-radius: 4px;
1909
1921
  background: #fff;
1922
+ margin: 0 16px 1px auto;
1910
1923
  }
1911
1924
 
1912
1925
  ._result-dialog_vitro-result-dialog_kqxXHts._result-dialog_vitro-progress_3WaZ52V {
@@ -3471,32 +3484,32 @@ html, body {
3471
3484
  display: flex;
3472
3485
  align-items: center;
3473
3486
  }
3474
- ._ntlm-authentication-form_vitro-ntlm-authentication-form_cZo4EPu {
3487
+ ._login-kerberos-form_vitro-login-kerberos-form_v_rdUFi {
3475
3488
  width: 100%;
3476
3489
  height: 289px;
3477
3490
  flex-direction: column;
3478
3491
  }
3479
3492
 
3480
- ._ntlm-authentication-form_vitro-flex_183q6V- {
3493
+ ._login-kerberos-form_vitro-flex_3DV6V0F {
3481
3494
  flex-direction: column;
3482
3495
  margin-top: 20px;
3483
3496
  margin-bottom: auto;
3484
3497
  }
3485
3498
 
3486
- ._ntlm-authentication-form_vitro-flex_183q6V- ._ntlm-authentication-form_vitro-subtitle_2dOYDeM {
3499
+ ._login-kerberos-form_vitro-flex_3DV6V0F ._login-kerberos-form_vitro-subtitle_hOCCFau {
3487
3500
  font-size: 18px;
3488
3501
  line-height: 135%;
3489
3502
  text-align: center;
3490
3503
  margin-bottom: 2px;
3491
3504
  }
3492
3505
 
3493
- ._ntlm-authentication-form_vitro-flex_183q6V- > .vitro-image {
3506
+ ._login-kerberos-form_vitro-flex_3DV6V0F > .vitro-image {
3494
3507
  width: 48px;
3495
3508
  height: 48px;
3496
3509
  margin-bottom: 16px;
3497
3510
  }
3498
3511
 
3499
- ._ntlm-authentication-form_vitro-error-message_3dVhQ_S {
3512
+ ._login-kerberos-form_vitro-error-message_2LXMkSK {
3500
3513
  text-align: center;
3501
3514
  }
3502
3515
  ._date-picker_vitro-control_2AYXegb {