@salla.sa/ui-address-autocomplete-widget 1.0.4 → 1.0.5

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1720,14 +1720,14 @@ d.styles = be`
1720
1720
  cursor: pointer;
1721
1721
  transition: background-color 0.15s;
1722
1722
  border-bottom: 1px solid var(--salla-autocomplete-item-border-color, #e5e7eb);
1723
- min-height: 48px;
1723
+ min-height: 35px;
1724
1724
  -webkit-tap-highlight-color: transparent;
1725
1725
  }
1726
1726
 
1727
1727
  @media (max-width: 640px) {
1728
1728
  .dropdown-item {
1729
1729
  padding: var(--salla-autocomplete-item-padding-mobile, 0.75rem 0.875rem);
1730
- min-height: 52px;
1730
+ min-height: 35px;
1731
1731
  }
1732
1732
  }
1733
1733
 
package/package.json CHANGED
@@ -37,5 +37,5 @@
37
37
  "typescript": "^5.3.3",
38
38
  "vite": "^5.0.8"
39
39
  },
40
- "version": "1.0.4"
40
+ "version": "1.0.5"
41
41
  }