@budibase/bbui 2.1.43-alpha.11 → 2.1.43-alpha.13

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.1.43-alpha.11",
4
+ "version": "2.1.43-alpha.13",
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": "2.1.43-alpha.11",
41
+ "@budibase/string-templates": "2.1.43-alpha.13",
42
42
  "@spectrum-css/actionbutton": "^1.0.1",
43
43
  "@spectrum-css/actiongroup": "^1.0.1",
44
44
  "@spectrum-css/avatar": "^3.0.2",
@@ -88,5 +88,5 @@
88
88
  "resolutions": {
89
89
  "loader-utils": "1.4.1"
90
90
  },
91
- "gitHead": "5e37b2273c6debb01054cca004421d99e2ae64ad"
91
+ "gitHead": "0e33c2a66ef7b1d3385d631edfc26eb1acbe30ab"
92
92
  }
@@ -205,7 +205,10 @@
205
205
  width: 100%;
206
206
  }
207
207
  .spectrum-Popover.auto-width :global(.spectrum-Menu-itemLabel) {
208
+ max-width: 400px;
208
209
  white-space: nowrap;
210
+ overflow: hidden;
211
+ text-overflow: ellipsis;
209
212
  }
210
213
  .spectrum-Picker {
211
214
  width: 100%;