@feedmepos/ui-library 1.7.1 → 1.7.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.
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # 1.7.2
2
+
3
+ - `FmPhoneNumber`
4
+
5
+ - Fixed duplicate country code parsing issue that incorrectly changed selected country when inputting numbers that match other country codes (e.g., inputting "62 226 2693" with Thailand +66 selected no longer switches to Indonesia +62)
6
+ - Improved country code detection logic to only trigger on complete phone numbers (11+ digits) or when input starts with "+"
7
+ - Enhanced paste functionality to better handle complete international phone numbers
8
+
1
9
  # 1.7.1
2
10
 
3
11
  - `FmSideSheet`