@sveltia/ui 0.25.13 → 0.25.14

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.
@@ -190,6 +190,7 @@
190
190
  class="combobox"
191
191
  {anchor}
192
192
  {position}
193
+ showBackdrop={true}
193
194
  touchOptimized={true}
194
195
  bind:open={isPopupOpen}
195
196
  onOpen={() => {
@@ -296,11 +297,12 @@
296
297
  border-color: var(--sui-error-border-color);
297
298
  }
298
299
  .combobox div[role=combobox] .label {
299
- display: block;
300
+ display: -webkit-box;
301
+ -webkit-box-orient: vertical;
302
+ -webkit-line-clamp: 1;
303
+ line-clamp: 1;
300
304
  overflow: hidden;
301
305
  width: 100%;
302
- white-space: nowrap;
303
- text-overflow: ellipsis;
304
306
  }
305
307
  .combobox :global(.text-input) {
306
308
  margin: 0 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.25.13",
3
+ "version": "0.25.14",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {