@omnia/runtime 8.0.13-vnext → 8.0.16-vnext

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,39 +1,3 @@
1
- .ProseMirror .tableWrapper {
2
- overflow-x: auto;
3
- }
4
- .ProseMirror table {
5
- border-collapse: collapse;
6
- table-layout: fixed;
7
- width: 100%;
8
- overflow: hidden;
9
- }
10
- .ProseMirror td, .ProseMirror th {
11
- vertical-align: top;
12
- box-sizing: border-box;
13
- position: relative;
14
- }
15
- .ProseMirror .column-resize-handle {
16
- position: absolute;
17
- right: -2px; top: 0; bottom: 0;
18
- width: 4px;
19
- z-index: 20;
20
- background-color: #adf;
21
- pointer-events: none;
22
- }
23
- .ProseMirror.resize-cursor {
24
- cursor: ew-resize;
25
- cursor: col-resize;
26
- }
27
- /* Give selected cells a blue overlay */
28
- .ProseMirror .selectedCell:after {
29
- z-index: 2;
30
- position: absolute;
31
- content: "";
32
- left: 0; right: 0; top: 0; bottom: 0;
33
- background: rgba(200, 200, 255, 0.4);
34
- pointer-events: none;
35
- }
36
-
37
1
  .omfx-medianode {
38
2
  position: relative;
39
3
  line-height: 0;
@@ -5,8 +5,10 @@
5
5
  .ProseMirror {
6
6
  word-wrap: break-word;
7
7
  white-space: pre-wrap;
8
+ white-space: break-spaces;
8
9
  -webkit-font-variant-ligatures: none;
9
10
  font-variant-ligatures: none;
11
+ font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
10
12
  }
11
13
 
12
14
  .ProseMirror pre {
@@ -40,29 +42,11 @@ li.ProseMirror-selectednode:after {
40
42
  pointer-events: none;
41
43
  }
42
44
 
43
- .ProseMirror-gapcursor {
44
- display: none;
45
- pointer-events: none;
46
- position: absolute;
47
- }
48
-
49
- .ProseMirror-gapcursor:after {
50
- content: "";
51
- display: block;
52
- position: absolute;
53
- top: -2px;
54
- width: 20px;
55
- border-top: 1px solid black;
56
- animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
57
- }
58
-
59
- @keyframes ProseMirror-cursor-blink {
60
- to {
61
- visibility: hidden;
62
- }
63
- }
45
+ /* Protect against generic img rules */
64
46
 
65
- .ProseMirror-focused .ProseMirror-gapcursor {
66
- display: block;
47
+ img.ProseMirror-separator {
48
+ display: inline !important;
49
+ border: none !important;
50
+ margin: 0 !important;
67
51
  }
68
52
 
@@ -151,7 +151,7 @@
151
151
  .v-alert__append,
152
152
  .v-alert__close {
153
153
  align-self: flex-start;
154
- margin-inline-start: 90px;
154
+ margin-inline-start: 16px;
155
155
  }
156
156
 
157
157
  .v-alert__append {
@@ -27,35 +27,39 @@
27
27
  --v-avatar-height: 20px;
28
28
  }
29
29
 
30
- .v-chip.v-chip--size-x-small .v-chip__filter,
31
- .v-chip.v-chip--size-x-small .v-chip__prepend,
32
- .v-chip.v-chip--size-x-small > .v-avatar--start,
33
- .v-chip.v-chip--size-x-small > .v-icon--start {
34
- margin-inline-end: 4px;
35
- }
36
- .v-chip.v-chip--size-x-small .v-chip__filter,
37
- .v-chip.v-chip--size-x-small .v-chip__prepend,
38
- .v-chip.v-chip--size-x-small .v-icon--start {
39
- margin-inline-start: -4px;
40
- }
41
30
  .v-chip.v-chip--size-x-small .v-avatar--start {
42
31
  margin-inline-start: -5.6px;
32
+ margin-inline-end: 4px;
43
33
  }
44
34
  .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
45
35
  margin-inline-start: -8px;
46
36
  }
47
37
 
48
- .v-chip.v-chip--size-x-small .v-chip__append,
49
- .v-chip.v-chip--size-x-small .v-chip__close,
50
- .v-chip.v-chip--size-x-small > .v-avatar--end,
51
- .v-chip.v-chip--size-x-small > .v-icon--end {
38
+ .v-chip.v-chip--size-x-small .v-avatar--end {
52
39
  margin-inline-start: 4px;
53
- margin-inline-end: -4px;
40
+ margin-inline-end: -5.6px;
54
41
  }
55
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end {
42
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
56
43
  margin-inline-end: -8px;
57
44
  }
58
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close {
45
+
46
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
47
+ margin-inline-start: 12px;
48
+ }
49
+
50
+ .v-chip.v-chip--size-x-small .v-icon--start,
51
+ .v-chip.v-chip--size-x-small .v-chip__filter {
52
+ margin-inline-start: -4px;
53
+ margin-inline-end: 4px;
54
+ }
55
+ .v-chip.v-chip--size-x-small .v-icon--end,
56
+ .v-chip.v-chip--size-x-small .v-chip__close {
57
+ margin-inline-start: 4px;
58
+ margin-inline-end: -4px;
59
+ }
60
+ .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
61
+ .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
62
+ .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
59
63
  margin-inline-start: 8px;
60
64
  }
61
65
 
@@ -72,35 +76,39 @@
72
76
  --v-avatar-height: 26px;
73
77
  }
74
78
 
75
- .v-chip.v-chip--size-small .v-chip__filter,
76
- .v-chip.v-chip--size-small .v-chip__prepend,
77
- .v-chip.v-chip--size-small > .v-avatar--start,
78
- .v-chip.v-chip--size-small > .v-icon--start {
79
- margin-inline-end: 5px;
80
- }
81
- .v-chip.v-chip--size-small .v-chip__filter,
82
- .v-chip.v-chip--size-small .v-chip__prepend,
83
- .v-chip.v-chip--size-small .v-icon--start {
84
- margin-inline-start: -5px;
85
- }
86
79
  .v-chip.v-chip--size-small .v-avatar--start {
87
80
  margin-inline-start: -7px;
81
+ margin-inline-end: 5px;
88
82
  }
89
83
  .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
90
84
  margin-inline-start: -10px;
91
85
  }
92
86
 
93
- .v-chip.v-chip--size-small .v-chip__append,
94
- .v-chip.v-chip--size-small .v-chip__close,
95
- .v-chip.v-chip--size-small > .v-avatar--end,
96
- .v-chip.v-chip--size-small > .v-icon--end {
87
+ .v-chip.v-chip--size-small .v-avatar--end {
97
88
  margin-inline-start: 5px;
98
- margin-inline-end: -5px;
89
+ margin-inline-end: -7px;
99
90
  }
100
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end {
91
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
101
92
  margin-inline-end: -10px;
102
93
  }
103
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end + .v-chip__close {
94
+
95
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
96
+ margin-inline-start: 15px;
97
+ }
98
+
99
+ .v-chip.v-chip--size-small .v-icon--start,
100
+ .v-chip.v-chip--size-small .v-chip__filter {
101
+ margin-inline-start: -5px;
102
+ margin-inline-end: 5px;
103
+ }
104
+ .v-chip.v-chip--size-small .v-icon--end,
105
+ .v-chip.v-chip--size-small .v-chip__close {
106
+ margin-inline-start: 5px;
107
+ margin-inline-end: -5px;
108
+ }
109
+ .v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
110
+ .v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
111
+ .v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
104
112
  margin-inline-start: 10px;
105
113
  }
106
114
 
@@ -117,35 +125,39 @@
117
125
  --v-avatar-height: 32px;
118
126
  }
119
127
 
120
- .v-chip.v-chip--size-default .v-chip__filter,
121
- .v-chip.v-chip--size-default .v-chip__prepend,
122
- .v-chip.v-chip--size-default > .v-avatar--start,
123
- .v-chip.v-chip--size-default > .v-icon--start {
124
- margin-inline-end: 6px;
125
- }
126
- .v-chip.v-chip--size-default .v-chip__filter,
127
- .v-chip.v-chip--size-default .v-chip__prepend,
128
- .v-chip.v-chip--size-default .v-icon--start {
129
- margin-inline-start: -6px;
130
- }
131
128
  .v-chip.v-chip--size-default .v-avatar--start {
132
129
  margin-inline-start: -8.4px;
130
+ margin-inline-end: 6px;
133
131
  }
134
132
  .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
135
133
  margin-inline-start: -12px;
136
134
  }
137
135
 
138
- .v-chip.v-chip--size-default .v-chip__append,
139
- .v-chip.v-chip--size-default .v-chip__close,
140
- .v-chip.v-chip--size-default > .v-avatar--end,
141
- .v-chip.v-chip--size-default > .v-icon--end {
136
+ .v-chip.v-chip--size-default .v-avatar--end {
142
137
  margin-inline-start: 6px;
143
- margin-inline-end: -6px;
138
+ margin-inline-end: -8.4px;
144
139
  }
145
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end {
140
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
146
141
  margin-inline-end: -12px;
147
142
  }
148
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end + .v-chip__close {
143
+
144
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
145
+ margin-inline-start: 18px;
146
+ }
147
+
148
+ .v-chip.v-chip--size-default .v-icon--start,
149
+ .v-chip.v-chip--size-default .v-chip__filter {
150
+ margin-inline-start: -6px;
151
+ margin-inline-end: 6px;
152
+ }
153
+ .v-chip.v-chip--size-default .v-icon--end,
154
+ .v-chip.v-chip--size-default .v-chip__close {
155
+ margin-inline-start: 6px;
156
+ margin-inline-end: -6px;
157
+ }
158
+ .v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
159
+ .v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
160
+ .v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
149
161
  margin-inline-start: 12px;
150
162
  }
151
163
 
@@ -162,35 +174,39 @@
162
174
  --v-avatar-height: 38px;
163
175
  }
164
176
 
165
- .v-chip.v-chip--size-large .v-chip__filter,
166
- .v-chip.v-chip--size-large .v-chip__prepend,
167
- .v-chip.v-chip--size-large > .v-avatar--start,
168
- .v-chip.v-chip--size-large > .v-icon--start {
169
- margin-inline-end: 7px;
170
- }
171
- .v-chip.v-chip--size-large .v-chip__filter,
172
- .v-chip.v-chip--size-large .v-chip__prepend,
173
- .v-chip.v-chip--size-large .v-icon--start {
174
- margin-inline-start: -7px;
175
- }
176
177
  .v-chip.v-chip--size-large .v-avatar--start {
177
178
  margin-inline-start: -9.8px;
179
+ margin-inline-end: 7px;
178
180
  }
179
181
  .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
180
182
  margin-inline-start: -14px;
181
183
  }
182
184
 
183
- .v-chip.v-chip--size-large .v-chip__append,
184
- .v-chip.v-chip--size-large .v-chip__close,
185
- .v-chip.v-chip--size-large > .v-avatar--end,
186
- .v-chip.v-chip--size-large > .v-icon--end {
185
+ .v-chip.v-chip--size-large .v-avatar--end {
187
186
  margin-inline-start: 7px;
188
- margin-inline-end: -7px;
187
+ margin-inline-end: -9.8px;
189
188
  }
190
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end {
189
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
191
190
  margin-inline-end: -14px;
192
191
  }
193
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end + .v-chip__close {
192
+
193
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
194
+ margin-inline-start: 21px;
195
+ }
196
+
197
+ .v-chip.v-chip--size-large .v-icon--start,
198
+ .v-chip.v-chip--size-large .v-chip__filter {
199
+ margin-inline-start: -7px;
200
+ margin-inline-end: 7px;
201
+ }
202
+ .v-chip.v-chip--size-large .v-icon--end,
203
+ .v-chip.v-chip--size-large .v-chip__close {
204
+ margin-inline-start: 7px;
205
+ margin-inline-end: -7px;
206
+ }
207
+ .v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
208
+ .v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
209
+ .v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
194
210
  margin-inline-start: 14px;
195
211
  }
196
212
 
@@ -207,35 +223,39 @@
207
223
  --v-avatar-height: 44px;
208
224
  }
209
225
 
210
- .v-chip.v-chip--size-x-large .v-chip__filter,
211
- .v-chip.v-chip--size-x-large .v-chip__prepend,
212
- .v-chip.v-chip--size-x-large > .v-avatar--start,
213
- .v-chip.v-chip--size-x-large > .v-icon--start {
214
- margin-inline-end: 8.5px;
215
- }
216
- .v-chip.v-chip--size-x-large .v-chip__filter,
217
- .v-chip.v-chip--size-x-large .v-chip__prepend,
218
- .v-chip.v-chip--size-x-large .v-icon--start {
219
- margin-inline-start: -8.5px;
220
- }
221
226
  .v-chip.v-chip--size-x-large .v-avatar--start {
222
227
  margin-inline-start: -11.9px;
228
+ margin-inline-end: 8.5px;
223
229
  }
224
230
  .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
225
231
  margin-inline-start: -17px;
226
232
  }
227
233
 
228
- .v-chip.v-chip--size-x-large .v-chip__append,
229
- .v-chip.v-chip--size-x-large .v-chip__close,
230
- .v-chip.v-chip--size-x-large > .v-avatar--end,
231
- .v-chip.v-chip--size-x-large > .v-icon--end {
234
+ .v-chip.v-chip--size-x-large .v-avatar--end {
232
235
  margin-inline-start: 8.5px;
233
- margin-inline-end: -8.5px;
236
+ margin-inline-end: -11.9px;
234
237
  }
235
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end {
238
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
236
239
  margin-inline-end: -17px;
237
240
  }
238
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close {
241
+
242
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
243
+ margin-inline-start: 25.5px;
244
+ }
245
+
246
+ .v-chip.v-chip--size-x-large .v-icon--start,
247
+ .v-chip.v-chip--size-x-large .v-chip__filter {
248
+ margin-inline-start: -8.5px;
249
+ margin-inline-end: 8.5px;
250
+ }
251
+ .v-chip.v-chip--size-x-large .v-icon--end,
252
+ .v-chip.v-chip--size-x-large .v-chip__close {
253
+ margin-inline-start: 8.5px;
254
+ margin-inline-end: -8.5px;
255
+ }
256
+ .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
257
+ .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
258
+ .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
239
259
  margin-inline-start: 17px;
240
260
  }
241
261
 
@@ -11,6 +11,9 @@
11
11
  .v-data-table__tr--focus {
12
12
  border: 1px dotted black;
13
13
  }
14
+ .v-data-table__tr--clickable {
15
+ cursor: pointer;
16
+ }
14
17
 
15
18
  .v-data-table .v-table__wrapper > table > thead > tr > td,
16
19
  .v-data-table .v-table__wrapper > table > thead > tr th,
@@ -4,6 +4,8 @@
4
4
  flex: 1 1 auto;
5
5
  padding: 8px 16px;
6
6
  position: relative;
7
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
8
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
7
9
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
8
10
  border-style: solid;
9
11
  border-width: 0;