@geode/opengeodeweb-front 10.29.0-rc.7 → 10.29.0-rc.9

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.
@@ -79,6 +79,7 @@ watch(filteredPresets, drawAllCanvases);
79
79
  <GlassCard width="320" variant="panel" padding="pa-3" rounded="lg" class="overflow-hidden">
80
80
  <v-overlay
81
81
  v-model="loading"
82
+ data-testid="colorMapListLoading"
82
83
  contained
83
84
  persistent
84
85
  class="align-center justify-center"
@@ -87,9 +88,9 @@ watch(filteredPresets, drawAllCanvases);
87
88
  >
88
89
  <v-progress-circular indeterminate color="primary" />
89
90
  </v-overlay>
90
-
91
91
  <v-text-field
92
92
  v-model="filterText"
93
+ data-testid="colorMapListFilter"
93
94
  placeholder="Search presets..."
94
95
  density="compact"
95
96
  hide-details
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-front",
3
- "version": "10.29.0-rc.7",
3
+ "version": "10.29.0-rc.9",
4
4
  "description": "OpenSource Vue/Nuxt/Pinia/Vuetify framework for web applications",
5
5
  "homepage": "https://github.com/Geode-solutions/OpenGeodeWeb-Front",
6
6
  "bugs": {
@@ -39,7 +39,7 @@ function sanitizeLabelValue(label) {
39
39
  function requestConfig(parent, image, email, projectName) {
40
40
  const resources = {
41
41
  limits: {
42
- cpu: "3000m",
42
+ cpu: "2000m",
43
43
  memory: "3Gi",
44
44
  },
45
45
  };