@vitrosoftware/common-ui-ts 1.1.22 → 1.1.25

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 (39) hide show
  1. package/css/common.css +1 -0
  2. package/css/std/controls/alert/alert.css +15 -10
  3. package/css/std/controls/command-menu/command-menu-dropdown-button.css +7 -2
  4. package/css/std/controls/dialog/dialog-button-close.css +3 -5
  5. package/css/std/controls/dialog/dialog-button.css +4 -0
  6. package/css/std/controls/dialog/dialog-content.css +9 -21
  7. package/css/std/controls/dialog/dialog-footer.css +6 -5
  8. package/css/std/controls/dialog/dialog-header.css +27 -3
  9. package/css/std/controls/dialog/dialog.css +3 -8
  10. package/css/std/controls/lookup-picker/lookup-picker.css +1 -0
  11. package/css/std/controls/pdf-viewer/pdf-viewer.css +369 -139
  12. package/css/std/controls/tab-group/tab-group.css +4 -0
  13. package/css/std/controls/table-view/treegrid.css +5 -4
  14. package/css/std/controls/tree-view/tree-view.css +21 -2
  15. package/css/std/controls/uploader/uploader.css +4 -0
  16. package/dist/constants/Event.d.ts +2 -1
  17. package/dist/controls/Dialog/Dialog.d.ts +16 -6
  18. package/dist/controls/Dialog/DialogButton.d.ts +2 -3
  19. package/dist/controls/Dialog/DialogComponent.d.ts +0 -1
  20. package/dist/controls/Dialog/DialogContent.d.ts +1 -0
  21. package/dist/controls/Dialog/DialogFooter.d.ts +5 -5
  22. package/dist/controls/Dialog/DialogHeader.d.ts +2 -0
  23. package/dist/controls/TabGroup/TabGroup.d.ts +1 -0
  24. package/dist/controls/TabGroup/TabGroupComponent.d.ts +1 -0
  25. package/dist/controls/TelerikUploader/TelerikUploaderContextImpl.d.ts +1 -0
  26. package/dist/controls/TelerikUploader/TelerikUploaderSettings.d.ts +1 -0
  27. package/dist/controls/TreeView/JsTreeViewContextImpl.d.ts +7 -0
  28. package/dist/controls/TreeView/TreeView.d.ts +2 -0
  29. package/dist/controls/TreeView/TreeViewConfig.d.ts +12 -6
  30. package/dist/controls/TreeView/TreeViewConstants.d.ts +23 -1
  31. package/dist/controls/TreeView/TreeViewContext.d.ts +7 -0
  32. package/dist/index.css +134 -88
  33. package/dist/index.d.ts +2 -2
  34. package/dist/index.js +241 -101
  35. package/dist/index.js.map +1 -1
  36. package/dist/index.modern.js +241 -101
  37. package/dist/index.modern.js.map +1 -1
  38. package/package.json +2 -2
  39. package/src/controls/PdfViewer/js/pdf-viewer.js +213 -71
package/dist/index.css CHANGED
@@ -34,6 +34,7 @@
34
34
  margin-right: 12px;
35
35
  margin-bottom: 0;
36
36
  padding-bottom: 12px;
37
+ margin-bottom: 8px;
37
38
  }
38
39
 
39
40
  @media (max-width: 800px) {
@@ -344,7 +345,6 @@
344
345
  }
345
346
 
346
347
  #TreeView .ps {
347
- padding-top: 8px;
348
348
  padding-right: 12px;
349
349
  }
350
350
 
@@ -405,6 +405,10 @@
405
405
  margin-left: 0;
406
406
  }
407
407
 
408
+ .vitro-root-node > .jstree-anchor > .jstree-checkbox {
409
+ display: none;
410
+ }
411
+
408
412
  ._tree-view_vitro-tree-view_3oii-CW .vitro-root-node > .jstree-anchor > .jstree-icon.folder {
409
413
  /* root-folder.svg URL-encoder for SVG */
410
414
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6464 5.35355C10.7402 5.44732 10.8674 5.5 11 5.5H19C20.3807 5.5 21.5 6.61929 21.5 8V18C21.5 19.3807 20.3807 20.5 19 20.5H5C3.61929 20.5 2.5 19.3807 2.5 18V6C2.5 4.61929 3.61929 3.5 5 3.5H7.75736C8.4204 3.5 9.05629 3.76339 9.52513 4.23223L10.6464 5.35355Z' stroke='%23999B9D' stroke-linejoin='round'/%3E%3Cpath d='M8 16L12 10' stroke='%23999B9D' stroke-linecap='round'/%3E%3Cpath d='M12 16L16 16' stroke='%23999B9D' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
@@ -434,6 +438,7 @@
434
438
  height: 32px !important;
435
439
  line-height: 32px !important;
436
440
  background-position: center !important;
441
+ background-size: 100%;
437
442
  margin-right: 4px;
438
443
  }
439
444
 
@@ -449,7 +454,22 @@
449
454
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 7L14.5 12L9.5 17' stroke='%238E98A3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
450
455
  background-repeat: no-repeat;
451
456
  background-position: center center !important;
452
- }
457
+ }
458
+
459
+ ._tree-view_vitro-tree-view_3oii-CW .jstree-checkbox {
460
+ /* checkbox-big-empty.svg URL-encoder for SVG */
461
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2.5' width='19' height='19' rx='2' stroke='%23C0CAD5'/%3E%3C/svg%3E%0A");
462
+ }
463
+
464
+ ._tree-view_vitro-tree-view_3oii-CW .jstree-checked .jstree-checkbox {
465
+ /* checkbox-big-active.svg URL-encoder for SVG */
466
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='20' height='20' rx='2.5' fill='%234292F7'/%3E%3Cpath d='M16.7062 8.50593C17.0826 8.86144 17.0996 9.45479 16.7441 9.83121L11.4316 15.4562C11.2577 15.6404 11.0166 15.7463 10.7634 15.7499C10.5101 15.7535 10.2662 15.6545 10.0871 15.4754L7.27459 12.6629C6.90847 12.2968 6.90847 11.7032 7.27459 11.3371C7.6407 10.971 8.2343 10.971 8.60041 11.3371L10.7308 13.4675L15.3809 8.54379C15.7364 8.16737 16.3298 8.15042 16.7062 8.50593Z' fill='white'/%3E%3C/svg%3E%0A");
467
+ }
468
+
469
+ ._tree-view_vitro-tree-view_3oii-CW .jstree-checkbox.jstree-undetermined {
470
+ /* checkbox-big-undetermined.svg URL-encoder for SVG */
471
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7' y='7' width='10' height='10' rx='1' fill='%234292F7'/%3E%3Crect x='2.625' y='2.625' width='18.75' height='18.75' rx='1.875' stroke='%23C0CAD5' stroke-width='1.25'/%3E%3C/svg%3E%0A");
472
+ }
453
473
 
454
474
  @import url('@vitrosoftware/common-ui-ts/css/std/controls/table-view/treegrid.css');
455
475
  @import url('@vitrosoftware/common-ui-ts/css/std/controls/table-view/table-view-custom-lookup-edit.css');
@@ -971,7 +991,10 @@
971
991
  position: unset !important;
972
992
  }
973
993
 
974
-
994
+ .vitro-file-icon {
995
+ width: 24px;
996
+ height: 24px;
997
+ }
975
998
  .vitro-display-none {
976
999
  display: none;
977
1000
  }
@@ -1612,6 +1635,10 @@
1612
1635
  border-radius: 0 0 4px 4px;
1613
1636
  }
1614
1637
 
1638
+ ._tab-group_vitro-tab_1Qb50HL .nav .dropdown-item:first-child:last-child {
1639
+ border-radius: 4px;
1640
+ }
1641
+
1615
1642
  ._tab-group_vitro-tab_1Qb50HL .nav > div._tab-group_vitro-item_2YnBcmb {
1616
1643
  flex-grow: 1;
1617
1644
  text-align: center;
@@ -3052,6 +3079,7 @@
3052
3079
  ._lookup-picker_vitro-lookup-picker_1aXYQEG {
3053
3080
  position: relative;
3054
3081
  margin-bottom: 22px;
3082
+ width: 100%;
3055
3083
  }
3056
3084
 
3057
3085
  ._lookup-picker_vitro-content_37L0slb {
@@ -3428,11 +3456,15 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
3428
3456
  ._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .dropdown-item ._command-menu-dropdown-button_vitro-icon_36InzPx {
3429
3457
  width: 20px;
3430
3458
  height: 20px;
3431
- background-size: 20px !important;
3432
3459
  margin-right: 12px;
3433
3460
  margin-left: 0;
3434
3461
  }
3435
3462
 
3463
+ ._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .dropdown-item ._command-menu-dropdown-button_vitro-icon_36InzPx img {
3464
+ width: 20px;
3465
+ height: 20px;
3466
+ }
3467
+
3436
3468
  ._command-menu-dropdown-button_vitro-button-collapse-bottom_1OS_X_a {
3437
3469
  width: 24px;
3438
3470
  height: 24px;
@@ -3467,7 +3499,8 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
3467
3499
  width: 24px;
3468
3500
  }
3469
3501
 
3470
- .vitro-button-context > div {
3502
+ .vitro-button-context > div,
3503
+ .vitro-button-context img {
3471
3504
  margin: 0 !important;
3472
3505
  }
3473
3506
 
@@ -3810,7 +3843,12 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
3810
3843
  width: 450px;
3811
3844
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
3812
3845
  border-radius: 4px;
3813
- padding: 12px !important;
3846
+ }
3847
+
3848
+ ._alert_vitro-alert_3sPAkJb .alert {
3849
+ margin-bottom: 0;
3850
+ padding: 12px;
3851
+ border-radius: 4px;
3814
3852
  }
3815
3853
 
3816
3854
  #Timesheets ._alert_vitro-alert_3sPAkJb {
@@ -3952,82 +3990,93 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
3952
3990
  margin: 5px;
3953
3991
  }
3954
3992
 
3955
- ._alert_vitro-alert_3sPAkJb.alert-danger,
3956
- ._alert_vitro-alert_3sPAkJb.alert-success,
3957
- ._alert_vitro-alert_3sPAkJb.alert-warning {
3993
+ ._alert_vitro-alert_3sPAkJb .alert-danger,
3994
+ ._alert_vitro-alert_3sPAkJb .alert-success,
3995
+ ._alert_vitro-alert_3sPAkJb .alert-warning {
3958
3996
  border: none;
3959
3997
  background-color: #fff !important;
3960
3998
  color: #222d44;
3961
3999
  }
3962
4000
 
3963
- ._alert_vitro-alert_3sPAkJb.alert-danger {
4001
+ ._alert_vitro-alert_3sPAkJb .alert-danger {
3964
4002
  border-left: 4px solid #D13438;
3965
4003
  }
3966
4004
 
3967
- ._alert_vitro-alert_3sPAkJb.alert-success {
4005
+ ._alert_vitro-alert_3sPAkJb .alert-success {
3968
4006
  border-left: 4px solid #198754;
3969
4007
  }
3970
4008
 
3971
- ._alert_vitro-alert_3sPAkJb.alert-warning {
4009
+ ._alert_vitro-alert_3sPAkJb .alert-warning {
3972
4010
  border-left: 4px solid #F3AD4A;
3973
4011
  }
3974
4012
 
3975
- ._alert_vitro-alert_3sPAkJb.alert-danger ._alert_vitro-icon_pK385gF {
4013
+ ._alert_vitro-alert_3sPAkJb .alert-danger ._alert_vitro-icon_pK385gF {
3976
4014
  /* error.svg URL-encoder for SVG */
3977
4015
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Cpath id='Vector' d='M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z' fill='%23D13438'/%3E%3Cpath id='Vector_2' d='M9 15L12 12L15 15M15 9L11.9994 12L9 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
3978
4016
  }
3979
4017
 
3980
- ._alert_vitro-alert_3sPAkJb.alert-success ._alert_vitro-icon_pK385gF {
4018
+ ._alert_vitro-alert_3sPAkJb .alert-success ._alert_vitro-icon_pK385gF {
3981
4019
  /* success.svg URL-encoder for SVG */
3982
4020
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Crect width='24' height='24' fill='white'/%3E%3Cpath id='Vector' d='M12 22C14.7614 22 17.2614 20.8807 19.0711 19.0711C20.8807 17.2614 22 14.7614 22 12C22 9.2386 20.8807 6.7386 19.0711 4.92893C17.2614 3.11929 14.7614 2 12 2C9.2386 2 6.7386 3.11929 4.92893 4.92893C3.11929 6.7386 2 9.2386 2 12C2 14.7614 3.11929 17.2614 4.92893 19.0711C6.7386 20.8807 9.2386 22 12 22Z' fill='%23198754'/%3E%3Cpath id='Vector_2' d='M8 12L11 15L16 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
3983
4021
  }
3984
4022
 
3985
- ._alert_vitro-alert_3sPAkJb.alert-warning ._alert_vitro-icon_pK385gF {
4023
+ ._alert_vitro-alert_3sPAkJb .alert-warning ._alert_vitro-icon_pK385gF {
3986
4024
  /* warning.svg URL-encoder for SVG */
3987
4025
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='check-one /Line/Black'%3E%3Cpath id='Vector' d='M12 22.0039C14.7614 22.0039 17.2614 20.8846 19.071 19.075C20.8807 17.2653 22 14.7653 22 12.0039C22 9.24251 20.8807 6.74251 19.071 4.93284C17.2614 3.1232 14.7614 2.00391 12 2.00391C9.2386 2.00391 6.7386 3.1232 4.92893 4.93284C3.11929 6.74251 2 9.24251 2 12.0039C2 14.7653 3.11929 17.2653 4.92893 19.075C6.7386 20.8846 9.2386 22.0039 12 22.0039Z' fill='%23F3AD4A'/%3E%3Cg id='Vector_2'%3E%3Cpath d='M12 6V12Z' fill='white'/%3E%3Cpath d='M12 6V12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Ccircle id='Ellipse 135' cx='12' cy='17' r='1' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
3988
4026
  }
3989
- ._dialog-header_vitro-dialog-header_2W3GraU {
3990
- font-size: 18px;
3991
- line-height: 150%;
3992
- margin-bottom: 12px;
4027
+ ._dialog-content_vitro-dialog-content_qQNWu6x {
4028
+ min-width: auto;
4029
+ overflow: hidden;
4030
+ display: flex;
4031
+ flex-direction: column;
4032
+ flex-grow: 1;
4033
+ flex-shrink: 1;
3993
4034
  }
3994
-
3995
- ._dialog_vitro-dialog_2NzcRZg {
3996
- position: fixed;
3997
- margin: 0 auto;
3998
- left: 0;
3999
- right: 0;
4000
- top: 0;
4001
- bottom: 0;
4002
- z-index: 10000;
4035
+
4036
+ ._dialog-content_vitro-dialog-content_qQNWu6x .ps {
4037
+ padding-top: 12px;
4038
+ padding-left: 16px;
4039
+ }
4040
+
4041
+ ._dialog-content_vitro-dialog-content_qQNWu6x > div {
4042
+ max-height: 100%;
4043
+ }
4044
+ ._dialog-header_vitro-dialog-header_2W3GraU {
4045
+ padding: 20px 16px;
4046
+ border-bottom: 1px solid #E4E6EC;
4047
+ background: #fff;
4048
+ border-radius: 4px 4px 0 0;
4003
4049
  display: flex;
4004
4050
  align-items: center;
4005
- justify-content: center;
4006
- background: rgba(34, 45, 68, 0.2);
4007
4051
  }
4008
4052
 
4009
- ._dialog_vitro-dialog_2NzcRZg > div {
4010
- display: flex;
4011
- flex-direction: column;
4012
- border: 1px solid #C0CAD5;
4013
- background: #fff;
4014
- position: absolute;
4015
- display: block;
4016
- left: 50%;
4017
- top: 50%;
4018
- transform: translate(-50%, -50%);
4019
- opacity: 1;
4020
- padding: 24px;
4021
- border-radius: 4px;
4022
- min-height: 514px;
4023
- width: 760px;
4024
- box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
4053
+ ._dialog-header_vitro-title_2k8SPhE {
4054
+ color: #222D44;
4055
+ font-size: 20px;
4056
+ line-height: 24px;
4057
+ margin-bottom: 0;
4058
+ }
4059
+
4060
+ ._dialog-header_vitro-description_Hiq51VI {
4061
+ color: #4A556C;
4062
+ font-size: 14px;
4063
+ line-height: 16px;
4064
+ margin-top: 7px;
4065
+ margin-bottom: 0;
4025
4066
  }
4026
4067
 
4027
- ._dialog_vitro-dialog_2NzcRZg .vitro-content {
4028
- height: 400px;
4068
+ ._dialog-header_vitro-icon_3GtsVWO {
4069
+ width: 38px;
4070
+ height: 38px;
4071
+ margin-right: 16px;
4072
+ }
4073
+ ._dialog-button_vitro-dialog-button_1fQ5l22 {
4074
+ margin-left: 12px;
4075
+ }
4076
+
4077
+ ._dialog-button_vitro-dialog-button_1fQ5l22:disabled {
4078
+ background: #E0E0E0;
4029
4079
  }
4030
-
4031
4080
  ._dialog-button-close_vitro-dialog-button-close_1p27cEz {
4032
4081
  display: block;
4033
4082
  position: absolute;
@@ -4036,9 +4085,9 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4036
4085
  outline: 0;
4037
4086
  cursor: pointer;
4038
4087
  padding: 0;
4039
- width: 32px;
4040
- height: 32px;
4041
- right: -48px;
4088
+ width: 26px;
4089
+ height: 26px;
4090
+ right: -42px;
4042
4091
  top: 2px;
4043
4092
  /* close.svg URL-encoder for SVG */
4044
4093
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' fill='none' stroke='%23fff' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 32.333l16-16m0 0l-16-16m16 16l16 16m-16-16l16-16'%3E%3C/path%3E%3C/svg%3E");
@@ -4048,8 +4097,6 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4048
4097
  background: #fff !important;
4049
4098
  color: #222D44 !important;
4050
4099
  border: none;
4051
- margin-left: 12px;
4052
- font-family: 'InterRegular' !important;
4053
4100
  }
4054
4101
 
4055
4102
  ._dialog-button-close_vitro-button-close_2BpzTR0:hover,
@@ -4063,47 +4110,46 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4063
4110
  }
4064
4111
  }
4065
4112
 
4066
- ._dialog-content_vitro-dialog-content_qQNWu6x {
4067
- min-width: auto;
4068
- overflow: visible;
4069
- flex: none;
4113
+ ._dialog-footer_vitro-dialog-footer_2vUQ3aG {
4070
4114
  display: flex;
4071
- flex-direction: column;
4072
- }
4073
-
4074
- ._dialog-content_vitro-dialog-content_qQNWu6x > div:first-child {
4075
- margin-top: 26px;
4076
- }
4077
-
4078
- ._dialog-content_vitro-dialog-content_qQNWu6x {
4079
- max-height: 360px !important;
4080
- height: 360px;
4081
- }
4082
-
4083
- ._dialog-content_vitro-dialog-content_qQNWu6x textarea {
4084
- max-height: 200px;
4115
+ justify-content: flex-end;
4116
+ background: #fff;
4117
+ width: 100%;
4118
+ padding: 16px;
4119
+ border-top: 1px solid #E4E6EC;
4120
+ margin-top: auto;
4121
+ border-radius: 0 0 4px 4px;
4085
4122
  }
4086
-
4087
- ._dialog-content_vitro-dialog-content_qQNWu6x:has(div[role=alert]) textarea {
4088
- max-height: 125px;
4123
+
4124
+ ._dialog_vitro-dialog_2NzcRZg {
4125
+ position: fixed;
4126
+ margin: 0 auto;
4127
+ left: 0;
4128
+ right: 0;
4129
+ top: 0;
4130
+ bottom: 0;
4131
+ z-index: 10000;
4132
+ display: flex;
4133
+ align-items: center;
4134
+ justify-content: center;
4135
+ background: rgba(34, 45, 68, 0.2);
4089
4136
  }
4090
4137
 
4091
- .vitro-time-log-history {
4092
- height: 100%;
4093
- margin: 0 !important;
4094
- }
4095
-
4096
- ._dialog-button_vitro-dialog-button_1fQ5l22:disabled {
4097
- background: #E0E0E0;
4098
- }
4099
- ._dialog-footer_vitro-dialog-footer_2vUQ3aG {
4138
+ ._dialog_vitro-dialog_2NzcRZg > div {
4100
4139
  display: flex;
4101
- justify-content: flex-end;
4102
- z-index: 1000;
4140
+ flex-direction: column;
4141
+ border: 1px solid #C0CAD5;
4103
4142
  background: #fff;
4104
4143
  position: absolute;
4105
- bottom: 0;
4106
- right: 0;
4144
+ overflow: visible;
4145
+ left: 50%;
4146
+ top: 50%;
4147
+ transform: translate(-50%, -50%);
4148
+ opacity: 1;
4149
+ border-radius: 4px;
4150
+ height: 534px;
4151
+ width: 760px;
4152
+ box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
4107
4153
  }
4108
4154
  ._user-profile_vitro-user-profile_11XpBoQ span {
4109
4155
  margin-right: 10px;
package/dist/index.d.ts CHANGED
@@ -46,7 +46,7 @@ import { SidebarSection } from './controls/Sidebar/SidebarSection';
46
46
  import { TaskTile } from './controls/TaskTile/TaskTile';
47
47
  import { Alert } from './controls/Alert/Alert';
48
48
  import * as ALERT from './controls/Alert/AlertConstants';
49
- import { Dialog } from './controls/Dialog/Dialog';
49
+ import { Dialog, DialogProps } from './controls/Dialog/Dialog';
50
50
  import { DialogContent } from './controls/Dialog/DialogContent';
51
51
  import { DialogFooter } from './controls/Dialog/DialogFooter';
52
52
  import { Avatar } from './controls/Avatar/Avatar';
@@ -84,7 +84,7 @@ export { CommandMenu, CommandMenuButton, CommandMenuLookupPicker, CommandMenuDro
84
84
  export { Sidebar, SidebarItem, SidebarSection };
85
85
  export { TaskTile };
86
86
  export { Alert, ALERT };
87
- export { Dialog, DialogContent, DialogFooter };
87
+ export { Dialog, DialogProps, DialogContent, DialogFooter };
88
88
  export { Avatar };
89
89
  export { UserProfile };
90
90
  export { UserLookupPicker };