New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lion/input-tel

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/input-tel - npm Package Compare versions

Comparing version

to
0.1.2

2

docs/overview.md

@@ -39,3 +39,3 @@ # Input Tel >> Overview ||10

- Extends our [input](https://github.com/ing-bank/lion/blob/2d7d2cf21515b4e6f891df29785bde123f8b5ae2/docs/components/input/overview.md)
- Extends our [input](https://github.com/ing-bank/lion/blob/f11f94fafc31505c740978122b6fb18feb9a2c92/docs/components/input/overview.md)
- Shows a mobile telephone keypad on mobile (by having a native `<input inputmode="tel">` inside)

@@ -42,0 +42,0 @@ - Can be configured with a list of allowed region codes

@@ -22,3 +22,3 @@ # Input Tel >> Use Cases ||20

The table below lists all possible regions worldwide. When [allowed regions](https://github.com/ing-bank/lion/blob/2d7d2cf21515b4e6f891df29785bde123f8b5ae2/docs/components/input-tel/#allowed-regions) are not configured,
The table below lists all possible regions worldwide. When [allowed regions](https://github.com/ing-bank/lion/blob/f11f94fafc31505c740978122b6fb18feb9a2c92/docs/components/input-tel/#allowed-regions) are not configured,
all of them will be supported as values of Input Tel.

@@ -35,7 +35,7 @@

- [allowed regions](https://github.com/ing-bank/lion/blob/2d7d2cf21515b4e6f891df29785bde123f8b5ae2/docs/components/input-tel/#allowed-regions): a list that determines what is allowed to become .activeRegion. If
[.allowedRegions has only one entry](https://github.com/ing-bank/lion/blob/2d7d2cf21515b4e6f891df29785bde123f8b5ae2/docs/components/input-tel/#restrict-to-one-region), .activeRegion will always be this value.
- [allowed regions](https://github.com/ing-bank/lion/blob/f11f94fafc31505c740978122b6fb18feb9a2c92/docs/components/input-tel/#allowed-regions): a list that determines what is allowed to become .activeRegion. If
[.allowedRegions has only one entry](https://github.com/ing-bank/lion/blob/f11f94fafc31505c740978122b6fb18feb9a2c92/docs/components/input-tel/#restrict-to-one-region), .activeRegion will always be this value.
- the modelValue or viewValue: once it contains sufficient info to derive its region code (and
the derived code is inside [allowed regions](https://github.com/ing-bank/lion/blob/2d7d2cf21515b4e6f891df29785bde123f8b5ae2/docs/components/input-tel/#allowed-regions) if configured)
- active locale (and the derived locale is inside [allowed regions](https://github.com/ing-bank/lion/blob/2d7d2cf21515b4e6f891df29785bde123f8b5ae2/docs/components/input-tel/#allowed-regions) if configured)
the derived code is inside [allowed regions](https://github.com/ing-bank/lion/blob/f11f94fafc31505c740978122b6fb18feb9a2c92/docs/components/input-tel/#allowed-regions) if configured)
- active locale (and the derived locale is inside [allowed regions](https://github.com/ing-bank/lion/blob/f11f94fafc31505c740978122b6fb18feb9a2c92/docs/components/input-tel/#allowed-regions) if configured)

@@ -127,3 +127,3 @@ What follows from the list above is that .activeRegion can change dynamically, after a value

> Note that for [InputTelDropdown](https://github.com/ing-bank/lion/blob/2d7d2cf21515b4e6f891df29785bde123f8b5ae2/docs/components/input-tel-dropdown/index.md), only allowed regions will
> Note that for [InputTelDropdown](https://github.com/ing-bank/lion/blob/f11f94fafc31505c740978122b6fb18feb9a2c92/docs/components/input-tel-dropdown/index.md), only allowed regions will
> be shown in the dropdown list.

@@ -130,0 +130,0 @@

{
"name": "@lion/input-tel",
"version": "0.1.1",
"version": "0.1.2",
"description": "Input field for entering phone numbers, including validation, formatting and mobile keyboard support.",

@@ -41,3 +41,3 @@ "license": "MIT",

"@lion/core": "0.22.0",
"@lion/form-core": "0.17.0",
"@lion/form-core": "0.17.1",
"@lion/input": "0.17.0",

@@ -44,0 +44,0 @@ "@lion/localize": "0.24.0"

@@ -39,3 +39,3 @@ # Input Tel >> Overview ||10

- Extends our [input](https://github.com/ing-bank/lion/blob/2d7d2cf21515b4e6f891df29785bde123f8b5ae2/docs/components/input/overview.md)
- Extends our [input](https://github.com/ing-bank/lion/blob/f11f94fafc31505c740978122b6fb18feb9a2c92/docs/components/input/overview.md)
- Shows a mobile telephone keypad on mobile (by having a native `<input inputmode="tel">` inside)

@@ -42,0 +42,0 @@ - Can be configured with a list of allowed region codes