@budibase/bbui 1.1.32-alpha.3 → 1.1.32-alpha.6

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": "1.1.32-alpha.3",
4
+ "version": "1.1.32-alpha.6",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.js",
7
7
  "module": "dist/bbui.es.js",
@@ -38,7 +38,7 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@adobe/spectrum-css-workflow-icons": "^1.2.1",
41
- "@budibase/string-templates": "1.1.32-alpha.3",
41
+ "@budibase/string-templates": "1.1.32-alpha.6",
42
42
  "@spectrum-css/actionbutton": "^1.0.1",
43
43
  "@spectrum-css/actiongroup": "^1.0.1",
44
44
  "@spectrum-css/avatar": "^3.0.2",
@@ -85,5 +85,5 @@
85
85
  "svelte-flatpickr": "^3.2.3",
86
86
  "svelte-portal": "^1.0.0"
87
87
  },
88
- "gitHead": "1b7322e51adc38e71f59caa2daf057304df07771"
88
+ "gitHead": "1e5ddf4e78f604e0d82b5e42e2adbba5a4bfa901"
89
89
  }
@@ -233,7 +233,10 @@
233
233
  </div>
234
234
  {:else if getPrimaryOptionColour(option, idx)}
235
235
  <span class="option-left">
236
- <StatusLight color={getPrimaryOptionColour(option, idx)} />
236
+ <StatusLight
237
+ square
238
+ color={getPrimaryOptionColour(option, idx)}
239
+ />
237
240
  </span>
238
241
  {/if}
239
242
  <span class="spectrum-Menu-itemLabel">
@@ -253,6 +256,7 @@
253
256
  {#if getPrimaryOptionIcon(option, idx) && getPrimaryOptionColour(option, idx)}
254
257
  <span class="option-right">
255
258
  <StatusLight
259
+ square
256
260
  color={getPrimaryOptionColour(option, idx)}
257
261
  />
258
262
  </span>
@@ -281,7 +285,7 @@
281
285
  </span>
282
286
  {:else if secondaryFieldColour}
283
287
  <span class="option-left">
284
- <StatusLight color={secondaryFieldColour} />
288
+ <StatusLight square color={secondaryFieldColour} />
285
289
  </span>
286
290
  {/if}
287
291
 
@@ -319,6 +323,7 @@
319
323
  {#if getSecondaryOptionColour(option, idx)}
320
324
  <span class="option-left">
321
325
  <StatusLight
326
+ square
322
327
  color={getSecondaryOptionColour(option, idx)}
323
328
  />
324
329
  </span>
@@ -351,6 +356,13 @@
351
356
  min-width: 0;
352
357
  width: 100%;
353
358
  }
359
+ .spectrum-InputGroup :global(.spectrum-Search-input) {
360
+ border: none;
361
+ border-bottom: 1px solid var(--spectrum-global-color-gray-300);
362
+ border-bottom-left-radius: 0;
363
+ border-bottom-right-radius: 0;
364
+ }
365
+
354
366
  .override-borders {
355
367
  border-top-left-radius: 0px;
356
368
  border-bottom-left-radius: 0px;