@budibase/bbui 2.17.8 → 2.18.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/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.18.0",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"svelte": "src/index.js",
|
|
7
7
|
"module": "dist/bbui.es.js",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@adobe/spectrum-css-workflow-icons": "1.2.1",
|
|
39
|
-
"@budibase/shared-core": "2.
|
|
40
|
-
"@budibase/string-templates": "2.
|
|
39
|
+
"@budibase/shared-core": "2.18.0",
|
|
40
|
+
"@budibase/string-templates": "2.18.0",
|
|
41
41
|
"@spectrum-css/accordion": "3.0.24",
|
|
42
42
|
"@spectrum-css/actionbutton": "1.0.1",
|
|
43
43
|
"@spectrum-css/actiongroup": "1.0.1",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "0ec725ca4b2e8121fc1eb94b3325ba49fc7c4ecc"
|
|
108
108
|
}
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
{#if environmentVariablesEnabled}
|
|
185
185
|
<div on:click={() => showModal()} class="add-variable">
|
|
186
186
|
<svg
|
|
187
|
-
class="spectrum-Icon spectrum-Icon--sizeS
|
|
187
|
+
class="spectrum-Icon spectrum-Icon--sizeS"
|
|
188
188
|
focusable="false"
|
|
189
189
|
aria-hidden="true"
|
|
190
190
|
>
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
{:else}
|
|
196
196
|
<div on:click={() => handleUpgradePanel()} class="add-variable">
|
|
197
197
|
<svg
|
|
198
|
-
class="spectrum-Icon spectrum-Icon--sizeS
|
|
198
|
+
class="spectrum-Icon spectrum-Icon--sizeS"
|
|
199
199
|
focusable="false"
|
|
200
200
|
aria-hidden="true"
|
|
201
201
|
>
|