@budibase/bbui 3.18.2 → 3.18.3

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": "3.18.2",
4
+ "version": "3.18.3",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.ts",
7
7
  "module": "dist/bbui.mjs",
@@ -106,5 +106,5 @@
106
106
  }
107
107
  }
108
108
  },
109
- "gitHead": "43d59f5579dd910575d8aebefb40fae25570c05d"
109
+ "gitHead": "572306dc0decede5567d7b3644f0afa890797638"
110
110
  }
@@ -152,7 +152,7 @@
152
152
  </span>
153
153
  {:else}
154
154
  <span class="option-extra icon field-icon">
155
- <img src={fieldIcon} alt="icon" style="height: 15px; width: auto;" />
155
+ <img class="icon-dims" src={fieldIcon} alt="icon" />
156
156
  </span>
157
157
  {/if}
158
158
  {/if}
@@ -235,9 +235,9 @@
235
235
  <span class="option-extra icon">
236
236
  {#if useOptionIconImage}
237
237
  <img
238
+ class="icon-dims"
238
239
  src={getOptionIcon(option, idx)}
239
240
  alt="icon"
240
- style="height: 15px; width: auto;"
241
241
  />
242
242
  {:else}
243
243
  <Icon
@@ -301,6 +301,10 @@
301
301
  </Popover>
302
302
 
303
303
  <style>
304
+ .icon-dims {
305
+ height: 15px;
306
+ width: auto;
307
+ }
304
308
  .spectrum-Picker {
305
309
  width: 100%;
306
310
  box-shadow: none;