@budibase/bbui 2.4.27-alpha.10 → 2.4.27-alpha.11

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.4.27-alpha.10",
4
+ "version": "2.4.27-alpha.11",
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.4.27-alpha.10",
42
- "@budibase/string-templates": "2.4.27-alpha.10",
41
+ "@budibase/shared-core": "2.4.27-alpha.11",
42
+ "@budibase/string-templates": "2.4.27-alpha.11",
43
43
  "@spectrum-css/accordion": "3.0.24",
44
44
  "@spectrum-css/actionbutton": "1.0.1",
45
45
  "@spectrum-css/actiongroup": "1.0.1",
@@ -90,5 +90,5 @@
90
90
  "resolutions": {
91
91
  "loader-utils": "1.4.1"
92
92
  },
93
- "gitHead": "ee104a7f4b713a6b4eed4fe559a67e2aa6c05bfc"
93
+ "gitHead": "302eb8fbea8c7b9e70b266bfcbea6712635d02a9"
94
94
  }
@@ -7,7 +7,7 @@
7
7
  export let title
8
8
  export let fillWidth
9
9
  export let left = "314px"
10
- export let width = "calc(100% - 576px)"
10
+ export let width = "calc(100% - 626px)"
11
11
 
12
12
  let visible = false
13
13