@budibase/bbui 2.6.19-alpha.31 → 2.6.19-alpha.34

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.31",
4
+ "version": "2.6.19-alpha.34",
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.31",
42
- "@budibase/string-templates": "2.6.19-alpha.31",
41
+ "@budibase/shared-core": "2.6.19-alpha.34",
42
+ "@budibase/string-templates": "2.6.19-alpha.34",
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": "46abe5917ecc3ed921f10dfd9aff09f1970f80c3"
107
+ "gitHead": "4f0603ba8ea979e75596426fcc3e2f75c0d0a4a6"
108
108
  }
@@ -165,7 +165,7 @@
165
165
  {/if}
166
166
  {#if !disabled}
167
167
  <div class="delete-button" on:click={removeFile}>
168
- <Icon name="Close" />
168
+ <Icon name="Delete" />
169
169
  </div>
170
170
  {/if}
171
171
  </div>
@@ -209,7 +209,7 @@
209
209
  {/if}
210
210
  {#if !disabled}
211
211
  <div class="delete-button" on:click={removeFile}>
212
- <Icon name="Close" />
212
+ <Icon name="Delete" />
213
213
  </div>
214
214
  {/if}
215
215
  </div>