@arcgis/core 4.34.0-next.102 → 4.34.0-next.104

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.
Files changed (35) hide show
  1. package/analysis/VolumeMeasurement/volumeMeasurementConfiguration.js +1 -1
  2. package/assets/esri/core/workers/RemoteClient.js +1 -1
  3. package/assets/esri/core/workers/chunks/087973e7c4fea5fcfa5e.js +1 -0
  4. package/assets/esri/core/workers/chunks/374831c7e3d88bc473b8.js +1 -0
  5. package/assets/esri/core/workers/chunks/9afdc3ac5cf99cf431e4.js +1 -0
  6. package/assets/esri/themes/base/widgets/_UtilityNetworkTrace.scss +14 -4
  7. package/assets/esri/themes/dark/main.css +1 -1
  8. package/assets/esri/themes/light/main.css +1 -1
  9. package/assets/esri/themes/light/view.css +1 -1
  10. package/config.js +1 -1
  11. package/editing/sharedTemplates/executor/support/createFeatureServiceEdit.js +1 -1
  12. package/interfaces.d.ts +18 -2
  13. package/kernel.js +1 -1
  14. package/layers/support/fieldUtils.js +1 -1
  15. package/package.json +3 -3
  16. package/support/revision.js +1 -1
  17. package/symbols/cim/effects/EffectTaperedPolygon.js +1 -1
  18. package/undoredo/support/Services.js +1 -1
  19. package/views/3d/analysis/VolumeMeasurement/VolumeMeasurementCutFillVisualization.js +1 -1
  20. package/views/3d/layers/FlowSubView3D.js +1 -1
  21. package/views/3d/layers/graphics/Graphics3DFeatureStore.js +1 -1
  22. package/views/3d/layers/i3s/I3SOverrides.js +1 -1
  23. package/views/3d/layers/support/ImageHighlightHelper3D.js +1 -1
  24. package/views/3d/support/flow/FlowSubViewExtent3D.js +1 -1
  25. package/views/3d/support/flow/StreamlineResources3DOverlay.js +1 -1
  26. package/views/3d/support/flow/StreamlineResources3DShape.js +1 -1
  27. package/views/3d/terrain/OverlayRenderer.js +1 -1
  28. package/views/analysis/ElevationProfile/constants.js +1 -1
  29. package/widgets/Attachments/AttachmentsViewModel.js +1 -1
  30. package/widgets/FeatureTable/Grid/GridViewModel.js +1 -1
  31. package/widgets/Search/LayerSearchSource.js +1 -1
  32. package/widgets/UtilityNetworkTrace.js +1 -1
  33. package/assets/esri/core/workers/chunks/0366b78b0ccf4ed5f6ac.js +0 -1
  34. package/assets/esri/core/workers/chunks/59e916249db1355bb139.js +0 -1
  35. package/assets/esri/core/workers/chunks/ca4f41c5c6dda7c1b88d.js +0 -1
@@ -16,10 +16,6 @@
16
16
  }
17
17
  }
18
18
 
19
- calcite-block {
20
- margin-bottom: 0;
21
- }
22
-
23
19
  &.esri-component.esri-widget--panel {
24
20
  min-height: $panel-min-height--medium;
25
21
  }
@@ -32,6 +28,7 @@
32
28
 
33
29
  &__block {
34
30
  &-container {
31
+ margin-top: 0;
35
32
  height: 95%;
36
33
  }
37
34
 
@@ -43,6 +40,15 @@
43
40
  }
44
41
  }
45
42
 
43
+ &__clear-results-block {
44
+ position: absolute;
45
+ bottom: 0;
46
+ left: 0;
47
+ margin: 0;
48
+ border-top: solid 3px $border-color--subtle;
49
+ background-color: #f3f3f3;
50
+ }
51
+
46
52
  &__divider {
47
53
  flex: 0 0 auto;
48
54
  margin: 0 0 $cap-spacing 0;
@@ -104,6 +110,10 @@
104
110
  &__results-container {
105
111
  height: 100%;
106
112
  }
113
+
114
+ &__tabs {
115
+ position: relative;
116
+ }
107
117
  }
108
118
  }
109
119