@omnia/runtime 8.0.111-dev → 8.0.112-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.
@@ -27,7 +27,7 @@
27
27
  border-radius: 4px;
28
28
  }
29
29
  .v-autocomplete__mask {
30
- background: rgb(var(--v-theme-on-surface-variant));
30
+ background: rgb(var(--v-theme-surface-light));
31
31
  }
32
32
  .v-autocomplete__selection {
33
33
  display: inline-flex;
@@ -32,8 +32,8 @@
32
32
  display: none;
33
33
  }
34
34
  .v-alert--variant-elevated, .v-alert--variant-flat {
35
- background: rgb(var(--v-theme-on-surface-variant));
36
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
35
+ background: rgb(var(--v-theme-surface-light));
36
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
37
37
  }
38
38
  .v-alert--variant-elevated {
39
39
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
@@ -410,7 +410,6 @@
410
410
  min-width: 0;
411
411
  overflow-x: auto;
412
412
  padding: 4px 0;
413
- flex-wrap: wrap;
414
413
  }
415
414
  .v-chip-group .v-chip {
416
415
  margin: 4px 8px 4px 0;
@@ -419,8 +418,9 @@
419
418
  opacity: var(--v-activated-opacity);
420
419
  }
421
420
 
422
- .v-chip-group--column {
423
- flex-wrap: wrap;
421
+ .v-chip-group--column .v-slide-group__content {
424
422
  white-space: normal;
423
+ flex-wrap: wrap;
424
+ max-width: 100%;
425
425
  }
426
426
 
@@ -27,7 +27,7 @@
27
27
  border-radius: 4px;
28
28
  }
29
29
  .v-combobox__mask {
30
- background: rgb(var(--v-theme-on-surface-variant));
30
+ background: rgb(var(--v-theme-surface-light));
31
31
  }
32
32
  .v-combobox__selection {
33
33
  display: inline-flex;
@@ -455,6 +455,7 @@
455
455
  overflow: hidden;
456
456
  padding: 0;
457
457
  text-overflow: ellipsis;
458
+ word-break: break-all;
458
459
  font-size: 0.875rem;
459
460
  font-weight: 400;
460
461
  letter-spacing: 0.0178571429em;
@@ -803,8 +804,8 @@
803
804
  border-width: 0;
804
805
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
805
806
  border-radius: 0;
806
- background: rgb(var(--v-theme-on-surface-variant));
807
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
807
+ background: rgb(var(--v-theme-surface-light));
808
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
808
809
  }
809
810
  .v-toolbar--border {
810
811
  border-width: thin;
@@ -926,8 +927,8 @@
926
927
  text-align: end;
927
928
  width: 100%;
928
929
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
929
- background: rgba(var(--v-theme-on-surface-variant));
930
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
930
+ background: rgba(var(--v-theme-surface-light));
931
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
931
932
  font-size: 0.75rem;
932
933
  font-weight: 400;
933
934
  letter-spacing: 0.0333333333em;
@@ -1111,13 +1112,17 @@
1111
1112
  .v-card-item + .v-card-text {
1112
1113
  padding-top: 0;
1113
1114
  }
1115
+ .v-card-item__prepend, .v-card-item__append {
1116
+ align-items: center;
1117
+ display: flex;
1118
+ }
1114
1119
  .v-card-item__prepend {
1115
1120
  grid-area: prepend;
1116
- padding-inline-end: 1rem;
1121
+ padding-inline-end: 0.5rem;
1117
1122
  }
1118
1123
  .v-card-item__append {
1119
1124
  grid-area: append;
1120
- padding-inline-start: 1rem;
1125
+ padding-inline-start: 0.5rem;
1121
1126
  }
1122
1127
 
1123
1128
  .v-card-item__content {
@@ -67,7 +67,8 @@
67
67
  opacity: 0.5;
68
68
  }
69
69
 
70
- .v-data-table-column--fixed, .v-data-table__th--sticky {
70
+ .v-data-table-column--fixed,
71
+ .v-data-table__th--sticky {
71
72
  background: rgb(var(--v-theme-surface));
72
73
  position: sticky !important;
73
74
  left: 0;
@@ -140,23 +141,28 @@
140
141
  }
141
142
 
142
143
  .v-data-table-footer__items-per-page {
143
- padding-inline-end: 24px;
144
144
  display: flex;
145
145
  align-items: center;
146
- justify-content: space-between;
146
+ justify-content: center;
147
147
  }
148
148
  .v-data-table-footer__items-per-page > span {
149
- padding-inline-end: 24px;
149
+ padding-inline-end: 8px;
150
+ }
151
+ .v-data-table-footer__items-per-page > .v-select {
152
+ width: 90px;
150
153
  }
151
154
 
152
155
  .v-data-table-footer__info {
153
156
  display: flex;
154
- padding-inline-end: 24px;
157
+ justify-content: flex-end;
158
+ min-width: 116px;
159
+ padding: 0 16px;
155
160
  }
156
161
 
157
162
  .v-data-table-footer__pagination {
158
163
  display: flex;
159
164
  align-items: center;
165
+ margin-inline-start: 16px;
160
166
  }
161
167
 
162
168
  .v-data-table-footer__page {