@budibase/bbui 2.29.3 → 2.29.7

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/bbui",
3
3
  "description": "A UI solution used in the different Budibase projects.",
4
- "version": "2.29.3",
4
+ "version": "2.29.7",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.js",
7
7
  "module": "dist/bbui.es.js",
@@ -35,8 +35,8 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@adobe/spectrum-css-workflow-icons": "1.2.1",
38
- "@budibase/shared-core": "2.29.3",
39
- "@budibase/string-templates": "2.29.3",
38
+ "@budibase/shared-core": "2.29.7",
39
+ "@budibase/string-templates": "2.29.7",
40
40
  "@spectrum-css/accordion": "3.0.24",
41
41
  "@spectrum-css/actionbutton": "1.0.1",
42
42
  "@spectrum-css/actiongroup": "1.0.1",
@@ -103,5 +103,5 @@
103
103
  }
104
104
  }
105
105
  },
106
- "gitHead": "c2cc9ed214200effd8e97b69a01a3ab0fe811cc3"
106
+ "gitHead": "29579f5ba2e95a7ba4d222409c94a976df1c9539"
107
107
  }
@@ -223,7 +223,7 @@
223
223
  height: 420px;
224
224
  background: var(--background);
225
225
  border: var(--border-light);
226
- z-index: 100;
226
+ z-index: 1000;
227
227
  border-radius: 8px;
228
228
  overflow: hidden;
229
229
  box-sizing: border-box;