@budibase/bbui 2.32.7 → 2.32.8

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.32.7",
4
+ "version": "2.32.8",
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.32.7",
39
- "@budibase/string-templates": "2.32.7",
38
+ "@budibase/shared-core": "2.32.8",
39
+ "@budibase/string-templates": "2.32.8",
40
40
  "@spectrum-css/accordion": "3.0.24",
41
41
  "@spectrum-css/actionbutton": "1.0.1",
42
42
  "@spectrum-css/actiongroup": "1.0.1",
@@ -104,5 +104,5 @@
104
104
  }
105
105
  }
106
106
  },
107
- "gitHead": "e6527e73ac8a4f06197d66a7424b6e5efc17931b"
107
+ "gitHead": "2fb4f8e8807ae0d134a6aa1037f303f2f8de5493"
108
108
  }
@@ -396,6 +396,11 @@
396
396
  padding: 6px 10px;
397
397
  margin-bottom: 8px;
398
398
  }
399
+
400
+ .compact .placeholder {
401
+ height: fit-content;
402
+ }
403
+
399
404
  .title {
400
405
  display: flex;
401
406
  flex-direction: row;