@salla.sa/ui-address-autocomplete-widget 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1474,7 +1474,8 @@ d.styles = ve`
1474
1474
  outline: none;
1475
1475
  transition: all 0.2s;
1476
1476
  box-sizing: border-box;
1477
- min-height: 44px;
1477
+ height: var(--salla-autocomplete-input-height, auto);
1478
+ min-height: var(--salla-autocomplete-input-height, 44px);
1478
1479
  -webkit-appearance: none;
1479
1480
  appearance: none;
1480
1481
  }
package/package.json CHANGED
@@ -32,7 +32,7 @@
32
32
  "typescript": "^5.9.3",
33
33
  "vite": "^7.3.1"
34
34
  },
35
- "version": "1.1.1",
35
+ "version": "1.1.2",
36
36
  "scripts": {
37
37
  "dev": "vite",
38
38
  "build": "tsc --emitDeclarationOnly && vite build",