@vitrosoftware/common-ui-ts 1.1.162 → 1.1.164

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 (36) hide show
  1. package/css/std/common.css +6 -0
  2. package/css/std/controls/date-picker/date-picker.css +10 -23
  3. package/css/std/controls/editable-list/editable-list.css +79 -1
  4. package/css/std/controls/pin-button/pin-button.css +5 -0
  5. package/css/std/controls/reorderable-list/reorderable-list.css +1 -0
  6. package/css/std/controls/sidebar/sidebar-item.css +58 -0
  7. package/css/std/controls/sidebar/sidebar.css +2 -2
  8. package/css/std/controls/tab-button-group/tab-button-group.css +31 -0
  9. package/css/std/controls/table-view/table-view.css +4 -0
  10. package/css/std/controls/table-view/treegrid-message.css +1 -1
  11. package/css/std/controls/time-picker/time-picker.css +31 -56
  12. package/css/std/controls/tree-view/tree-view.css +13 -1
  13. package/css/white/controls/table-view/treegrid.css +1 -1
  14. package/dist/index.css +240 -84
  15. package/dist/index.js +346 -81
  16. package/dist/index.js.map +1 -1
  17. package/dist/src/constants/Event.d.ts +3 -1
  18. package/dist/src/controls/AddFieldButton/AddFieldButton.d.ts +4 -0
  19. package/dist/src/controls/DatePicker/DatePicker.d.ts +3 -1
  20. package/dist/src/controls/DropdownButton/DropdownButton.d.ts +1 -0
  21. package/dist/src/controls/EditableList/EditableItem.d.ts +3 -0
  22. package/dist/src/controls/EditableList/EditableList.d.ts +4 -1
  23. package/dist/src/controls/ReorderableList/ReorderableItem.d.ts +1 -0
  24. package/dist/src/controls/Sidebar/GroupItem.d.ts +1 -0
  25. package/dist/src/controls/Sidebar/Section.d.ts +1 -0
  26. package/dist/src/controls/Sidebar/SectionList.d.ts +1 -0
  27. package/dist/src/controls/Sidebar/Sidebar.d.ts +1 -0
  28. package/dist/src/controls/TabButtonGroup/TabButtonGroup.d.ts +1 -0
  29. package/dist/src/controls/TableView/TableViewConstants.d.ts +4 -0
  30. package/dist/src/controls/TableView/TableViewContext.d.ts +1 -0
  31. package/dist/src/controls/TimePicker/TimePicker.d.ts +3 -1
  32. package/dist/src/controls/TreeView/TreeView.d.ts +2 -0
  33. package/package.json +1 -1
  34. package/src/controls/BimViewer/js/bim-viewer.js +2 -2
  35. package/src/controls/DxfViewer/js/dxf-viewer.js +14 -14
  36. package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
package/dist/index.css CHANGED
@@ -87,6 +87,12 @@ html, body {
87
87
  display: flex;
88
88
  }
89
89
 
90
+ .k-animation-container {
91
+ background: transparent;
92
+ border: none;
93
+ box-shadow: none;
94
+ }
95
+
90
96
  @media (max-width: 800px) {
91
97
  .pane > .vitro-flex {
92
98
  flex-direction: column;
@@ -535,8 +541,19 @@ html, body {
535
541
 
536
542
  ._tree-view_vitro-tree-view_3oii-CW .jstree-checkbox.jstree-undetermined {
537
543
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tree-view/img/checkbox-big-undetermined.svg');
544
+ }
545
+
546
+ ._tree-view_vitro-tree-view_3oii-CW._tree-view_vitro-arrow-right_dVxSsID .jstree-icon.jstree-ocl {
547
+ float: right;
548
+ }
549
+
550
+ ._tree-view_vitro-tree-view_3oii-CW._tree-view_vitro-arrow-right_dVxSsID .jstree-container-ul {
551
+ max-width: 100%;
552
+ }
553
+
554
+ ._tree-view_vitro-tree-view_3oii-CW._tree-view_vitro-arrow-right_dVxSsID .jstree-anchor {
555
+ width: calc(100% - 24px);
538
556
  }
539
-
540
557
  ._progress_vitro-progress-container_3Dbhbpo {
541
558
  width: 100%;
542
559
  height: 100%;
@@ -755,6 +772,10 @@ html, body {
755
772
  .TWClassSelected .vitro-table-view-button-context {
756
773
  display: inline-block;
757
774
  cursor: pointer;
775
+ }
776
+
777
+ .vitro-mobile-layout ._table-view_vitro-table-view_1tTs32D {
778
+ height: calc(100% - 1px);
758
779
  }
759
780
 
760
781
  ._progress-bar_vitro-progress-bar_u2VLQeW {
@@ -2456,6 +2477,7 @@ html, body {
2456
2477
  min-width: auto !important;
2457
2478
  margin-left: 3px !important;
2458
2479
  height: auto !important;
2480
+ max-width: 304px;
2459
2481
  }
2460
2482
 
2461
2483
  ._tab-button-group_vitro-tab-button-group-content_2jyBqmO > button:first-child {
@@ -2507,7 +2529,36 @@ html, body {
2507
2529
  top: 100%;
2508
2530
  left: 0;
2509
2531
  }
2510
-
2532
+
2533
+ .vitro-mobile-layout ._tab-button-group_vitro-tab-button-group_18mZ_Ds {
2534
+ padding-left: 8px !important;
2535
+ padding-right: 8px !important;
2536
+ }
2537
+
2538
+ .vitro-mobile-layout ._tab-button-group_vitro-tab-button-group-content_2jyBqmO > button {
2539
+ margin-left: 2px !important;
2540
+ max-width: 220px !important;
2541
+ }
2542
+
2543
+ .vitro-mobile-layout ._tab-button-group_vitro-tab-button-group-content_2jyBqmO > button:first-child {
2544
+ margin-left: 0 !important;
2545
+ }
2546
+
2547
+ ._tab-button-group_vitro-tab-button-group-content_2jyBqmO .dropdown-menu {
2548
+ margin-top: 12px !important;
2549
+ }
2550
+
2551
+ ._tab-button-group_vitro-tab-button-group-content_2jyBqmO .dropdown-menu .dropdown-item {
2552
+ max-width: 241px;
2553
+ overflow: hidden;
2554
+ text-overflow: ellipsis;
2555
+ }
2556
+
2557
+ ._tab-button-group_vitro-tab-button-group-content_2jyBqmO .dropdown-menu .dropdown-item span {
2558
+ max-width: 100%;
2559
+ overflow: hidden;
2560
+ text-overflow: ellipsis;
2561
+ }
2511
2562
  ._label_vitro-label_it8WNUE {
2512
2563
  font-size: inherit;
2513
2564
  margin-left: 0;
@@ -3643,12 +3694,6 @@ html, body {
3643
3694
  top: calc(50% - 10px);
3644
3695
  }
3645
3696
 
3646
- ._date-picker_vitro-control-container_2CVwecs {
3647
- position: relative;
3648
- z-index: 1100;
3649
- width: 100%;
3650
- }
3651
-
3652
3697
  ._date-picker_vitro-control_2AYXegb input {
3653
3698
  height: 40px !important;
3654
3699
  font-size: 14px !important;
@@ -3734,26 +3779,19 @@ html, body {
3734
3779
  width: 100% !important;
3735
3780
  }
3736
3781
 
3737
- ._date-picker_vitro-control-container_2CVwecs .k-animation-container {
3738
- top: 6px !important;
3739
- width: 100% !important;
3740
- min-width: 240px;
3741
- }
3742
-
3743
- ._date-picker_vitro-control-container_2CVwecs .k-animation-container {
3744
- position: initial !important;
3745
- }
3746
-
3747
- ._date-picker_vitro-control_2AYXegb ._date-picker_vitro-control-container_2CVwecs .k-animation-container {
3748
- position: absolute !important;
3782
+ ._date-picker_vitro-calendar-container_-q52RLa {
3783
+ width: 280px;
3784
+ height: 316px;
3785
+ box-shadow: none !important;
3786
+ background-color: transparent;
3787
+ border-radius: 4px;
3788
+ padding: 4px 0;
3789
+ border: none;
3749
3790
  }
3750
3791
 
3751
- ._date-picker_vitro-control-container_2CVwecs .k-popup {
3752
- box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12) !important;
3792
+ ._date-picker_vitro-calendar-container_-q52RLa > div {
3793
+ box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
3753
3794
  background-color: #fff;
3754
- border-radius: 4px !important;
3755
- right: 0;
3756
- width: 100% !important;
3757
3795
  }
3758
3796
 
3759
3797
  .k-calendar {
@@ -3960,12 +3998,6 @@ html, body {
3960
3998
  top: calc(50% - 10px);
3961
3999
  }
3962
4000
 
3963
- ._time-picker_vitro-control-container_3ys3rMN {
3964
- position: relative;
3965
- z-index: 1100;
3966
- width: 100%;
3967
- }
3968
-
3969
4001
  ._time-picker_vitro-control_1sx07It input {
3970
4002
  height: 40px !important;
3971
4003
  font-size: 14px !important;
@@ -4059,33 +4091,13 @@ html, body {
4059
4091
  width: 100% !important;
4060
4092
  }
4061
4093
 
4062
- ._time-picker_vitro-control-container_3ys3rMN .k-animation-container {
4063
- top: 6px !important;
4064
- left: unset !important;
4065
- right: 0 !important;
4066
- width: 100% !important;
4067
- min-width: unset !important;
4068
- }
4069
-
4070
- ._time-picker_vitro-control-container_3ys3rMN .k-animation-container {
4071
- position: initial !important;
4072
- }
4073
-
4074
- ._time-picker_vitro-control_1sx07It ._time-picker_vitro-control-container_3ys3rMN .k-animation-container {
4075
- position: absolute !important;
4076
- }
4077
-
4078
- ._time-picker_vitro-control-container_3ys3rMN .k-popup {
4094
+ ._time-picker_vitro-timepicker-container_3AoRPvV {
4095
+ width: 190px;
4079
4096
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12) !important;
4080
4097
  background-color: #fff;
4081
- border-radius: 4px !important;
4082
- right: 0;
4083
- width: 100% !important;
4084
- }
4085
-
4086
- ._time-picker_vitro-control-container_3ys3rMN .k-picker-wrap {
4087
- border-radius: 4px !important;
4088
- border: 1px solid #C0CAD5 !important;
4098
+ border-radius: 4px;
4099
+ border: none;
4100
+ margin: 4px 0;
4089
4101
  }
4090
4102
 
4091
4103
  ._time-picker_vitro-control_1sx07It .k-i-clock {
@@ -4101,7 +4113,7 @@ html, body {
4101
4113
  display: none;
4102
4114
  }
4103
4115
 
4104
- ._time-picker_vitro-control-container_3ys3rMN .k-picker-wrap > .k-select {
4116
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-picker-wrap > .k-select {
4105
4117
  background: transparent !important;
4106
4118
  margin-right: 16px;
4107
4119
  width: 20px;
@@ -4109,12 +4121,12 @@ html, body {
4109
4121
  align-self: center;
4110
4122
  }
4111
4123
 
4112
- ._time-picker_vitro-control-container_3ys3rMN .k-picker-wrap.k-state-focused,
4113
- ._time-picker_vitro-control-container_3ys3rMN .k-picker-wrap.k-state-active {
4124
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-picker-wrap.k-state-focused,
4125
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-picker-wrap.k-state-active {
4114
4126
  box-shadow: none !important;
4115
4127
  }
4116
4128
 
4117
- ._time-picker_vitro-control-container_3ys3rMN .k-title {
4129
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-title {
4118
4130
  font-family: 'InterMedium';
4119
4131
  font-weight: unset !important;
4120
4132
  color: #222D44;
@@ -4123,35 +4135,36 @@ html, body {
4123
4135
  line-height: 27px;
4124
4136
  }
4125
4137
 
4126
- ._time-picker_vitro-control-container_3ys3rMN .k-time-container .k-item:hover {
4138
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-container .k-item:hover {
4127
4139
  font-family: 'InterMedium';
4128
4140
  }
4129
4141
 
4130
- ._time-picker_vitro-control-container_3ys3rMN .k-time-highlight {
4142
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-highlight {
4131
4143
  border-color: #C0CAD5;
4132
4144
  }
4133
4145
 
4134
- ._time-picker_vitro-control-container_3ys3rMN .k-time-list::after,
4135
- ._time-picker_vitro-control-container_3ys3rMN .k-time-list::before {
4146
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-list::after,
4147
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-list::before {
4136
4148
  box-shadow: 0 12px 30px 60px #fff;
4137
4149
  }
4138
4150
 
4139
- ._time-picker_vitro-control-container_3ys3rMN .k-time-list-wrapper.k-state-focused {
4140
- background-color: #fff;
4151
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-list-wrapper.k-state-focused {
4152
+ background-color: #DCEEFF;
4153
+ font-family: 'InterMedium';
4141
4154
  }
4142
4155
 
4143
- ._time-picker_vitro-control-container_3ys3rMN .k-time-list-wrapper.k-state-focused::before,
4144
- ._time-picker_vitro-control-container_3ys3rMN .k-time-list-wrapper.k-state-focused::after {
4156
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-list-wrapper.k-state-focused::before,
4157
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-list-wrapper.k-state-focused::after {
4145
4158
  display: none;
4146
4159
  }
4147
4160
 
4148
- ._time-picker_vitro-control-container_3ys3rMN .k-time-list-wrapper {
4161
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-list-wrapper {
4149
4162
  background-color: #FFF;
4150
4163
  width: 85px;
4151
4164
  margin-top: 1px;
4152
4165
  }
4153
4166
 
4154
- ._time-picker_vitro-control-container_3ys3rMN .k-time-list-wrapper .k-title {
4167
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-list-wrapper .k-title {
4155
4168
  font-family: 'InterRegular';
4156
4169
  color: #222D44;
4157
4170
  background-color: #FFF !important;
@@ -4164,22 +4177,22 @@ html, body {
4164
4177
  opacity: 1 !important;
4165
4178
  }
4166
4179
 
4167
- ._time-picker_vitro-control-container_3ys3rMN .k-time-list-container {
4180
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-list-container {
4168
4181
  justify-content: center;
4169
4182
  }
4170
4183
 
4171
- ._time-picker_vitro-control-container_3ys3rMN .k-time-header {
4184
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-header {
4172
4185
  height: 40px;
4173
4186
  border-bottom: 1px solid #C0CAD5;
4174
4187
  padding: 8px 24px;
4175
4188
  }
4176
4189
 
4177
- ._time-picker_vitro-control-container_3ys3rMN .k-time-footer {
4190
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-footer {
4178
4191
  border-top: 1px solid #E4E6EC;
4179
4192
  margin-top: 0 !important;
4180
4193
  }
4181
4194
 
4182
- ._time-picker_vitro-control-container_3ys3rMN .k-time-now {
4195
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-now {
4183
4196
  border-radius: 4px !important;
4184
4197
  color: #3274E0 !important;
4185
4198
  font-size: 14px !important;
@@ -4187,11 +4200,11 @@ html, body {
4187
4200
  outline: none !important;
4188
4201
  }
4189
4202
 
4190
- ._time-picker_vitro-control-container_3ys3rMN .k-time-now:hover::before {
4203
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-now:hover::before {
4191
4204
  display: none;
4192
4205
  }
4193
4206
 
4194
- ._time-picker_vitro-control-container_3ys3rMN .k-action-buttons .k-button {
4207
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-action-buttons .k-button {
4195
4208
  background: #fff;
4196
4209
  border-bottom-left-radius: 4px;
4197
4210
  font-size: 14px;
@@ -4201,28 +4214,28 @@ html, body {
4201
4214
  color: #222D44;
4202
4215
  }
4203
4216
 
4204
- ._time-picker_vitro-control-container_3ys3rMN .k-action-buttons .k-primary {
4217
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-action-buttons .k-primary {
4205
4218
  background: #347FDE;
4206
4219
  border-bottom-left-radius: 0 !important;
4207
4220
  border-bottom-right-radius: 4px !important;
4208
4221
  color: white !important;
4209
4222
  }
4210
4223
 
4211
- ._time-picker_vitro-control-container_3ys3rMN .k-action-buttons .k-primary:hover {
4224
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-action-buttons .k-primary:hover {
4212
4225
  background: #3274E0;
4213
4226
  border-color: #3274E0;
4214
4227
  }
4215
4228
 
4216
- ._time-picker_vitro-control-container_3ys3rMN .k-time-cancel:hover {
4229
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-time-cancel:hover {
4217
4230
  background: #F3F8FF !important;
4218
4231
  background-image: none;
4219
4232
  }
4220
4233
 
4221
- ._time-picker_vitro-control-container_3ys3rMN .k-item {
4234
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-item {
4222
4235
  width: 85px;
4223
4236
  }
4224
4237
 
4225
- ._time-picker_vitro-control-container_3ys3rMN .k-item span {
4238
+ ._time-picker_vitro-timepicker-container_3AoRPvV .k-item span {
4226
4239
  color: #222D44;
4227
4240
  font-size: 14px;
4228
4241
  line-height: 21px;
@@ -5104,6 +5117,64 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5104
5117
  border: none;
5105
5118
  border-radius: 2px;
5106
5119
  margin: 12px auto;
5120
+ }
5121
+
5122
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO {
5123
+ z-index: 268 !important;
5124
+ }
5125
+
5126
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO > div {
5127
+ max-height: 95% !important;
5128
+ height: calc(100% - 56px) !important;
5129
+ }
5130
+
5131
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO ._sidebar-item_vitro-scrollbar___xylIx {
5132
+ max-height: none !important;
5133
+ }
5134
+
5135
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO ._sidebar-item_vitro-scrollbar___xylIx > div:first-child {
5136
+ padding: 0 12px 12px 12px !important;
5137
+ max-height: none !important;
5138
+ height: 100% !important;
5139
+ }
5140
+
5141
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO ._sidebar-item_vitro-scrollbar___xylIx > div:first-child > ul {
5142
+ padding-left: 0 !important;
5143
+ margin-bottom: 0 !important;
5144
+ }
5145
+
5146
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO ._sidebar-item_vitro-scrollbar___xylIx > div:first-child > ul li {
5147
+ margin-bottom: 0 !important;
5148
+ border-radius: 0 !important;
5149
+ background: transparent !important;
5150
+ border-bottom: 1px solid #EDEFF4;
5151
+ }
5152
+
5153
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO ._sidebar-item_vitro-scrollbar___xylIx > div:first-child > ul li:hover,
5154
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO ._sidebar-item_vitro-scrollbar___xylIx > div:first-child > ul li:active {
5155
+ background: #F3F8FF !important;
5156
+ }
5157
+
5158
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO ._sidebar-item_vitro-item-text_1kK_aIZ {
5159
+ font-size: 14px !important;
5160
+ }
5161
+
5162
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO ._sidebar-item_vitro-item_1BR_7F0 > button {
5163
+ box-shadow: none !important;
5164
+ background-color: transparent !important;
5165
+ border: none !important;
5166
+ border-radius: 0 !important;
5167
+ height: 40px !important;
5168
+ padding-left: 8px !important;
5169
+ padding-right: 8px !important;
5170
+ }
5171
+
5172
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO ._sidebar-item_vitro-item_1BR_7F0 > button._sidebar-item_vitro-active_7p5iOhY {
5173
+ background-color: #DCEEFF !important;
5174
+ }
5175
+
5176
+ ._sidebar-item_vitro-sidebar-group-slideup-panel_15tkxuO ._sidebar-item_vitro-item_1BR_7F0 > button::before {
5177
+ display: none !important;
5107
5178
  }
5108
5179
  ._slide-up-panel_vitro-slide-up-panel_2EOSLHK {
5109
5180
  transform: translate3d(0px, 0, 0px) !important;
@@ -5217,8 +5288,8 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5217
5288
  }
5218
5289
 
5219
5290
  .vitro-bottom-menu {
5220
- width: 100%;
5221
- z-index: 100005;
5291
+ width: 100% !important;
5292
+ z-index: 270;
5222
5293
  flex-direction: row;
5223
5294
  height: 66px;
5224
5295
  padding: 0 0 0 12px !important;
@@ -8206,7 +8277,86 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
8206
8277
 
8207
8278
  ._editable-list_vitro-display-none_1nqU_hD {
8208
8279
  display: none;
8209
- }
8280
+ }
8281
+
8282
+ ._editable-list_vitro-editable-item_cWSWi1n._editable-list_vitro-mobile_2IDiwft {
8283
+ position: relative;
8284
+ align-items: start !important;
8285
+ padding: 12px;
8286
+ border-radius: 8px;
8287
+ background-color: #ffffff;
8288
+ box-shadow: 0px 0px 1px 0px #00000040;
8289
+ }
8290
+
8291
+ ._editable-list_vitro-editable-item_cWSWi1n._editable-list_vitro-mobile_2IDiwft:active,
8292
+ ._editable-list_vitro-editable-item_cWSWi1n._editable-list_vitro-mobile_2IDiwft:hover {
8293
+ background-color: #F3F8FF;
8294
+ }
8295
+
8296
+ ._editable-list_vitro-editable-item_cWSWi1n._editable-list_vitro-mobile_2IDiwft._editable-list_vitro-active_39PUrSM {
8297
+ background-color: #DCEEFF;
8298
+ }
8299
+
8300
+ ._editable-list_vitro-editable-item_cWSWi1n._editable-list_vitro-mobile_2IDiwft > button:first-child {
8301
+ position: absolute;
8302
+ top: -4px;
8303
+ left: -4px;
8304
+ border-radius: 12px !important;
8305
+ background-color: #ffffff;
8306
+ box-shadow: 0px 2px 6px 0px #0000001A;
8307
+ }
8308
+
8309
+ ._editable-list_vitro-editable-item_cWSWi1n._editable-list_vitro-mobile_2IDiwft > button:first-child:after {
8310
+ content: '';
8311
+ width: 24px;
8312
+ height: 24px;
8313
+ border-radius: 12px;
8314
+ box-shadow: 0px 0px 2px 0px #0000001F;
8315
+ position: absolute;
8316
+ left: 0;
8317
+ top: 0;
8318
+ }
8319
+
8320
+ ._editable-list_vitro-editable-item-icon_29jFw_f {
8321
+ border-radius: 4px;
8322
+ background: #F3F8FF;
8323
+ padding: 4px;
8324
+ }
8325
+
8326
+ ._editable-list_vitro-editable-item-icon_29jFw_f img {
8327
+ width: 24px;
8328
+ height: 24px;
8329
+ }
8330
+
8331
+ ._editable-list_vitro-editable-item_cWSWi1n._editable-list_vitro-mobile_2IDiwft ._editable-list_vitro-editable-item-label_3ViAKDq {
8332
+ white-space: pre-wrap !important;
8333
+ padding-left: 8px;
8334
+ margin-top: 8px;
8335
+ }
8336
+
8337
+ ._editable-list_vitro-editable-item_cWSWi1n._editable-list_vitro-mobile_2IDiwft ._editable-list_vitro-dropdown-button_vPtNQxA {
8338
+ margin-top: 4px;
8339
+ }
8340
+
8341
+ ._editable-list_vitro-editable-item_cWSWi1n._editable-list_vitro-mobile_2IDiwft ._editable-list_vitro-dropdown-button_vPtNQxA .dropdown-menu {
8342
+ transform: translate3d(-7px, 22px, 0) !important;
8343
+ }
8344
+
8345
+ ._editable-list_vitro-editable-item_cWSWi1n._editable-list_vitro-mobile_2IDiwft ._editable-list_vitro-dropdown-button_vPtNQxA .dropdown-menu[x-placement="top-end"] {
8346
+ transform: translate3d(-7px, -30px, 0) !important;
8347
+ }
8348
+
8349
+ ._editable-list_vitro-editable-item_cWSWi1n._editable-list_vitro-mobile_2IDiwft ._editable-list_vitro-dropdown-button_vPtNQxA .dropdown-menu::before {
8350
+ display: none !important;
8351
+ }
8352
+
8353
+ ._editable-list_vitro-header-mobile_2EMihKc {
8354
+ min-height: 40px;
8355
+ padding-left: 12px;
8356
+ padding-right: 12px;
8357
+ margin-bottom: 8px;
8358
+ }
8359
+
8210
8360
  ._reorderable-list_vitro-reorderable-list_3Vinbji {
8211
8361
  display: flex;
8212
8362
  flex-direction: column;
@@ -8225,6 +8375,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
8225
8375
  width: 16px;
8226
8376
  height: 16px;
8227
8377
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/reorderable-list/img/drag.svg');
8378
+ touch-action: none;
8228
8379
  }
8229
8380
 
8230
8381
  ._reorderable-list_vitro-dragged-item_fft3ham {
@@ -8288,6 +8439,11 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
8288
8439
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin-active.svg');
8289
8440
  }
8290
8441
 
8442
+ ._pin-button_vitro-pin-button_3DklgEh._pin-button_vitro-active_2PgztSG:hover,
8443
+ ._pin-button_vitro-pin-button_3DklgEh._pin-button_vitro-active_2PgztSG:active {
8444
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/pin-button/img/pin-active.svg');
8445
+ }
8446
+
8291
8447
  .vitro-no-hover._pin-button_vitro-pin-button_3DklgEh._pin-button_vitro-active_2PgztSG:hover,
8292
8448
  .vitro-no-hover._pin-button_vitro-pin-button_3DklgEh._pin-button_vitro-active_2PgztSG:active,
8293
8449
  .vitro-no-hover._pin-button_vitro-pin-button_3DklgEh:hover,