@budibase/bbui 2.28.7 → 2.29.0
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/dist/bbui.es.js +2 -2
- package/dist/bbui.es.js.map +1 -1
- package/package.json +4 -4
- package/src/Modal/Modal.svelte +1 -1
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
|
+
"version": "2.29.0",
|
|
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.
|
|
39
|
-
"@budibase/string-templates": "2.
|
|
38
|
+
"@budibase/shared-core": "2.29.0",
|
|
39
|
+
"@budibase/string-templates": "2.29.0",
|
|
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": "
|
|
106
|
+
"gitHead": "f9bbf84a546b77cd3337a486012cc6110c22fec4"
|
|
107
107
|
}
|
package/src/Modal/Modal.svelte
CHANGED
|
@@ -162,6 +162,7 @@
|
|
|
162
162
|
max-height: 100%;
|
|
163
163
|
}
|
|
164
164
|
.modal-inner-wrapper {
|
|
165
|
+
padding: 40px;
|
|
165
166
|
flex: 1 1 auto;
|
|
166
167
|
display: flex;
|
|
167
168
|
flex-direction: row;
|
|
@@ -176,7 +177,6 @@
|
|
|
176
177
|
border: 2px solid var(--spectrum-global-color-gray-200);
|
|
177
178
|
overflow: visible;
|
|
178
179
|
max-height: none;
|
|
179
|
-
margin: 40px 0;
|
|
180
180
|
transform: none;
|
|
181
181
|
--spectrum-dialog-confirm-border-radius: var(
|
|
182
182
|
--spectrum-global-dimension-size-100
|