@budibase/bbui 2.6.19-alpha.45 → 2.6.19-alpha.47

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.6.19-alpha.45",
4
+ "version": "2.6.19-alpha.47",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.js",
7
7
  "module": "dist/bbui.es.js",
@@ -38,8 +38,8 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@adobe/spectrum-css-workflow-icons": "1.2.1",
41
- "@budibase/shared-core": "2.6.19-alpha.45",
42
- "@budibase/string-templates": "2.6.19-alpha.45",
41
+ "@budibase/shared-core": "2.6.19-alpha.47",
42
+ "@budibase/string-templates": "2.6.19-alpha.47",
43
43
  "@spectrum-css/accordion": "3.0.24",
44
44
  "@spectrum-css/actionbutton": "1.0.1",
45
45
  "@spectrum-css/actiongroup": "1.0.1",
@@ -104,5 +104,5 @@
104
104
  }
105
105
  }
106
106
  },
107
- "gitHead": "d7f0b4cb4fbca455fd69e53b19bbca22e27aa18c"
107
+ "gitHead": "f4e4d3af85182c8f8a3c2cf472f403f92d8395df"
108
108
  }
@@ -54,6 +54,7 @@
54
54
  <section
55
55
  class:fillWidth
56
56
  class="drawer"
57
+ class:headless
57
58
  transition:slide|local
58
59
  style={`width: ${width}; left: ${left};`}
59
60
  >
@@ -77,6 +78,10 @@
77
78
  {/if}
78
79
 
79
80
  <style>
81
+ .drawer.headless :global(.drawer-contents) {
82
+ height: calc(40vh + 75px);
83
+ }
84
+
80
85
  .buttons {
81
86
  display: flex;
82
87
  gap: var(--spacing-m);