@omnia/runtime 8.0.220-dev → 8.0.221-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.
@@ -656,10 +656,10 @@
656
656
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
657
657
  }
658
658
 
659
- .v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
659
+ .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
660
660
  opacity: 0;
661
661
  }
662
- .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
662
+ .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
663
663
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
664
664
  }
665
665
 
@@ -6826,6 +6826,22 @@ html.overflow-y-hidden {
6826
6826
  flex: 0 0 100% !important;
6827
6827
  }
6828
6828
 
6829
+ .flex-1-1-0 {
6830
+ flex: 1 1 0 !important;
6831
+ }
6832
+
6833
+ .flex-1-0-0 {
6834
+ flex: 1 0 0 !important;
6835
+ }
6836
+
6837
+ .flex-0-1-0 {
6838
+ flex: 0 1 0 !important;
6839
+ }
6840
+
6841
+ .flex-0-0-0 {
6842
+ flex: 0 0 0 !important;
6843
+ }
6844
+
6829
6845
  .flex-row {
6830
6846
  flex-direction: row !important;
6831
6847
  }
@@ -10506,6 +10522,18 @@ html.overflow-y-hidden {
10506
10522
  .flex-sm-0-0-100 {
10507
10523
  flex: 0 0 100% !important;
10508
10524
  }
10525
+ .flex-sm-1-1-0 {
10526
+ flex: 1 1 0 !important;
10527
+ }
10528
+ .flex-sm-1-0-0 {
10529
+ flex: 1 0 0 !important;
10530
+ }
10531
+ .flex-sm-0-1-0 {
10532
+ flex: 0 1 0 !important;
10533
+ }
10534
+ .flex-sm-0-0-0 {
10535
+ flex: 0 0 0 !important;
10536
+ }
10509
10537
  .flex-sm-row {
10510
10538
  flex-direction: row !important;
10511
10539
  }
@@ -12541,6 +12569,18 @@ html.overflow-y-hidden {
12541
12569
  .flex-md-0-0-100 {
12542
12570
  flex: 0 0 100% !important;
12543
12571
  }
12572
+ .flex-md-1-1-0 {
12573
+ flex: 1 1 0 !important;
12574
+ }
12575
+ .flex-md-1-0-0 {
12576
+ flex: 1 0 0 !important;
12577
+ }
12578
+ .flex-md-0-1-0 {
12579
+ flex: 0 1 0 !important;
12580
+ }
12581
+ .flex-md-0-0-0 {
12582
+ flex: 0 0 0 !important;
12583
+ }
12544
12584
  .flex-md-row {
12545
12585
  flex-direction: row !important;
12546
12586
  }
@@ -14576,6 +14616,18 @@ html.overflow-y-hidden {
14576
14616
  .flex-lg-0-0-100 {
14577
14617
  flex: 0 0 100% !important;
14578
14618
  }
14619
+ .flex-lg-1-1-0 {
14620
+ flex: 1 1 0 !important;
14621
+ }
14622
+ .flex-lg-1-0-0 {
14623
+ flex: 1 0 0 !important;
14624
+ }
14625
+ .flex-lg-0-1-0 {
14626
+ flex: 0 1 0 !important;
14627
+ }
14628
+ .flex-lg-0-0-0 {
14629
+ flex: 0 0 0 !important;
14630
+ }
14579
14631
  .flex-lg-row {
14580
14632
  flex-direction: row !important;
14581
14633
  }
@@ -16611,6 +16663,18 @@ html.overflow-y-hidden {
16611
16663
  .flex-xl-0-0-100 {
16612
16664
  flex: 0 0 100% !important;
16613
16665
  }
16666
+ .flex-xl-1-1-0 {
16667
+ flex: 1 1 0 !important;
16668
+ }
16669
+ .flex-xl-1-0-0 {
16670
+ flex: 1 0 0 !important;
16671
+ }
16672
+ .flex-xl-0-1-0 {
16673
+ flex: 0 1 0 !important;
16674
+ }
16675
+ .flex-xl-0-0-0 {
16676
+ flex: 0 0 0 !important;
16677
+ }
16614
16678
  .flex-xl-row {
16615
16679
  flex-direction: row !important;
16616
16680
  }
@@ -18646,6 +18710,18 @@ html.overflow-y-hidden {
18646
18710
  .flex-xxl-0-0-100 {
18647
18711
  flex: 0 0 100% !important;
18648
18712
  }
18713
+ .flex-xxl-1-1-0 {
18714
+ flex: 1 1 0 !important;
18715
+ }
18716
+ .flex-xxl-1-0-0 {
18717
+ flex: 1 0 0 !important;
18718
+ }
18719
+ .flex-xxl-0-1-0 {
18720
+ flex: 0 1 0 !important;
18721
+ }
18722
+ .flex-xxl-0-0-0 {
18723
+ flex: 0 0 0 !important;
18724
+ }
18649
18725
  .flex-xxl-row {
18650
18726
  flex-direction: row !important;
18651
18727
  }
@@ -5,7 +5,7 @@
5
5
  margin-inline-end: calc(8px + var(--v-scrollbar-offset));
6
6
  padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
7
7
  }
8
- .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
8
+ .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
9
9
  align-items: flex-end;
10
10
  }
11
11
  .v-snackbar__wrapper {
@@ -113,6 +113,9 @@
113
113
  font-size: 0.75rem;
114
114
  margin-inline-end: 8px;
115
115
  }
116
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
117
+ margin-inline-end: 0;
118
+ }
116
119
  .v-stepper-item__avatar.v-avatar .v-icon {
117
120
  font-size: 0.875rem;
118
121
  }
@@ -1,4 +1,8 @@
1
1
  .ozp4kpb{background:var(--background,revert)}
2
+ .oik3mn3{border:var(--border,revert)}
3
+ .o1kvxyos{margin:var(--margin,revert)}
4
+ .o19ea983{padding:var(--padding,revert)}
5
+ .op5j0yd:hover{background:var(--umghl,revert)}
2
6
  .o19jiyzx:not(#\#){border-bottom:var(--borderBottom,revert)}
3
7
  .o1owwbs0:not(#\#){border-left:var(--borderLeft,revert)}
4
8
  .o1psujx9:not(#\#){border-radius:var(--borderRadius,revert)}
@@ -43,7 +47,7 @@
43
47
  .otgbcpc:not(#\#):not(#\#){white-space:var(--whiteSpace,revert)}
44
48
  .ocl18dw:not(#\#):not(#\#){word-break:var(--wordBreak,revert)}
45
49
  .ojxbwdb:not(#\#):not(#\#){z-index:var(--zIndex,revert)}
46
- .o1277o0a:hover:not(#\#):not(#\#){cursor:pointer}
50
+ .os599ch:hover:not(#\#):not(#\#){cursor:var(--s7d2wp,revert)}
47
51
  .oy0h9ws:not(#\#):not(#\#):not(#\#){border-bottom-left-radius:var(--borderBottomLeftRadius,revert)}
48
52
  .oirl74b:not(#\#):not(#\#):not(#\#){border-bottom-right-radius:var(--borderBottomRightRadius,revert)}
49
53
  .okudhk1:not(#\#):not(#\#):not(#\#){border-top-left-radius:var(--borderTopLeftRadius,revert)}
@@ -53,6 +57,7 @@
53
57
  .owmvlbq:not(#\#):not(#\#):not(#\#){margin-left:var(--marginLeft,revert)}
54
58
  .oy982vn:not(#\#):not(#\#):not(#\#){margin-right:var(--marginRight,revert)}
55
59
  .o1v67u4u:not(#\#):not(#\#):not(#\#){margin-top:var(--marginTop,revert)}
60
+ .oqvb90d:not(#\#):not(#\#):not(#\#){max-height:var(--maxHeight,revert)}
56
61
  .osvhuol:not(#\#):not(#\#):not(#\#){max-width:var(--maxWidth,revert)}
57
62
  .o1gu4hsp:not(#\#):not(#\#):not(#\#){min-height:var(--minHeight,revert)}
58
63
  .o13to73x:not(#\#):not(#\#):not(#\#){min-width:var(--minWidth,revert)}
@@ -62,10 +67,36 @@
62
67
  .obobb8a:not(#\#):not(#\#):not(#\#){padding-top:var(--paddingTop,revert)}
63
68
  .orzbxsz:not(#\#):not(#\#):not(#\#){top:var(--top,revert)}
64
69
  .o17fnjtu:not(#\#):not(#\#):not(#\#){width:var(--width,revert)}
65
- .o-ip-w {
70
+ .o-ip-overflow {
71
+ overflow: var(--overflow, revert) !important
72
+ }
73
+
74
+ .o-ip-width {
66
75
  width: var(--width, revert) !important
67
76
  }
68
77
 
78
+ .o-ip-height {
79
+ height: var(--height, revert) !important
80
+ }
81
+
82
+ .o-ip-height-max {
83
+ max-height: var(--maxHeight, revert) !important
84
+ }
85
+
86
+ .o-ip-margin {
87
+ margin: var(--margin, revert) !important
88
+ }
89
+
90
+ .o-ip-padding {
91
+ padding: var(--padding, revert) !important
92
+ }
93
+
94
+ /* .o-ip-border {
95
+ border: var(--border, revert) !important
96
+ } */
97
+
98
+
99
+
69
100
  .o-ip-bg {
70
101
  background: var(--background, revert) !important;
71
102
  }
@@ -78,6 +109,34 @@
78
109
  margin-left: var(--marginLeft, revert) !important;
79
110
  }
80
111
 
112
+ .o-ip-m-b {
113
+ margin-bottom: var(--marginBottom, revert) !important;
114
+ }
115
+
116
+ .o-ip-m-r {
117
+ margin-right: var(--marginRight, revert) !important;
118
+ }
119
+
120
+ .o-ip-m-t {
121
+ margin-top: var(--marginTop, revert) !important;
122
+ }
123
+
124
+ .o-ip-p-l {
125
+ padding-left: var(--paddingLeft, revert) !important;
126
+ }
127
+
128
+ .o-ip-p-b {
129
+ padding-bottom: var(--paddingBottom, revert) !important;
130
+ }
131
+
132
+ .o-ip-p-r {
133
+ padding-right: var(--paddingRight, revert) !important;
134
+ }
135
+
136
+ .o-ip-p-t {
137
+ padding-top: var(--paddingTop, revert) !important;
138
+ }
139
+
81
140
  .o-ip-btlr {
82
141
  border-top-left-radius: var(--borderTopLeftRadius, revert) !important
83
142
  }
@@ -94,9 +153,6 @@
94
153
  border-bottom-left-radius: var(--borderBottomLeftRadius, revert) !important
95
154
  }
96
155
 
97
- .os-imp-height {
98
- height: var(--height, revert) !important
99
- }
100
156
 
101
157
  .o-ip-bg-clip,
102
158
  .o-ip-bg.o-ip-bg-clip {
@@ -122,6 +178,132 @@
122
178
  .o-ip-fs {
123
179
  font-size: var(--fontSize, revert) !important;
124
180
  }
181
+
182
+ /* sm size */
183
+ @media screen and (max-width: 420px) {
184
+ .o-media-sm-fs {
185
+ font-size: var(--fontSize, revert);
186
+ }
187
+
188
+ .o-media-sm-fw {
189
+ font-weight: var(--fontWeight, revert);
190
+ }
191
+
192
+ .o-media-sm-lh {
193
+ line-height: var(--lineHeight, revert);
194
+ }
195
+
196
+ .o-ip-media-sm-fs {
197
+ font-size: var(--fontSize, revert) !important;
198
+ }
199
+
200
+ .o-ip-media-sm-fw {
201
+ font-weight: var(--fontWeight, revert) !important;
202
+ }
203
+
204
+ .o-ip-media-sm-lh {
205
+ line-height: var(--lineHeight, revert) !important;
206
+ }
207
+ }
208
+
209
+ /* medium size */
210
+ @media screen and (min-width: 420px) and (max-width: 1200px) {
211
+ .o-media-md-fs {
212
+ font-size: var(--fontSize, revert);
213
+ }
214
+
215
+ .o-media-md-fw {
216
+ font-weight: var(--fontWeight, revert);
217
+ }
218
+
219
+ .o-media-md-lh {
220
+ line-height: var(--lineHeight, revert);
221
+ }
222
+
223
+ .o-ip-media-md-fs {
224
+ font-size: var(--fontSize, revert) !important;
225
+ }
226
+
227
+ .o-ip-media-md-fw {
228
+ font-weight: var(--fontWeight, revert) !important;
229
+ }
230
+
231
+ .o-ip-media-md-lh {
232
+ line-height: var(--lineHeight, revert) !important;
233
+ }
234
+ }
235
+
236
+ /* large size */
237
+ @media screen and (min-width: 1201px) {
238
+ .o-media-lg-fs {
239
+ font-size: var(--fontSize, revert);
240
+ }
241
+
242
+ .o-media-lg-fw {
243
+ font-weight: var(--fontWeight, revert);
244
+ }
245
+
246
+ .o-media-lg-lh {
247
+ line-height: var(--lineHeight, revert);
248
+ }
249
+
250
+ .o-ip-media-lg-fs {
251
+ font-size: var(--fontSize, revert) !important;
252
+ }
253
+
254
+ .o-ip-media-lg-fw {
255
+ font-weight: var(--fontWeight, revert) !important;
256
+ }
257
+
258
+ .o-ip-media-lg-lh {
259
+ line-height: var(--lineHeight, revert) !important;
260
+ }
261
+ }
262
+
263
+ /* sm size */
264
+ @container (max-width: 420px) {
265
+ /* .o-ip-container-sm-fs {
266
+ font-size: var(--fontSize, revert) !important;
267
+ }
268
+
269
+ .o-ip-container-sm-fw {
270
+ font-weight: var(--fontWeight, revert) !important;
271
+ }
272
+
273
+ .o-ip-container-sm-lh {
274
+ line-height: var(--lineHeight, revert) !important;
275
+ } */
276
+ }
277
+
278
+ /* medium size */
279
+ @container (min-width: 420px) and (max-width: 1200px) {
280
+ /* .o-ip-container-md-fs {
281
+ font-size: var(--fontSize, revert) !important;
282
+ }
283
+
284
+ .o-ip-container-md-fw {
285
+ font-weight: var(--fontWeight, revert) !important;
286
+ }
287
+
288
+ .o-ip-container-md-lh {
289
+ line-height: var(--lineHeight, revert) !important;
290
+ } */
291
+ }
292
+
293
+ /* large size */
294
+ @container (min-width: 1201px) {
295
+ /* .o-ip-container-lg-fs {
296
+ font-size: var(--fontSize, revert) !important;
297
+ }
298
+
299
+ .o-ip-container-lg-fw {
300
+ font-weight: var(--fontWeight, revert) !important;
301
+ }
302
+
303
+ .o-ip-container-lg-lh {
304
+ line-height: var(--lineHeight, revert) !important;
305
+ } */
306
+ }
125
307
  /*!
126
308
  use .css file to override vuetify css prevent flickering because that will bundle to omnia.fx.ux_dee030cc-4ab3-4158-bb06-8049f5c67542.css
127
309
  */
@@ -344,7 +526,7 @@ html[data-omfx] pre {
344
526
  z-index: 30;
345
527
  }
346
528
 
347
- @media screen and (max-width: 420px) {
529
+ /* @media screen and (max-width: 420px) {
348
530
  .o-typ-font {
349
531
  font-size: var(--fontSize-s, revert) !important;
350
532
  font-weight: var(--fontWeight-s, revert) !important;
@@ -358,7 +540,7 @@ html[data-omfx] pre {
358
540
  font-weight: var(--fontWeight-m, revert) !important;
359
541
  line-height: var(--lineHeight-m, revert) !important;
360
542
  }
361
- }
543
+ } */
362
544
  /*!
363
545
  * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
364
546
  */
@@ -1453,3 +1635,14 @@ html[data-omfx] pre {
1453
1635
  .o-ab-navicon-container:hover {
1454
1636
  cursor: pointer;
1455
1637
  }
1638
+ .o-avatar-fe::after {
1639
+ content: "";
1640
+ display: block;
1641
+ width: 100%;
1642
+ height: 100%;
1643
+ border-radius: 50%;
1644
+ position: absolute;
1645
+ top: 0;
1646
+ left: 0;
1647
+ box-shadow: inset 10px 24px 40px 0px white, inset -10px -24px 40px 0px white, inset 20px -10px 40px 0px white, inset -20px 10px 40px 0px white;
1648
+ }