@skyux/phone-field 8.5.0 → 8.7.0
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/documentation.json +1 -1
- package/package.json +7 -7
package/documentation.json
CHANGED
|
@@ -2424,7 +2424,7 @@
|
|
|
2424
2424
|
{
|
|
2425
2425
|
"fileName": "phone-field-demo.component.html",
|
|
2426
2426
|
"filePath": "/projects/phone-field/documentation/code-examples/phone-field/basic/phone-field-demo.component.html",
|
|
2427
|
-
"rawContents": "<form class=\"phone-field-demo\" [formGroup]=\"phoneForm\">\n <sky-input-box>\n <sky-phone-field [defaultCountry]=\"'us'\">\n <input formControlName=\"phoneControl\" skyPhoneFieldInput />\n </sky-phone-field>\n </sky-input-box>\n
|
|
2427
|
+
"rawContents": "<form class=\"phone-field-demo\" [formGroup]=\"phoneForm\">\n <sky-input-box labelText=\"Phone number\">\n <sky-phone-field [defaultCountry]=\"'us'\">\n <input formControlName=\"phoneControl\" skyPhoneFieldInput />\n </sky-phone-field>\n </sky-input-box>\n</form>\n"
|
|
2428
2428
|
},
|
|
2429
2429
|
{
|
|
2430
2430
|
"fileName": "phone-field-demo.component.scss",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/phone-field",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.7.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"@angular/core": "^15.2.9",
|
|
47
47
|
"@angular/forms": "^15.2.9",
|
|
48
48
|
"@angular/platform-browser": "^15.2.9",
|
|
49
|
-
"@skyux-sdk/testing": "8.
|
|
50
|
-
"@skyux/forms": "8.
|
|
51
|
-
"@skyux/i18n": "8.
|
|
52
|
-
"@skyux/indicators": "8.
|
|
53
|
-
"@skyux/lookup": "8.
|
|
54
|
-
"@skyux/theme": "8.
|
|
49
|
+
"@skyux-sdk/testing": "8.7.0",
|
|
50
|
+
"@skyux/forms": "8.7.0",
|
|
51
|
+
"@skyux/i18n": "8.7.0",
|
|
52
|
+
"@skyux/indicators": "8.7.0",
|
|
53
|
+
"@skyux/lookup": "8.7.0",
|
|
54
|
+
"@skyux/theme": "8.7.0"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"google-libphonenumber": "3.2.32",
|