@omnia/runtime 8.0.197-dev → 8.0.198-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.
@@ -51,13 +51,15 @@
51
51
  background: currentColor;
52
52
  opacity: var(--v-activated-opacity);
53
53
  border-radius: inherit;
54
- position: absolute;
55
54
  top: 0;
56
55
  right: 0;
57
56
  bottom: 0;
58
57
  left: 0;
59
58
  pointer-events: none;
60
59
  }
60
+ .v-alert .v-alert__underlay {
61
+ position: absolute;
62
+ }
61
63
  .v-alert--prominent {
62
64
  grid-template-areas: "prepend content append close" "prepend content . .";
63
65
  }
@@ -1,10 +1,14 @@
1
+ .v-calendar {
2
+ background: rgb(var(--v-theme-background));
3
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
4
+ }
5
+
1
6
  .v-calendar-weekly {
2
7
  width: 100%;
3
8
  height: 100%;
4
9
  display: flex;
5
10
  flex-direction: column;
6
11
  min-height: 0;
7
- background-color: #fff;
8
12
  }
9
13
 
10
14
  .v-calendar__container {
@@ -332,13 +332,15 @@
332
332
  background: currentColor;
333
333
  opacity: var(--v-activated-opacity);
334
334
  border-radius: inherit;
335
- position: absolute;
336
335
  top: 0;
337
336
  right: 0;
338
337
  bottom: 0;
339
338
  left: 0;
340
339
  pointer-events: none;
341
340
  }
341
+ .v-chip .v-chip__underlay {
342
+ position: absolute;
343
+ }
342
344
  .v-chip--border {
343
345
  border-width: thin;
344
346
  }
@@ -83,13 +83,15 @@
83
83
  background: currentColor;
84
84
  opacity: var(--v-activated-opacity);
85
85
  border-radius: inherit;
86
- position: absolute;
87
86
  top: 0;
88
87
  right: 0;
89
88
  bottom: 0;
90
89
  left: 0;
91
90
  pointer-events: none;
92
91
  }
92
+ .v-avatar .v-avatar__underlay {
93
+ position: absolute;
94
+ }
93
95
  .v-avatar--rounded {
94
96
  border-radius: 4px;
95
97
  }
@@ -283,13 +285,15 @@
283
285
  background: currentColor;
284
286
  opacity: var(--v-activated-opacity);
285
287
  border-radius: inherit;
286
- position: absolute;
287
288
  top: 0;
288
289
  right: 0;
289
290
  bottom: 0;
290
291
  left: 0;
291
292
  pointer-events: none;
292
293
  }
294
+ .v-list-item .v-list-item__underlay {
295
+ position: absolute;
296
+ }
293
297
  @supports selector(:focus-visible) {
294
298
  .v-list-item::after {
295
299
  content: "";
@@ -834,13 +838,13 @@
834
838
  overflow: hidden;
835
839
  }
836
840
  .v-toolbar__content > .v-btn:first-child {
837
- margin-inline-start: 10px;
841
+ margin-inline-start: 4px;
838
842
  }
839
843
  .v-toolbar__content > .v-btn:last-child {
840
- margin-inline-end: 10px;
844
+ margin-inline-end: 4px;
841
845
  }
842
846
  .v-toolbar__content > .v-toolbar-title {
843
- margin-inline-start: 16px;
847
+ margin-inline-start: 20px;
844
848
  }
845
849
  .v-toolbar--density-prominent .v-toolbar__content {
846
850
  align-items: flex-start;
@@ -865,11 +869,11 @@
865
869
  }
866
870
 
867
871
  .v-toolbar__prepend {
868
- margin-inline: 10px auto;
872
+ margin-inline: 4px auto;
869
873
  }
870
874
 
871
875
  .v-toolbar__append {
872
- margin-inline: auto 10px;
876
+ margin-inline: auto 4px;
873
877
  }
874
878
 
875
879
  .v-toolbar-title {
@@ -1029,13 +1033,15 @@
1029
1033
  background: currentColor;
1030
1034
  opacity: var(--v-activated-opacity);
1031
1035
  border-radius: inherit;
1032
- position: absolute;
1033
1036
  top: 0;
1034
1037
  right: 0;
1035
1038
  bottom: 0;
1036
1039
  left: 0;
1037
1040
  pointer-events: none;
1038
1041
  }
1042
+ .v-card .v-card__underlay {
1043
+ position: absolute;
1044
+ }
1039
1045
  .v-card--disabled {
1040
1046
  pointer-events: none;
1041
1047
  user-select: none;
@@ -167,7 +167,7 @@
167
167
  }
168
168
 
169
169
  .v-data-table__td-title {
170
- font-weight: bold;
170
+ font-weight: 500;
171
171
  text-align: left;
172
172
  }
173
173