@budibase/bbui 2.9.39-alpha.5 → 2.9.39-alpha.7

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.9.39-alpha.5",
4
+ "version": "2.9.39-alpha.7",
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.9.39-alpha.5",
42
- "@budibase/string-templates": "2.9.39-alpha.5",
41
+ "@budibase/shared-core": "2.9.39-alpha.7",
42
+ "@budibase/string-templates": "2.9.39-alpha.7",
43
43
  "@spectrum-css/accordion": "3.0.24",
44
44
  "@spectrum-css/actionbutton": "1.0.1",
45
45
  "@spectrum-css/actiongroup": "1.0.1",
@@ -106,5 +106,5 @@
106
106
  }
107
107
  }
108
108
  },
109
- "gitHead": "e9a8412a4539e0142654624e372bc2d9d14c8876"
109
+ "gitHead": "a68c633de54c59ff0a185d498515bd805225fd38"
110
110
  }
@@ -102,7 +102,7 @@
102
102
  bind:this={button}
103
103
  >
104
104
  {#if fieldIcon}
105
- {#if !useOptionIconImage}x
105
+ {#if !useOptionIconImage}
106
106
  <span class="option-extra icon">
107
107
  <Icon size="S" name={fieldIcon} />
108
108
  </span>