dockview-react 1.17.2 → 2.1.0

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,4 +1,4 @@
1
- .dockview-svg {
1
+ .dv-svg {
2
2
  display: inline-block;
3
3
  fill: currentcolor;
4
4
  line-height: 1;
@@ -6,7 +6,6 @@
6
6
  stroke-width: 0;
7
7
  }
8
8
  .dockview-theme-dark {
9
- --dv-background-color: black;
10
9
  --dv-paneview-active-outline-color: dodgerblue;
11
10
  --dv-tabs-and-actions-container-font-size: 13px;
12
11
  --dv-tabs-and-actions-container-height: 35px;
@@ -32,7 +31,6 @@
32
31
  }
33
32
 
34
33
  .dockview-theme-light {
35
- --dv-background-color: black;
36
34
  --dv-paneview-active-outline-color: dodgerblue;
37
35
  --dv-tabs-and-actions-container-font-size: 13px;
38
36
  --dv-tabs-and-actions-container-height: 35px;
@@ -58,7 +56,6 @@
58
56
  }
59
57
 
60
58
  .dockview-theme-vs {
61
- --dv-background-color: black;
62
59
  --dv-paneview-active-outline-color: dodgerblue;
63
60
  --dv-tabs-and-actions-container-font-size: 13px;
64
61
  --dv-tabs-and-actions-container-height: 35px;
@@ -91,29 +88,28 @@
91
88
  --dv-inactivegroup-visiblepanel-tab-color: white;
92
89
  --dv-inactivegroup-hiddenpanel-tab-color: white;
93
90
  }
94
- .dockview-theme-vs .groupview.active-group > .tabs-and-actions-container {
91
+ .dockview-theme-vs .dv-groupview.dv-active-group > .dv-tabs-and-actions-container {
95
92
  box-sizing: content-box;
96
93
  border-bottom: 2px solid var(--dv-activegroup-visiblepanel-tab-background-color);
97
94
  }
98
- .dockview-theme-vs .groupview.active-group > .tabs-and-actions-container .tab.active-tab {
95
+ .dockview-theme-vs .dv-groupview.dv-active-group > .dv-tabs-and-actions-container .dv-tab.dv-active-tab {
99
96
  border-top: 2px solid var(--dv-activegroup-visiblepanel-tab-background-color);
100
97
  }
101
- .dockview-theme-vs .groupview.active-group > .tabs-and-actions-container .tab.inactive-tab {
98
+ .dockview-theme-vs .dv-groupview.dv-active-group > .dv-tabs-and-actions-container .dv-tab.dv-inactive-tab {
102
99
  border-top: 2px solid var(--dv-activegroup-hiddenpanel-tab-background-color);
103
100
  }
104
- .dockview-theme-vs .groupview.inactive-group > .tabs-and-actions-container {
101
+ .dockview-theme-vs .dv-groupview.dv-inactive-group > .dv-tabs-and-actions-container {
105
102
  box-sizing: content-box;
106
103
  border-bottom: 2px solid var(--dv-inactivegroup-visiblepanel-tab-background-color);
107
104
  }
108
- .dockview-theme-vs .groupview.inactive-group > .tabs-and-actions-container .tab.active-tab {
105
+ .dockview-theme-vs .dv-groupview.dv-inactive-group > .dv-tabs-and-actions-container .dv-tab.dv-active-tab {
109
106
  border-top: 2px solid var(--dv-inactivegroup-visiblepanel-tab-background-color);
110
107
  }
111
- .dockview-theme-vs .groupview.inactive-group > .tabs-and-actions-container .tab.inactive-tab {
108
+ .dockview-theme-vs .dv-groupview.dv-inactive-group > .dv-tabs-and-actions-container .dv-tab.dv-inactive-tab {
112
109
  border-top: 2px solid var(--dv-inactivegroup-hiddenpanel-tab-background-color);
113
110
  }
114
111
 
115
112
  .dockview-theme-abyss {
116
- --dv-background-color: black;
117
113
  --dv-paneview-active-outline-color: dodgerblue;
118
114
  --dv-tabs-and-actions-container-font-size: 13px;
119
115
  --dv-tabs-and-actions-container-height: 35px;
@@ -140,7 +136,6 @@
140
136
  }
141
137
 
142
138
  .dockview-theme-dracula {
143
- --dv-background-color: black;
144
139
  --dv-paneview-active-outline-color: dodgerblue;
145
140
  --dv-tabs-and-actions-container-font-size: 13px;
146
141
  --dv-tabs-and-actions-container-height: 35px;
@@ -165,10 +160,10 @@
165
160
  --dv-paneview-header-border-color: #bd93f9;
166
161
  --dv-paneview-active-outline-color: #6272a4;
167
162
  }
168
- .dockview-theme-dracula .groupview.active-group > .tabs-and-actions-container > .tabs-container > .tab.active-tab {
163
+ .dockview-theme-dracula .dv-groupview.dv-active-group > .dv-tabs-and-actions-container > .dv-tabs-container > .dv-tab.dv-active-tab {
169
164
  position: relative;
170
165
  }
171
- .dockview-theme-dracula .groupview.active-group > .tabs-and-actions-container > .tabs-container > .tab.active-tab::after {
166
+ .dockview-theme-dracula .dv-groupview.dv-active-group > .dv-tabs-and-actions-container > .dv-tabs-container > .dv-tab.dv-active-tab::after {
172
167
  position: absolute;
173
168
  left: 0px;
174
169
  top: 0px;
@@ -178,10 +173,10 @@
178
173
  background-color: #94527e;
179
174
  z-index: 999;
180
175
  }
181
- .dockview-theme-dracula .groupview.inactive-group > .tabs-and-actions-container > .tabs-container > .tab.active-tab {
176
+ .dockview-theme-dracula .dv-groupview.dv-inactive-group > .dv-tabs-and-actions-container > .dv-tabs-container > .dv-tab.dv-active-tab {
182
177
  position: relative;
183
178
  }
184
- .dockview-theme-dracula .groupview.inactive-group > .tabs-and-actions-container > .tabs-container > .tab.active-tab::after {
179
+ .dockview-theme-dracula .dv-groupview.dv-inactive-group > .dv-tabs-and-actions-container > .dv-tabs-container > .dv-tab.dv-active-tab::after {
185
180
  position: absolute;
186
181
  left: 0px;
187
182
  bottom: 0px;
@@ -193,7 +188,6 @@
193
188
  }
194
189
 
195
190
  .dockview-theme-replit {
196
- --dv-background-color: black;
197
191
  --dv-paneview-active-outline-color: dodgerblue;
198
192
  --dv-tabs-and-actions-container-font-size: 13px;
199
193
  --dv-tabs-and-actions-container-height: 35px;
@@ -216,38 +210,37 @@
216
210
  --dv-inactivegroup-hiddenpanel-tab-color: rgb(51, 51, 51);
217
211
  --dv-separator-border: transparent;
218
212
  --dv-paneview-header-border-color: rgb(51, 51, 51);
219
- --dv-background-color: #ebeced;
220
213
  --dv-separator-handle-background-color: #cfd1d3;
221
214
  --dv-separator-handle-hover-background-color: #babbbb;
222
215
  }
223
- .dockview-theme-replit .dv-resize-container:has(> .groupview) {
216
+ .dockview-theme-replit .dv-resize-container:has(> .dv-groupview) {
224
217
  border-radius: 8px;
225
218
  }
226
- .dockview-theme-replit .groupview {
219
+ .dockview-theme-replit .dv-groupview {
227
220
  overflow: hidden;
228
221
  border-radius: 10px;
229
222
  }
230
- .dockview-theme-replit .groupview .tabs-and-actions-container {
223
+ .dockview-theme-replit .dv-groupview .dv-tabs-and-actions-container {
231
224
  border-bottom: 1px solid rgba(128, 128, 128, 0.35);
232
225
  }
233
- .dockview-theme-replit .groupview .tabs-and-actions-container .tab {
226
+ .dockview-theme-replit .dv-groupview .dv-tabs-and-actions-container .dv-tab {
234
227
  margin: 4px;
235
228
  border-radius: 8px;
236
229
  }
237
- .dockview-theme-replit .groupview .tabs-and-actions-container .tab .dockview-svg {
230
+ .dockview-theme-replit .dv-groupview .dv-tabs-and-actions-container .dv-tab .dv-svg {
238
231
  height: 8px;
239
232
  width: 8px;
240
233
  }
241
- .dockview-theme-replit .groupview .tabs-and-actions-container .tab:hover {
234
+ .dockview-theme-replit .dv-groupview .dv-tabs-and-actions-container .dv-tab:hover {
242
235
  background-color: #e4e5e6 !important;
243
236
  }
244
- .dockview-theme-replit .groupview .content-container {
237
+ .dockview-theme-replit .dv-groupview .dv-content-container {
245
238
  background-color: #fcfcfc;
246
239
  }
247
- .dockview-theme-replit .groupview.active-group {
240
+ .dockview-theme-replit .dv-groupview.dv-active-group {
248
241
  border: 1px solid rgba(128, 128, 128, 0.35);
249
242
  }
250
- .dockview-theme-replit .groupview.inactive-group {
243
+ .dockview-theme-replit .dv-groupview.dv-inactive-group {
251
244
  border: 1px solid transparent;
252
245
  }
253
246
  .dockview-theme-replit .vertical > .sash-container > .sash:not(.disabled)::after {
@@ -264,7 +257,7 @@
264
257
  .dockview-theme-replit .vertical > .sash-container > .sash:not(.disabled):hover::after {
265
258
  background-color: var(--dv-separator-handle-hover-background-color);
266
259
  }
267
- .dockview-theme-replit .horizontal > .sash-container > .sash:not(.disabled)::after {
260
+ .dockview-theme-replit .dv-horizontal > .dv-sash-container > .dv-sash:not(.disabled)::after {
268
261
  content: "";
269
262
  height: 40px;
270
263
  width: 4px;
@@ -275,13 +268,13 @@
275
268
  background-color: var(--dv-separator-handle-background-color);
276
269
  position: absolute;
277
270
  }
278
- .dockview-theme-replit .horizontal > .sash-container > .sash:not(.disabled):hover::after {
271
+ .dockview-theme-replit .dv-horizontal > .dv-sash-container > .dv-sash:not(.disabled):hover::after {
279
272
  background-color: var(--dv-separator-handle-hover-background-color);
280
273
  }
281
- .drop-target {
274
+ .dv-drop-target {
282
275
  position: relative;
283
276
  }
284
- .drop-target > .drop-target-dropzone {
277
+ .dv-drop-target > .dv-drop-target-dropzone {
285
278
  position: absolute;
286
279
  left: 0px;
287
280
  top: 0px;
@@ -290,7 +283,7 @@
290
283
  z-index: 1000;
291
284
  pointer-events: none;
292
285
  }
293
- .drop-target > .drop-target-dropzone > .drop-target-selection {
286
+ .dv-drop-target > .dv-drop-target-dropzone > .dv-drop-target-selection {
294
287
  position: relative;
295
288
  box-sizing: border-box;
296
289
  height: 100%;
@@ -300,16 +293,16 @@
300
293
  will-change: transform;
301
294
  pointer-events: none;
302
295
  }
303
- .drop-target > .drop-target-dropzone > .drop-target-selection.dv-drop-target-top.dv-drop-target-small-vertical {
296
+ .dv-drop-target > .dv-drop-target-dropzone > .dv-drop-target-selection.dv-drop-target-top.dv-drop-target-small-vertical {
304
297
  border-top: 1px solid var(--dv-drag-over-border-color);
305
298
  }
306
- .drop-target > .drop-target-dropzone > .drop-target-selection.dv-drop-target-bottom.dv-drop-target-small-vertical {
299
+ .dv-drop-target > .dv-drop-target-dropzone > .dv-drop-target-selection.dv-drop-target-bottom.dv-drop-target-small-vertical {
307
300
  border-bottom: 1px solid var(--dv-drag-over-border-color);
308
301
  }
309
- .drop-target > .drop-target-dropzone > .drop-target-selection.dv-drop-target-left.dv-drop-target-small-horizontal {
302
+ .dv-drop-target > .dv-drop-target-dropzone > .dv-drop-target-selection.dv-drop-target-left.dv-drop-target-small-horizontal {
310
303
  border-left: 1px solid var(--dv-drag-over-border-color);
311
304
  }
312
- .drop-target > .drop-target-dropzone > .drop-target-selection.dv-drop-target-right.dv-drop-target-small-horizontal {
305
+ .dv-drop-target > .dv-drop-target-dropzone > .dv-drop-target-selection.dv-drop-target-right.dv-drop-target-small-horizontal {
313
306
  border-right: 1px solid var(--dv-drag-over-border-color);
314
307
  }
315
308
  .dv-dockview {
@@ -328,19 +321,19 @@
328
321
  position: relative;
329
322
  }
330
323
 
331
- .groupview.active-group > .tabs-and-actions-container > .tabs-container > .tab.active-tab {
324
+ .dv-groupview.dv-active-group > .dv-tabs-and-actions-container > .dv-tabs-container > .dv-tab.dv-active-tab {
332
325
  background-color: var(--dv-activegroup-visiblepanel-tab-background-color);
333
326
  color: var(--dv-activegroup-visiblepanel-tab-color);
334
327
  }
335
- .groupview.active-group > .tabs-and-actions-container > .tabs-container > .tab.inactive-tab {
328
+ .dv-groupview.dv-active-group > .dv-tabs-and-actions-container > .dv-tabs-container > .dv-tab.dv-inactive-tab {
336
329
  background-color: var(--dv-activegroup-hiddenpanel-tab-background-color);
337
330
  color: var(--dv-activegroup-hiddenpanel-tab-color);
338
331
  }
339
- .groupview.inactive-group > .tabs-and-actions-container > .tabs-container > .tab.active-tab {
332
+ .dv-groupview.dv-inactive-group > .dv-tabs-and-actions-container > .dv-tabs-container > .dv-tab.dv-active-tab {
340
333
  background-color: var(--dv-inactivegroup-visiblepanel-tab-background-color);
341
334
  color: var(--dv-inactivegroup-visiblepanel-tab-color);
342
335
  }
343
- .groupview.inactive-group > .tabs-and-actions-container > .tabs-container > .tab.inactive-tab {
336
+ .dv-groupview.dv-inactive-group > .dv-tabs-and-actions-container > .dv-tabs-container > .dv-tab.dv-inactive-tab {
344
337
  background-color: var(--dv-inactivegroup-hiddenpanel-tab-background-color);
345
338
  color: var(--dv-inactivegroup-hiddenpanel-tab-color);
346
339
  }
@@ -349,24 +342,21 @@
349
342
  * when a tab is dragged we lose the above stylings because they are conditional on parent elements
350
343
  * therefore we also set some stylings for the dragging event
351
344
  **/
352
- .tab.dv-tab-dragging {
345
+ .dv-tab.dv-tab-dragging {
353
346
  background-color: var(--dv-activegroup-visiblepanel-tab-background-color);
354
347
  color: var(--dv-activegroup-visiblepanel-tab-color);
355
348
  }
356
- .groupview {
349
+ .dv-groupview {
357
350
  display: flex;
358
351
  flex-direction: column;
359
352
  height: 100%;
360
353
  background-color: var(--dv-group-view-background-color);
361
354
  overflow: hidden;
362
355
  }
363
- .groupview:focus {
356
+ .dv-groupview:focus {
364
357
  outline: none;
365
358
  }
366
- .groupview.empty > .tabs-and-actions-container {
367
- display: none;
368
- }
369
- .groupview > .content-container {
359
+ .dv-groupview > .dv-content-container {
370
360
  flex-grow: 1;
371
361
  min-height: 0;
372
362
  outline: none;
@@ -375,8 +365,8 @@
375
365
  height: 100%;
376
366
  width: 100%;
377
367
  }
378
- .grid-view,
379
- .branch-node {
368
+ .dv-grid-view,
369
+ .dv-branch-node {
380
370
  height: 100%;
381
371
  width: 100%;
382
372
  }
@@ -406,6 +396,9 @@
406
396
  border: 1px solid var(--dv-tab-divider-color);
407
397
  box-shadow: var(--dv-floating-box-shadow);
408
398
  }
399
+ .dv-resize-container.dv-hidden {
400
+ display: none;
401
+ }
409
402
  .dv-resize-container.dv-resize-container-dragging {
410
403
  opacity: 0.5;
411
404
  }
@@ -495,61 +488,61 @@
495
488
  outline: 1px solid red;
496
489
  outline-offset: -1;
497
490
  }
498
- .pane-container {
491
+ .dv-pane-container {
499
492
  height: 100%;
500
493
  width: 100%;
501
494
  }
502
- .pane-container.animated .view {
495
+ .dv-pane-container.dv-animated .dv-view {
503
496
  transition-duration: 0.15s;
504
497
  transition-timing-function: ease-out;
505
498
  }
506
- .pane-container .view {
499
+ .dv-pane-container .dv-view {
507
500
  overflow: hidden;
508
501
  display: flex;
509
502
  flex-direction: column;
510
503
  padding: 0px !important;
511
504
  }
512
- .pane-container .view:not(:first-child)::before {
505
+ .dv-pane-container .dv-view:not(:first-child)::before {
513
506
  background-color: transparent !important;
514
507
  }
515
- .pane-container .view:not(:first-child) .pane > .pane-header {
508
+ .dv-pane-container .dv-view:not(:first-child) .dv-pane > .dv-pane-header {
516
509
  border-top: 1px solid var(--dv-paneview-header-border-color);
517
510
  }
518
- .pane-container .view .default-header {
511
+ .dv-pane-container .dv-view .dv-default-header {
519
512
  background-color: var(--dv-group-view-background-color);
520
513
  color: var(--dv-activegroup-visiblepanel-tab-color);
521
514
  display: flex;
522
515
  padding: 0px 8px;
523
516
  cursor: pointer;
524
517
  }
525
- .pane-container .view .default-header .dockview-pane-header-icon {
518
+ .dv-pane-container .dv-view .dv-default-header .dv-pane-header-icon {
526
519
  display: flex;
527
520
  justify-content: center;
528
521
  align-items: center;
529
522
  }
530
- .pane-container .view .default-header > span {
523
+ .dv-pane-container .dv-view .dv-default-header > span {
531
524
  padding-left: 8px;
532
525
  flex-grow: 1;
533
526
  }
534
- .pane-container:first-of-type > .pane > .pane-header {
527
+ .dv-pane-container:first-of-type > .dv-pane > .dv-pane-header {
535
528
  border-top: none !important;
536
529
  }
537
- .pane-container .pane {
530
+ .dv-pane-container .dv-pane {
538
531
  display: flex;
539
532
  flex-direction: column;
540
533
  overflow: hidden;
541
534
  height: 100%;
542
535
  }
543
- .pane-container .pane .pane-header {
536
+ .dv-pane-container .dv-pane .dv-pane-header {
544
537
  box-sizing: border-box;
545
538
  user-select: none;
546
539
  position: relative;
547
540
  outline: none;
548
541
  }
549
- .pane-container .pane .pane-header.pane-draggable {
542
+ .dv-pane-container .dv-pane .dv-pane-header.dv-pane-draggable {
550
543
  cursor: pointer;
551
544
  }
552
- .pane-container .pane .pane-header:focus:before, .pane-container .pane .pane-header:focus-within:before {
545
+ .dv-pane-container .dv-pane .dv-pane-header:focus:before, .dv-pane-container .dv-pane .dv-pane-header:focus-within:before {
553
546
  position: absolute;
554
547
  top: 0;
555
548
  left: 0;
@@ -564,14 +557,14 @@
564
557
  outline-offset: -1px;
565
558
  outline-color: var(--dv-paneview-active-outline-color);
566
559
  }
567
- .pane-container .pane .pane-body {
560
+ .dv-pane-container .dv-pane .dv-pane-body {
568
561
  overflow-y: auto;
569
562
  overflow-x: hidden;
570
563
  flex-grow: 1;
571
564
  position: relative;
572
565
  outline: none;
573
566
  }
574
- .pane-container .pane .pane-body:focus:before, .pane-container .pane .pane-body:focus-within:before {
567
+ .dv-pane-container .dv-pane .dv-pane-body:focus:before, .dv-pane-container .dv-pane .dv-pane-body:focus-within:before {
575
568
  position: absolute;
576
569
  top: 0;
577
570
  left: 0;
@@ -586,88 +579,88 @@
586
579
  outline-offset: -1px;
587
580
  outline-color: var(--dv-paneview-active-outline-color);
588
581
  }
589
- .dv-debug .split-view-container .sash-container .sash.enabled {
582
+ .dv-debug .dv-split-view-container .dv-sash-container .dv-sash.dv-enabled {
590
583
  background-color: black;
591
584
  }
592
- .dv-debug .split-view-container .sash-container .sash.disabled {
585
+ .dv-debug .dv-split-view-container .dv-sash-container .dv-sash.dv-disabled {
593
586
  background-color: orange;
594
587
  }
595
- .dv-debug .split-view-container .sash-container .sash.maximum {
588
+ .dv-debug .dv-split-view-container .dv-sash-container .dv-sash.dv-maximum {
596
589
  background-color: green;
597
590
  }
598
- .dv-debug .split-view-container .sash-container .sash.minimum {
591
+ .dv-debug .dv-split-view-container .dv-sash-container .dv-sash.dv-minimum {
599
592
  background-color: red;
600
593
  }
601
594
 
602
- .split-view-container {
595
+ .dv-split-view-container {
603
596
  position: relative;
604
597
  overflow: hidden;
605
598
  height: 100%;
606
599
  width: 100%;
607
600
  }
608
- .split-view-container.dv-splitview-disabled > .sash-container > .sash {
601
+ .dv-split-view-container.dv-splitview-disabled > .dv-sash-container > .dv-sash {
609
602
  pointer-events: none;
610
603
  }
611
- .split-view-container.animation .view,
612
- .split-view-container.animation .sash {
604
+ .dv-split-view-container.dv-animation .dv-view,
605
+ .dv-split-view-container.dv-animation .dv-sash {
613
606
  transition-duration: 0.15s;
614
607
  transition-timing-function: ease-out;
615
608
  }
616
- .split-view-container.horizontal {
609
+ .dv-split-view-container.dv-horizontal {
617
610
  height: 100%;
618
611
  }
619
- .split-view-container.horizontal > .sash-container > .sash {
612
+ .dv-split-view-container.dv-horizontal > .dv-sash-container > .dv-sash {
620
613
  height: 100%;
621
614
  width: 4px;
622
615
  }
623
- .split-view-container.horizontal > .sash-container > .sash.enabled {
616
+ .dv-split-view-container.dv-horizontal > .dv-sash-container > .dv-sash.dv-enabled {
624
617
  cursor: ew-resize;
625
618
  }
626
- .split-view-container.horizontal > .sash-container > .sash.disabled {
619
+ .dv-split-view-container.dv-horizontal > .dv-sash-container > .dv-sash.dv-disabled {
627
620
  cursor: default;
628
621
  }
629
- .split-view-container.horizontal > .sash-container > .sash.maximum {
622
+ .dv-split-view-container.dv-horizontal > .dv-sash-container > .dv-sash.dv-maximum {
630
623
  cursor: w-resize;
631
624
  }
632
- .split-view-container.horizontal > .sash-container > .sash.minimum {
625
+ .dv-split-view-container.dv-horizontal > .dv-sash-container > .dv-sash.dv-minimum {
633
626
  cursor: e-resize;
634
627
  }
635
- .split-view-container.horizontal > .view-container > .view:not(:first-child)::before {
628
+ .dv-split-view-container.dv-horizontal > .dv-view-container > .dv-view:not(:first-child)::before {
636
629
  height: 100%;
637
630
  width: 1px;
638
631
  }
639
- .split-view-container.vertical {
632
+ .dv-split-view-container.dv-vertical {
640
633
  width: 100%;
641
634
  }
642
- .split-view-container.vertical > .sash-container > .sash {
635
+ .dv-split-view-container.dv-vertical > .dv-sash-container > .dv-sash {
643
636
  width: 100%;
644
637
  height: 4px;
645
638
  }
646
- .split-view-container.vertical > .sash-container > .sash.enabled {
639
+ .dv-split-view-container.dv-vertical > .dv-sash-container > .dv-sash.dv-enabled {
647
640
  cursor: ns-resize;
648
641
  }
649
- .split-view-container.vertical > .sash-container > .sash.disabled {
642
+ .dv-split-view-container.dv-vertical > .dv-sash-container > .dv-sash.dv-disabled {
650
643
  cursor: default;
651
644
  }
652
- .split-view-container.vertical > .sash-container > .sash.maximum {
645
+ .dv-split-view-container.dv-vertical > .dv-sash-container > .dv-sash.dv-maximum {
653
646
  cursor: n-resize;
654
647
  }
655
- .split-view-container.vertical > .sash-container > .sash.minimum {
648
+ .dv-split-view-container.dv-vertical > .dv-sash-container > .dv-sash.dv-minimum {
656
649
  cursor: s-resize;
657
650
  }
658
- .split-view-container.vertical > .view-container > .view {
651
+ .dv-split-view-container.dv-vertical > .dv-view-container > .dv-view {
659
652
  width: 100%;
660
653
  }
661
- .split-view-container.vertical > .view-container > .view:not(:first-child)::before {
654
+ .dv-split-view-container.dv-vertical > .dv-view-container > .dv-view:not(:first-child)::before {
662
655
  height: 1px;
663
656
  width: 100%;
664
657
  }
665
- .split-view-container .sash-container {
658
+ .dv-split-view-container .dv-sash-container {
666
659
  height: 100%;
667
660
  width: 100%;
668
661
  position: absolute;
669
662
  }
670
- .split-view-container .sash-container .sash {
663
+ .dv-split-view-container .dv-sash-container .dv-sash {
671
664
  position: absolute;
672
665
  z-index: 99;
673
666
  outline: none;
@@ -677,28 +670,27 @@
677
670
  -ms-user-select: none;
678
671
  touch-action: none;
679
672
  }
680
- .split-view-container .sash-container .sash:not(.disabled):active {
673
+ .dv-split-view-container .dv-sash-container .dv-sash:not(.disabled):active {
681
674
  transition: background-color 0.1s ease-in-out;
682
675
  background-color: var(--dv-active-sash-color, transparent);
683
676
  }
684
- .split-view-container .sash-container .sash:not(.disabled):hover {
677
+ .dv-split-view-container .dv-sash-container .dv-sash:not(.disabled):hover {
685
678
  background-color: var(--dv-active-sash-color, transparent);
686
679
  transition: background-color 0.1s ease-in-out;
687
680
  transition-delay: 0.5s;
688
681
  }
689
- .split-view-container .view-container {
682
+ .dv-split-view-container .dv-view-container {
690
683
  position: relative;
691
684
  height: 100%;
692
685
  width: 100%;
693
- background-color: var(--dv-background-color);
694
686
  }
695
- .split-view-container .view-container .view {
687
+ .dv-split-view-container .dv-view-container .dv-view {
696
688
  height: 100%;
697
689
  box-sizing: border-box;
698
690
  overflow: auto;
699
691
  position: absolute;
700
692
  }
701
- .split-view-container.separator-border .view:not(:first-child)::before {
693
+ .dv-split-view-container.dv-separator-border .dv-view:not(:first-child)::before {
702
694
  content: " ";
703
695
  position: absolute;
704
696
  top: 0;
@@ -711,13 +703,13 @@
711
703
  transform: translate3d(0px, 0px, 0px); /* forces tab to be drawn on a separate layer (see https://github.com/microsoft/vscode/issues/18733) */
712
704
  }
713
705
 
714
- .tab {
706
+ .dv-tab {
715
707
  flex-shrink: 0;
716
708
  }
717
- .tab:focus-within, .tab:focus {
709
+ .dv-tab:focus-within, .dv-tab:focus {
718
710
  position: relative;
719
711
  }
720
- .tab:focus-within::after, .tab:focus::after {
712
+ .dv-tab:focus-within::after, .dv-tab:focus::after {
721
713
  position: absolute;
722
714
  content: "";
723
715
  height: 100%;
@@ -729,19 +721,19 @@
729
721
  outline-offset: -1px;
730
722
  z-index: 5;
731
723
  }
732
- .tab.dv-tab-dragging .dv-default-tab-action {
724
+ .dv-tab.dv-tab-dragging .dv-default-tab-action {
733
725
  background-color: var(--dv-activegroup-visiblepanel-tab-color);
734
726
  }
735
- .tab.active-tab .dv-default-tab .dv-default-tab-action {
727
+ .dv-tab.dv-active-tab .dv-default-tab .dv-default-tab-action {
736
728
  visibility: visible;
737
729
  }
738
- .tab.inactive-tab .dv-default-tab .dv-default-tab-action {
730
+ .dv-tab.dv-inactive-tab .dv-default-tab .dv-default-tab-action {
739
731
  visibility: hidden;
740
732
  }
741
- .tab.inactive-tab .dv-default-tab:hover .dv-default-tab-action {
733
+ .dv-tab.dv-inactive-tab .dv-default-tab:hover .dv-default-tab-action {
742
734
  visibility: visible;
743
735
  }
744
- .tab .dv-default-tab {
736
+ .dv-tab .dv-default-tab {
745
737
  position: relative;
746
738
  height: 100%;
747
739
  display: flex;
@@ -751,22 +743,22 @@
751
743
  white-space: nowrap;
752
744
  text-overflow: ellipsis;
753
745
  }
754
- .tab .dv-default-tab .dv-default-tab-content {
746
+ .dv-tab .dv-default-tab .dv-default-tab-content {
755
747
  padding: 0px 8px;
756
748
  flex-grow: 1;
757
749
  }
758
- .tab .dv-default-tab .dv-default-tab-action {
750
+ .dv-tab .dv-default-tab .dv-default-tab-action {
759
751
  padding: 4px;
760
752
  display: flex;
761
753
  align-items: center;
762
754
  justify-content: center;
763
755
  box-sizing: border-box;
764
756
  }
765
- .tab .dv-default-tab .dv-default-tab-action:hover {
757
+ .dv-tab .dv-default-tab .dv-default-tab-action:hover {
766
758
  border-radius: 2px;
767
759
  background-color: var(--dv-icon-hover-background-color);
768
760
  }
769
- .tabs-and-actions-container {
761
+ .dv-tabs-and-actions-container {
770
762
  display: flex;
771
763
  background-color: var(--dv-tabs-and-actions-container-background-color);
772
764
  flex-shrink: 0;
@@ -774,24 +766,21 @@
774
766
  height: var(--dv-tabs-and-actions-container-height);
775
767
  font-size: var(--dv-tabs-and-actions-container-font-size);
776
768
  }
777
- .tabs-and-actions-container.hidden {
778
- display: none;
779
- }
780
- .tabs-and-actions-container.dv-single-tab.dv-full-width-single-tab .tabs-container {
769
+ .dv-tabs-and-actions-container.dv-single-tab.dv-full-width-single-tab .dv-tabs-container {
781
770
  flex-grow: 1;
782
771
  }
783
- .tabs-and-actions-container.dv-single-tab.dv-full-width-single-tab .tabs-container .tab {
772
+ .dv-tabs-and-actions-container.dv-single-tab.dv-full-width-single-tab .dv-tabs-container .dv-tab {
784
773
  flex-grow: 1;
785
774
  }
786
- .tabs-and-actions-container.dv-single-tab.dv-full-width-single-tab .void-container {
775
+ .dv-tabs-and-actions-container.dv-single-tab.dv-full-width-single-tab .dv-void-container {
787
776
  flex-grow: 0;
788
777
  }
789
- .tabs-and-actions-container .void-container {
778
+ .dv-tabs-and-actions-container .dv-void-container {
790
779
  display: flex;
791
780
  flex-grow: 1;
792
781
  cursor: grab;
793
782
  }
794
- .tabs-and-actions-container .tabs-container {
783
+ .dv-tabs-and-actions-container .dv-tabs-container {
795
784
  display: flex;
796
785
  overflow-x: overlay;
797
786
  overflow-y: hidden;
@@ -799,16 +788,16 @@
799
788
  /* Track */
800
789
  /* Handle */
801
790
  }
802
- .tabs-and-actions-container .tabs-container::-webkit-scrollbar {
791
+ .dv-tabs-and-actions-container .dv-tabs-container::-webkit-scrollbar {
803
792
  height: 3px;
804
793
  }
805
- .tabs-and-actions-container .tabs-container::-webkit-scrollbar-track {
794
+ .dv-tabs-and-actions-container .dv-tabs-container::-webkit-scrollbar-track {
806
795
  background: transparent;
807
796
  }
808
- .tabs-and-actions-container .tabs-container::-webkit-scrollbar-thumb {
797
+ .dv-tabs-and-actions-container .dv-tabs-container::-webkit-scrollbar-thumb {
809
798
  background: var(--dv-tabs-container-scrollbar-color);
810
799
  }
811
- .tabs-and-actions-container .tabs-container .tab {
800
+ .dv-tabs-and-actions-container .dv-tabs-container .dv-tab {
812
801
  -webkit-user-drag: element;
813
802
  outline: none;
814
803
  min-width: 75px;
@@ -816,7 +805,7 @@
816
805
  position: relative;
817
806
  box-sizing: border-box;
818
807
  }
819
- .tabs-and-actions-container .tabs-container .tab:not(:first-child)::before {
808
+ .dv-tabs-and-actions-container .dv-tabs-container .dv-tab:not(:first-child)::before {
820
809
  content: " ";
821
810
  position: absolute;
822
811
  top: 0;
@@ -827,36 +816,7 @@
827
816
  width: 1px;
828
817
  height: 100%;
829
818
  }
830
- .watermark {
831
- display: flex;
832
- width: 100%;
833
- }
834
- .watermark.has-actions .watermark-title .actions-container {
835
- display: none;
836
- }
837
- .watermark .watermark-title {
838
- height: 35px;
839
- width: 100%;
840
- display: flex;
841
- }
842
- .watermark .watermark-content {
843
- flex-grow: 1;
844
- }
845
- .watermark .actions-container {
846
- display: flex;
847
- align-items: center;
848
- padding: 0px 8px;
849
- }
850
- .watermark .actions-container .close-action {
851
- padding: 4px;
819
+ .dv-watermark {
852
820
  display: flex;
853
- align-items: center;
854
- justify-content: center;
855
- box-sizing: border-box;
856
- cursor: pointer;
857
- color: var(--dv-activegroup-hiddenpanel-tab-color);
858
- }
859
- .watermark .actions-container .close-action:hover {
860
- border-radius: 2px;
861
- background-color: var(--dv-icon-hover-background-color);
821
+ height: 100%;
862
822
  }