@vitrosoftware/common-ui-ts 1.1.218 → 1.1.220

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-alert {
2
2
  border: 0;
3
- box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
3
+ box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
4
4
  border-radius: 4px;
5
5
  display: flex;
6
6
  flex-wrap: wrap;
@@ -9,6 +9,7 @@
9
9
  }
10
10
 
11
11
  .vitro-position-absolute {
12
+ box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
12
13
  z-index: 1000;
13
14
  position: absolute;
14
15
  right: 0;
@@ -22,6 +23,7 @@
22
23
  display: flex;
23
24
  flex-direction: column;
24
25
  gap: 12px;
26
+ width: 100%;
25
27
  }
26
28
 
27
29
  :global(#Timesheets) .vitro-alert {
@@ -41,6 +43,8 @@
41
43
  }
42
44
 
43
45
  .vitro-button-close {
46
+ margin-left: auto;
47
+ align-self: flex-start;
44
48
  cursor: pointer;
45
49
  width: 24px;
46
50
  height: 24px;
@@ -85,17 +89,6 @@
85
89
  margin: 0px;
86
90
  }
87
91
 
88
- .vitro-alert-action-list {
89
- display: flex;
90
- flex-grow: 0;
91
- flex-shrink: 0;
92
- flex-basis: auto;
93
- align-items: center;
94
- margin-right: 6px;
95
- margin-left: 8px;
96
- padding: 0px;
97
- }
98
-
99
92
  .vitro-position-center {
100
93
  top: 50%;
101
94
  left: 50%;
@@ -120,28 +113,6 @@
120
113
  .vitro-alert > ul:global(.errorList) > li a {
121
114
  text-decoration: underline;
122
115
  }
123
-
124
- .vitro-alert a:global(.link) {
125
- text-decoration: underline;
126
- white-space: pre-wrap;
127
- }
128
-
129
- .vitro-alert button:global(.btn) {
130
- margin-left: 8px;
131
- background: white;
132
- color: #616365;
133
- font-size: 13px;
134
- padding: 0.1rem 16px;
135
- border: 1px solid rgb(138, 136, 134);
136
- font-weight: 600;
137
- min-width: 80px;
138
- border-radius: 2px;
139
- }
140
-
141
- .vitro-alert :global(.btn):active,
142
- .vitro-alert :global(.btn):focus {
143
- outline: none !important;
144
- }
145
116
 
146
117
  .vitro-alert > div :global(.header) {
147
118
  font-weight: 500;
@@ -153,19 +124,6 @@
153
124
  padding: 0.2rem;
154
125
  }
155
126
 
156
- .vitro-alert button:global(.btn.error) {
157
- margin-left: 8px;
158
- font-size: 13px;
159
- font-weight: bold;
160
- padding: 0.1rem 0.75rem;
161
- border-radius: 0;
162
- }
163
-
164
- .vitro-alert :global(.btn.danger),
165
- .vitro-alert :global(.btn.warning) {
166
- margin: 5px;
167
- }
168
-
169
127
  .vitro-alert :global(.alert-danger),
170
128
  .vitro-alert :global(.alert-success),
171
129
  .vitro-alert :global(.alert-warning) {
@@ -196,4 +154,9 @@
196
154
 
197
155
  .vitro-alert :global(.alert-warning) .vitro-icon {
198
156
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/warning.svg');
157
+ }
158
+
159
+ .vitro-content-container {
160
+ gap: 12px;
161
+ align-items: flex-start;
199
162
  }
@@ -13181,6 +13181,10 @@ body {
13181
13181
 
13182
13182
  [class*="_lookup-picker-value-list"] {
13183
13183
  z-index: 89000005 !important;
13184
+ }
13185
+
13186
+ [class^="_search_vitro-search"] {
13187
+ width: 100% !important;
13184
13188
  }
13185
13189
  .toolbar {
13186
13190
  height: 50px;
@@ -57,4 +57,8 @@ body {
57
57
 
58
58
  [class*="_lookup-picker-value-list"] {
59
59
  z-index: 89000005 !important;
60
+ }
61
+
62
+ [class^="_search_vitro-search"] {
63
+ width: 100% !important;
60
64
  }
@@ -18,6 +18,7 @@
18
18
  width: 100%;
19
19
  left: 0;
20
20
  bottom: 100%;
21
+ z-index: 1;
21
22
  }
22
23
 
23
24
  .vitro-button-group {
@@ -28,6 +29,7 @@
28
29
  min-width: 139px;
29
30
  height: 40px;
30
31
  font-size: 16px;
32
+ line-height: 24px;
31
33
  padding: 4px 16px;
32
34
  }
33
35
 
@@ -21,4 +21,8 @@ body {
21
21
  .canvasContainer {
22
22
  height: calc(100% - 51px); /* 32 */
23
23
  position: relative;
24
+ }
25
+
26
+ [class^="_search_vitro-search"] {
27
+ width: 100% !important;
24
28
  }
@@ -13048,6 +13048,10 @@ body {
13048
13048
  .canvasContainer {
13049
13049
  height: calc(100% - 51px); /* 32 */
13050
13050
  position: relative;
13051
+ }
13052
+
13053
+ [class^="_search_vitro-search"] {
13054
+ width: 100% !important;
13051
13055
  }
13052
13056
  .toolbar {
13053
13057
  height: 50px;
@@ -32,7 +32,7 @@
32
32
  }
33
33
 
34
34
  :global(.vitro-views-dialog .vitro-filter-container + .vitro-label-grey) {
35
- margin-top: 19px;
35
+ margin-top: 4px;
36
36
  }
37
37
 
38
38
  :global(.vitro-views-dialog .vitro-sort-container .vitro-add-field-button),
@@ -159,4 +159,8 @@
159
159
 
160
160
  .vitro-lookup-picker-multi-select :global(.ps__rail-x) {
161
161
  background-color: transparent !important;
162
+ }
163
+
164
+ .vitro-placeholder {
165
+ padding-left: 16px;
162
166
  }
@@ -488,4 +488,8 @@ html[dir='ltr'] .toolbarButton#btnCompare::before,
488
488
  .vitro-issue-detail.ui-resizable {
489
489
  left: initial !important;
490
490
  right: 0 !important;
491
+ }
492
+
493
+ [class^="_search_vitro-search"] {
494
+ width: 100% !important;
491
495
  }
@@ -6738,6 +6738,10 @@ html[dir='ltr'] .toolbarButton#btnCompare::before,
6738
6738
  .vitro-issue-detail.ui-resizable {
6739
6739
  left: initial !important;
6740
6740
  right: 0 !important;
6741
+ }
6742
+
6743
+ [class^="_search_vitro-search"] {
6744
+ width: 100% !important;
6741
6745
  }
6742
6746
  #sidebarContent {
6743
6747
  background-color: rgba(0, 0, 0, 0.1);
@@ -9,6 +9,7 @@
9
9
  position: relative;
10
10
  justify-content: space-between;
11
11
  cursor: pointer;
12
+ border: 1px solid #F3F8FF;
12
13
  }
13
14
 
14
15
  .vitro-select::after {
@@ -23,6 +24,10 @@
23
24
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/select/img/collapse-up.svg');
24
25
  }
25
26
 
27
+ .vitro-select.vitro-active {
28
+ border-color: #3274E0;
29
+ }
30
+
26
31
  .vitro-select.vitro-active::after {
27
32
  transform: rotateX(0);
28
33
  }
@@ -44,7 +49,7 @@
44
49
  position: absolute;
45
50
  top: calc(100% + 4px);
46
51
  left: 0;
47
- z-index: 1;
52
+ z-index: 2;
48
53
  width: 100%;
49
54
  display: none;
50
55
  }
@@ -67,4 +72,23 @@
67
72
 
68
73
  .vitro-select > .vitro-item:hover {
69
74
  background: transparent;
75
+ }
76
+
77
+ .vitro-scrollbar {
78
+ max-height: 267px;
79
+ }
80
+
81
+ .vitro-scrollbar :global(.ps__rail-y),
82
+ .vitro-scrollbar :global(.ps__rail-x) {
83
+ border: none;
84
+ }
85
+
86
+ .vitro-select:global(.vitro-select-sm) {
87
+ height: 32px;
88
+ padding: 4px 12px;
89
+ }
90
+
91
+ .vitro-select:global(.vitro-select-sm)::after {
92
+ width: 20px;
93
+ height: 20px;
70
94
  }
@@ -4,8 +4,8 @@
4
4
  flex-direction: column;
5
5
  }
6
6
 
7
- .vitro-tab :global(.nav) {
8
- align-items: center;
7
+ .vitro-tab > :global(.nav) {
8
+ align-items: flex-end;
9
9
  justify-content: center;
10
10
  flex-wrap: nowrap;
11
11
  }
@@ -40,6 +40,7 @@
40
40
  text-align: center;
41
41
  overflow: hidden;
42
42
  padding-top: 16px;
43
+ min-width: 120px;
43
44
  }
44
45
 
45
46
  .vitro-tab :global(.nav) > div :global(.nav-link) {
@@ -51,8 +52,10 @@
51
52
  font-family: 'InterRegular';
52
53
  color: #4A556C;
53
54
  font-size: 14px;
54
- padding-bottom: 15px;
55
55
  line-height: 150%;
56
+ padding: 0 12px 15px;
57
+ overflow: hidden;
58
+ text-overflow: ellipsis;
56
59
  }
57
60
 
58
61
  .vitro-tab :global(.nav) > div :global(.nav-item) a:hover {
package/dist/index.css CHANGED
@@ -1777,6 +1777,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
1777
1777
  width: 100%;
1778
1778
  left: 0;
1779
1779
  bottom: 100%;
1780
+ z-index: 1;
1780
1781
  }
1781
1782
 
1782
1783
  ._dialog-footer_vitro-button-group_1HXCUOQ {
@@ -1787,6 +1788,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
1787
1788
  min-width: 139px;
1788
1789
  height: 40px;
1789
1790
  font-size: 16px;
1791
+ line-height: 24px;
1790
1792
  padding: 4px 16px;
1791
1793
  }
1792
1794
 
@@ -2518,8 +2520,8 @@ div._component-loader_vitro-component-loader_3J3a2or {
2518
2520
  flex-direction: column;
2519
2521
  }
2520
2522
 
2521
- ._tab-group_vitro-tab_1Qb50HL .nav {
2522
- align-items: center;
2523
+ ._tab-group_vitro-tab_1Qb50HL > .nav {
2524
+ align-items: flex-end;
2523
2525
  justify-content: center;
2524
2526
  flex-wrap: nowrap;
2525
2527
  }
@@ -2554,6 +2556,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
2554
2556
  text-align: center;
2555
2557
  overflow: hidden;
2556
2558
  padding-top: 16px;
2559
+ min-width: 120px;
2557
2560
  }
2558
2561
 
2559
2562
  ._tab-group_vitro-tab_1Qb50HL .nav > div .nav-link {
@@ -2565,8 +2568,10 @@ div._component-loader_vitro-component-loader_3J3a2or {
2565
2568
  font-family: 'InterRegular';
2566
2569
  color: #4A556C;
2567
2570
  font-size: 14px;
2568
- padding-bottom: 15px;
2569
2571
  line-height: 150%;
2572
+ padding: 0 12px 15px;
2573
+ overflow: hidden;
2574
+ text-overflow: ellipsis;
2570
2575
  }
2571
2576
 
2572
2577
  ._tab-group_vitro-tab_1Qb50HL .nav > div .nav-item a:hover {
@@ -4174,6 +4179,10 @@ div._component-loader_vitro-component-loader_3J3a2or {
4174
4179
 
4175
4180
  ._lookup-picker_vitro-lookup-picker-multi-select_3Lkq2tk .ps__rail-x {
4176
4181
  background-color: transparent !important;
4182
+ }
4183
+
4184
+ ._lookup-picker_vitro-placeholder_2Soq8bU {
4185
+ padding-left: 16px;
4177
4186
  }
4178
4187
  ._lookup-picker-html-value_vitro-item-html-value_2QBoTey {
4179
4188
  height: -moz-fit-content;
@@ -5110,7 +5119,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
5110
5119
  }
5111
5120
 
5112
5121
  .vitro-views-dialog .vitro-filter-container + .vitro-label-grey {
5113
- margin-top: 19px;
5122
+ margin-top: 4px;
5114
5123
  }
5115
5124
 
5116
5125
  .vitro-views-dialog .vitro-sort-container .vitro-add-field-button,
@@ -6589,7 +6598,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
6589
6598
 
6590
6599
  ._alert_vitro-alert_3sPAkJb {
6591
6600
  border: 0;
6592
- box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
6601
+ box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
6593
6602
  border-radius: 4px;
6594
6603
  display: flex;
6595
6604
  flex-wrap: wrap;
@@ -6598,6 +6607,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
6598
6607
  }
6599
6608
 
6600
6609
  ._alert_vitro-position-absolute_2A33Lq4 {
6610
+ box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
6601
6611
  z-index: 1000;
6602
6612
  position: absolute;
6603
6613
  right: 0;
@@ -6611,6 +6621,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
6611
6621
  display: flex;
6612
6622
  flex-direction: column;
6613
6623
  gap: 12px;
6624
+ width: 100%;
6614
6625
  }
6615
6626
 
6616
6627
  #Timesheets ._alert_vitro-alert_3sPAkJb {
@@ -6630,6 +6641,8 @@ div._component-loader_vitro-component-loader_3J3a2or {
6630
6641
  }
6631
6642
 
6632
6643
  ._alert_vitro-button-close_39K9cqW {
6644
+ margin-left: auto;
6645
+ align-self: flex-start;
6633
6646
  cursor: pointer;
6634
6647
  width: 24px;
6635
6648
  height: 24px;
@@ -6674,17 +6687,6 @@ div._component-loader_vitro-component-loader_3J3a2or {
6674
6687
  margin: 0px;
6675
6688
  }
6676
6689
 
6677
- ._alert_vitro-alert-action-list_2XzbaCO {
6678
- display: flex;
6679
- flex-grow: 0;
6680
- flex-shrink: 0;
6681
- flex-basis: auto;
6682
- align-items: center;
6683
- margin-right: 6px;
6684
- margin-left: 8px;
6685
- padding: 0px;
6686
- }
6687
-
6688
6690
  ._alert_vitro-position-center_1r_lK_e {
6689
6691
  top: 50%;
6690
6692
  left: 50%;
@@ -6709,28 +6711,6 @@ div._component-loader_vitro-component-loader_3J3a2or {
6709
6711
  ._alert_vitro-alert_3sPAkJb > ul.errorList > li a {
6710
6712
  text-decoration: underline;
6711
6713
  }
6712
-
6713
- ._alert_vitro-alert_3sPAkJb a.link {
6714
- text-decoration: underline;
6715
- white-space: pre-wrap;
6716
- }
6717
-
6718
- ._alert_vitro-alert_3sPAkJb button.btn {
6719
- margin-left: 8px;
6720
- background: white;
6721
- color: #616365;
6722
- font-size: 13px;
6723
- padding: 0.1rem 16px;
6724
- border: 1px solid rgb(138, 136, 134);
6725
- font-weight: 600;
6726
- min-width: 80px;
6727
- border-radius: 2px;
6728
- }
6729
-
6730
- ._alert_vitro-alert_3sPAkJb .btn:active,
6731
- ._alert_vitro-alert_3sPAkJb .btn:focus {
6732
- outline: none !important;
6733
- }
6734
6714
 
6735
6715
  ._alert_vitro-alert_3sPAkJb > div .header {
6736
6716
  font-weight: 500;
@@ -6742,19 +6722,6 @@ div._component-loader_vitro-component-loader_3J3a2or {
6742
6722
  padding: 0.2rem;
6743
6723
  }
6744
6724
 
6745
- ._alert_vitro-alert_3sPAkJb button.btn.error {
6746
- margin-left: 8px;
6747
- font-size: 13px;
6748
- font-weight: bold;
6749
- padding: 0.1rem 0.75rem;
6750
- border-radius: 0;
6751
- }
6752
-
6753
- ._alert_vitro-alert_3sPAkJb .btn.danger,
6754
- ._alert_vitro-alert_3sPAkJb .btn.warning {
6755
- margin: 5px;
6756
- }
6757
-
6758
6725
  ._alert_vitro-alert_3sPAkJb .alert-danger,
6759
6726
  ._alert_vitro-alert_3sPAkJb .alert-success,
6760
6727
  ._alert_vitro-alert_3sPAkJb .alert-warning {
@@ -6785,6 +6752,11 @@ div._component-loader_vitro-component-loader_3J3a2or {
6785
6752
 
6786
6753
  ._alert_vitro-alert_3sPAkJb .alert-warning ._alert_vitro-icon_pK385gF {
6787
6754
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/warning.svg');
6755
+ }
6756
+
6757
+ ._alert_vitro-content-container_M2-akFp {
6758
+ gap: 12px;
6759
+ align-items: flex-start;
6788
6760
  }
6789
6761
  ._user-profile_vitro-user-profile_11XpBoQ span {
6790
6762
  margin-right: 10px;
@@ -8388,6 +8360,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
8388
8360
  position: relative;
8389
8361
  justify-content: space-between;
8390
8362
  cursor: pointer;
8363
+ border: 1px solid #F3F8FF;
8391
8364
  }
8392
8365
 
8393
8366
  ._select_vitro-select_EObExkL::after {
@@ -8402,6 +8375,10 @@ div._component-loader_vitro-component-loader_3J3a2or {
8402
8375
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/select/img/collapse-up.svg');
8403
8376
  }
8404
8377
 
8378
+ ._select_vitro-select_EObExkL._select_vitro-active_3I2oZ9Y {
8379
+ border-color: #3274E0;
8380
+ }
8381
+
8405
8382
  ._select_vitro-select_EObExkL._select_vitro-active_3I2oZ9Y::after {
8406
8383
  transform: rotateX(0);
8407
8384
  }
@@ -8423,7 +8400,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
8423
8400
  position: absolute;
8424
8401
  top: calc(100% + 4px);
8425
8402
  left: 0;
8426
- z-index: 1;
8403
+ z-index: 2;
8427
8404
  width: 100%;
8428
8405
  display: none;
8429
8406
  }
@@ -8446,6 +8423,25 @@ div._component-loader_vitro-component-loader_3J3a2or {
8446
8423
 
8447
8424
  ._select_vitro-select_EObExkL > ._select_vitro-item_3Q88bWt:hover {
8448
8425
  background: transparent;
8426
+ }
8427
+
8428
+ ._select_vitro-scrollbar_1T9-kjS {
8429
+ max-height: 267px;
8430
+ }
8431
+
8432
+ ._select_vitro-scrollbar_1T9-kjS .ps__rail-y,
8433
+ ._select_vitro-scrollbar_1T9-kjS .ps__rail-x {
8434
+ border: none;
8435
+ }
8436
+
8437
+ ._select_vitro-select_EObExkL.vitro-select-sm {
8438
+ height: 32px;
8439
+ padding: 4px 12px;
8440
+ }
8441
+
8442
+ ._select_vitro-select_EObExkL.vitro-select-sm::after {
8443
+ width: 20px;
8444
+ height: 20px;
8449
8445
  }
8450
8446
  ._switch_vitro-switch_1noCcra {
8451
8447
  position: relative;