@omnia/runtime 8.0.124-dev → 8.0.126-dev

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,5 @@
1
1
  .v-chip {
2
2
  align-items: center;
3
- cursor: default;
4
3
  display: inline-flex;
5
4
  font-weight: 400;
6
5
  max-width: 100%;
@@ -365,14 +365,20 @@
365
365
  .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer {
366
366
  width: 16px;
367
367
  }
368
+ .v-list-item__prepend > .v-list-item-action ~ .v-list-item__spacer {
369
+ width: 16px;
370
+ }
368
371
  .v-list-item--slim .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
369
372
  .v-list-item--slim .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
370
373
  .v-list-item--slim .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
371
- width: 8px;
374
+ width: 20px;
372
375
  }
373
376
  .v-list-item--slim .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer {
374
377
  width: 4px;
375
378
  }
379
+ .v-list-item--slim .v-list-item__prepend > .v-list-item-action ~ .v-list-item__spacer {
380
+ width: 4px;
381
+ }
376
382
  .v-list-item--three-line .v-list-item__prepend {
377
383
  align-self: start;
378
384
  }
@@ -395,14 +401,20 @@
395
401
  .v-list-item__append > .v-avatar ~ .v-list-item__spacer {
396
402
  width: 16px;
397
403
  }
404
+ .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
405
+ width: 16px;
406
+ }
398
407
  .v-list-item--slim .v-list-item__append > .v-badge ~ .v-list-item__spacer,
399
408
  .v-list-item--slim .v-list-item__append > .v-icon ~ .v-list-item__spacer,
400
409
  .v-list-item--slim .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
401
- width: 8px;
410
+ width: 20px;
402
411
  }
403
412
  .v-list-item--slim .v-list-item__append > .v-avatar ~ .v-list-item__spacer {
404
413
  width: 4px;
405
414
  }
415
+ .v-list-item--slim .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
416
+ width: 4px;
417
+ }
406
418
  .v-list-item--three-line .v-list-item__append {
407
419
  align-self: start;
408
420
  }
@@ -417,16 +429,17 @@
417
429
  align-self: center;
418
430
  display: flex;
419
431
  align-items: center;
420
- grid-area: prepend;
421
432
  flex: none;
422
433
  transition: inherit;
423
434
  transition-property: height, width;
424
435
  }
425
436
  .v-list-item-action--start {
426
- margin-inline-end: 12px;
437
+ margin-inline-end: 8px;
438
+ margin-inline-start: -8px;
427
439
  }
428
440
  .v-list-item-action--end {
429
- margin-inline-start: 12px;
441
+ margin-inline-start: 8px;
442
+ margin-inline-end: -8px;
430
443
  }
431
444
 
432
445
  .v-list-item-media {
@@ -632,7 +645,7 @@
632
645
  --prepend-width: 40px;
633
646
  }
634
647
  .v-list--slim .v-list-group {
635
- --prepend-width: 16px;
648
+ --prepend-width: 28px;
636
649
  }
637
650
  .v-list-group--fluid {
638
651
  --list-indent-size: 0px;
@@ -11,6 +11,9 @@
11
11
  .v-radio-group .v-input__details {
12
12
  padding-inline: 16px;
13
13
  }
14
+ .v-checkbox.v-input {
15
+ flex: 0 1 auto;
16
+ }
14
17
  .v-checkbox .v-selection-control {
15
18
  min-height: var(--v-input-control-height);
16
19
  }
@@ -2038,7 +2038,7 @@
2038
2038
  padding: 0 16px;
2039
2039
  pointer-events: none;
2040
2040
  }
2041
- .v-window__controls * {
2041
+ .v-window__controls > * {
2042
2042
  pointer-events: auto;
2043
2043
  }
2044
2044
  .v-window--show-arrows-on-hover {
@@ -2307,7 +2307,7 @@ html.v-overlay-scroll-blocked {
2307
2307
  border-radius: inherit;
2308
2308
  bottom: 0;
2309
2309
  left: 0;
2310
- opacity: 0.32;
2310
+ opacity: var(--v-overlay-opacity, 0.32);
2311
2311
  position: fixed;
2312
2312
  right: 0;
2313
2313
  top: 0;
@@ -2520,7 +2520,6 @@ html.v-overlay-scroll-blocked {
2520
2520
  }
2521
2521
 
2522
2522
  .v-table {
2523
- --v-table-header-height: 56px;
2524
2523
  border-radius: inherit;
2525
2524
  line-height: 1.5;
2526
2525
  max-width: 100%;
@@ -2542,44 +2541,32 @@ html.v-overlay-scroll-blocked {
2542
2541
  transition-property: box-shadow, opacity, background, height;
2543
2542
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2544
2543
  }
2544
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
2545
+ .v-table > .v-table__wrapper > table > thead > tr > td,
2546
+ .v-table > .v-table__wrapper > table > tfoot > tr > td {
2547
+ height: var(--v-table-row-height);
2548
+ }
2545
2549
  .v-table > .v-table__wrapper > table > tbody > tr > th,
2546
2550
  .v-table > .v-table__wrapper > table > thead > tr > th,
2547
2551
  .v-table > .v-table__wrapper > table > tfoot > tr > th {
2552
+ height: var(--v-table-header-height);
2548
2553
  font-weight: 500;
2549
2554
  user-select: none;
2550
2555
  text-align: start;
2551
2556
  }
2552
- .v-table--density-default > .v-table__wrapper > table > tbody > tr > th,
2553
- .v-table--density-default > .v-table__wrapper > table > thead > tr > th,
2554
- .v-table--density-default > .v-table__wrapper > table > tfoot > tr > th {
2555
- height: calc(var(--v-table-header-height) + 0px);
2556
- }
2557
- .v-table--density-default > .v-table__wrapper > table > tbody > tr > td,
2558
- .v-table--density-default > .v-table__wrapper > table > thead > tr > td,
2559
- .v-table--density-default > .v-table__wrapper > table > tfoot > tr > td {
2560
- height: calc(var(--v-table-row-height, 52px) + 0px);
2557
+ .v-table--density-default {
2558
+ --v-table-header-height: 56px;
2559
+ --v-table-row-height: 52px;
2561
2560
  }
2562
2561
 
2563
- .v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > th,
2564
- .v-table--density-comfortable > .v-table__wrapper > table > thead > tr > th,
2565
- .v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > th {
2566
- height: calc(var(--v-table-header-height) - 8px);
2567
- }
2568
- .v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > td,
2569
- .v-table--density-comfortable > .v-table__wrapper > table > thead > tr > td,
2570
- .v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > td {
2571
- height: calc(var(--v-table-row-height, 52px) - 8px);
2562
+ .v-table--density-comfortable {
2563
+ --v-table-header-height: 48px;
2564
+ --v-table-row-height: 44px;
2572
2565
  }
2573
2566
 
2574
- .v-table--density-compact > .v-table__wrapper > table > tbody > tr > th,
2575
- .v-table--density-compact > .v-table__wrapper > table > thead > tr > th,
2576
- .v-table--density-compact > .v-table__wrapper > table > tfoot > tr > th {
2577
- height: calc(var(--v-table-header-height) - 16px);
2578
- }
2579
- .v-table--density-compact > .v-table__wrapper > table > tbody > tr > td,
2580
- .v-table--density-compact > .v-table__wrapper > table > thead > tr > td,
2581
- .v-table--density-compact > .v-table__wrapper > table > tfoot > tr > td {
2582
- height: calc(var(--v-table-row-height, 52px) - 16px);
2567
+ .v-table--density-compact {
2568
+ --v-table-header-height: 40px;
2569
+ --v-table-row-height: 36px;
2583
2570
  }
2584
2571
 
2585
2572
  .v-table__wrapper {
@@ -85,6 +85,9 @@
85
85
  transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
86
86
  }
87
87
 
88
+ .v-switch.v-input {
89
+ flex: 0 1 auto;
90
+ }
88
91
  .v-switch .v-selection-control {
89
92
  min-height: var(--v-input-control-height);
90
93
  }