@omnia/runtime 8.0.459-dev → 8.0.460-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.
@@ -1806,12 +1806,6 @@ html[data-omfx] pre {
1806
1806
  .o-btng-n-bg button {
1807
1807
  background: var(--background, revert) !important;
1808
1808
  }
1809
- .o-panel-n>div.o-panel-alignment,
1810
- .o-panel-n>div {
1811
- padding-left: 0 !important;
1812
- padding-right: 0 !important;
1813
-
1814
- }
1815
1809
 
1816
1810
  .o-liin-nmh .v-list-item__content {
1817
1811
  max-height: none!important;
@@ -2213,38 +2207,57 @@ html[data-omfx] pre {
2213
2207
  }
2214
2208
  }
2215
2209
  .o-sp-w {
2210
+ .splitpanes, .splitpanes__pane
2216
2211
 
2217
- .splitpanes,
2218
- .splitpanes__pane {
2219
- background-color: var(--backgroundColor, revert)
2220
- }
2212
+ {
2213
+ background-color: var(--backgroundColor, revert);
2214
+ transition: none;
2215
+ }
2221
2216
 
2222
- .splitpanes__splitter {
2223
- min-width: 4px !important;
2224
- min-height: 4px !important;
2225
- position: relative;
2226
- cursor: e-resize;
2227
- background-color: var(--splitterColor, revert);
2228
- transition: min-width 0.1s;
2229
-
2230
- &::before {
2231
- content: "";
2232
- position: absolute;
2233
- z-index: 999;
2234
- top: var(--top, revert);
2235
- bottom: var(--bottom, revert);
2236
- left: var(--left, revert);
2237
- right: var(--right, revert);
2238
- width: var(--width, revert);
2239
- height: var(--height, revert);
2240
- }
2217
+ .splitpanes--horizontal,
2218
+ .splitpanes--vertical {
2219
+ will-change: auto;
2220
+ }
2241
2221
 
2242
- &:hover {
2243
- min-width: 10px !important;
2244
- min-height: 10px !important;
2245
- }
2246
- }
2222
+ .splitpanes__splitter {
2223
+ min-width: 4px !important;
2224
+ min-height: 4px !important;
2225
+ position: relative;
2226
+ cursor: e-resize !important;
2227
+ background-color: transparent;
2228
+ opacity: 0;
2229
+ height: 100vh;
2230
+ left: 0;
2231
+ right: 0;
2232
+ top: 0;
2233
+ bottom: 0;
2234
+ user-select: none;
2235
+ touch-action: none;
2236
+ width: 4px;
2237
+ transition: none;
2238
+ &::before
2239
+
2240
+ {
2241
+ content: "";
2242
+ position: absolute;
2243
+ z-index: 999;
2244
+ top: var(--top, revert);
2245
+ bottom: var(--bottom, revert);
2246
+ left: var(--left, revert);
2247
+ right: var(--right, revert);
2248
+ width: var(--width, revert);
2249
+ height: var(--height, revert);
2250
+ }
2251
+
2252
+ &:hover {
2253
+ background-color: var(--splitterColor, revert);
2254
+ opacity: 1;
2255
+ width: 4px
2247
2256
  }
2257
+
2258
+ }
2259
+ }
2260
+
2248
2261
  .o-sl-fullsize-wrapper {
2249
2262
  & .v-skeleton-loader__image {
2250
2263
  height: 100%;
@@ -1 +1 @@
1
- {"target":8,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","resource":[{"manifestType":"resource","resourceId":"1ca62642-45d8-47fd-b6d8-818463a8b348","resourceName":"omnia.fx.docs.api","version":{"js":"c81eb236be52574b6c2f4696d33a3237"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"api":["fx.docs.registrations"]},{"manifestType":"resource","resourceId":"4b44029a-a988-4175-b503-be151c5ccc6e","resourceName":"omnia.fx.docs.components.registraions","version":{"js":"270d169f7612a60050a29bfe176dcc5a"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"extendApi":["fx.docs.registrations"]}]}
1
+ {"target":8,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","resource":[{"manifestType":"resource","resourceId":"1ca62642-45d8-47fd-b6d8-818463a8b348","resourceName":"omnia.fx.docs.api","version":{"js":"c81eb236be52574b6c2f4696d33a3237"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"api":["fx.docs.registrations"]},{"manifestType":"resource","resourceId":"4b44029a-a988-4175-b503-be151c5ccc6e","resourceName":"omnia.fx.docs.components.registraions","version":{"js":"cd4171a199dc6062920ae69a894acbce"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"extendApi":["fx.docs.registrations"]}]}