@caspeco/casper-ui-library 10.7.0 → 10.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/components/combobox/combobox-button.d.ts +1 -1
- package/dist/components/combobox/combobox-button.d.ts.map +1 -1
- package/dist/components/combobox/combobox-button.js +53 -53
- package/dist/components/combobox/combobox-recipe.d.ts.map +1 -1
- package/dist/components/combobox/combobox-recipe.js +22 -16
- package/dist/components/combobox/combobox.d.ts.map +1 -1
- package/dist/components/combobox/combobox.js +48 -47
- package/dist/components/combobox/types.d.ts +1 -0
- package/dist/components/combobox/types.d.ts.map +1 -1
- package/dist/components/phone-input/country-data.d.ts +1 -1
- package/dist/components/phone-input/country-data.d.ts.map +1 -1
- package/dist/components/phone-input/country-data.js +2 -2
- package/dist/components/phone-input/country-list.d.ts +1 -1
- package/dist/components/phone-input/country-list.d.ts.map +1 -1
- package/dist/components/phone-input/country-selector.d.ts +1 -1
- package/dist/components/phone-input/country-selector.d.ts.map +1 -1
- package/dist/components/phone-input/phone-input-helpers.d.ts +1 -1
- package/dist/components/phone-input/phone-input-helpers.d.ts.map +1 -1
- package/dist/components/phone-input/phone-input-helpers.js +5 -5
- package/dist/components/phone-input/types.d.ts +1 -1
- package/dist/components/phone-input/types.d.ts.map +1 -1
- package/dist/components/phone-input/use-phone-input.d.ts +1 -1
- package/dist/components/phone-input/use-phone-input.d.ts.map +1 -1
- package/dist/components/phone-input/use-phone-input.js +1 -1
- package/dist/node_modules/libphonenumber-js/{metadata.max.json.js → metadata.mobile.json.js} +297 -2367
- package/dist/node_modules/libphonenumber-js/{max → mobile}/es6/exports/PhoneNumber.js +2 -2
- package/dist/node_modules/libphonenumber-js/{max → mobile}/es6/exports/getCountries.js +1 -1
- package/dist/node_modules/libphonenumber-js/{max → mobile}/es6/exports/getCountryCallingCode.js +1 -1
- package/dist/node_modules/libphonenumber-js/{max → mobile}/es6/exports/isSupportedCountry.js +1 -1
- package/dist/node_modules/libphonenumber-js/{max → mobile}/es6/exports/isValidPhoneNumber.js +1 -1
- package/dist/node_modules/libphonenumber-js/{max → mobile}/es6/exports/parsePhoneNumber.js +1 -1
- package/dist/node_modules/libphonenumber-js/{max → mobile}/es6/exports/withMetadataArgument.js +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import e from "../../../metadata.
|
|
1
|
+
import e from "../../../metadata.mobile.json.js";
|
|
2
2
|
import t from "../../../es6-modern/PhoneNumber.js";
|
|
3
|
-
//#region ../../node_modules/libphonenumber-js/
|
|
3
|
+
//#region ../../node_modules/libphonenumber-js/mobile/es6/exports/PhoneNumber.js
|
|
4
4
|
var n = class extends t {
|
|
5
5
|
constructor(t) {
|
|
6
6
|
super(t, e);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e from "./withMetadataArgument.js";
|
|
2
2
|
import t from "../../../es6-modern/getCountries.js";
|
|
3
|
-
//#region ../../node_modules/libphonenumber-js/
|
|
3
|
+
//#region ../../node_modules/libphonenumber-js/mobile/es6/exports/getCountries.js
|
|
4
4
|
function n() {
|
|
5
5
|
return e(t, arguments);
|
|
6
6
|
}
|
package/dist/node_modules/libphonenumber-js/{max → mobile}/es6/exports/getCountryCallingCode.js
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e from "./withMetadataArgument.js";
|
|
2
2
|
import { getCountryCallingCode as t } from "../../../es6-modern/metadata.js";
|
|
3
|
-
//#region ../../node_modules/libphonenumber-js/
|
|
3
|
+
//#region ../../node_modules/libphonenumber-js/mobile/es6/exports/getCountryCallingCode.js
|
|
4
4
|
function n() {
|
|
5
5
|
return e(t, arguments);
|
|
6
6
|
}
|
package/dist/node_modules/libphonenumber-js/{max → mobile}/es6/exports/isSupportedCountry.js
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e from "./withMetadataArgument.js";
|
|
2
2
|
import { isSupportedCountry as t } from "../../../es6-modern/metadata.js";
|
|
3
|
-
//#region ../../node_modules/libphonenumber-js/
|
|
3
|
+
//#region ../../node_modules/libphonenumber-js/mobile/es6/exports/isSupportedCountry.js
|
|
4
4
|
function n() {
|
|
5
5
|
return e(t, arguments);
|
|
6
6
|
}
|
package/dist/node_modules/libphonenumber-js/{max → mobile}/es6/exports/isValidPhoneNumber.js
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e from "./withMetadataArgument.js";
|
|
2
2
|
import t from "../../../es6-modern/isValidPhoneNumber.js";
|
|
3
|
-
//#region ../../node_modules/libphonenumber-js/
|
|
3
|
+
//#region ../../node_modules/libphonenumber-js/mobile/es6/exports/isValidPhoneNumber.js
|
|
4
4
|
function n() {
|
|
5
5
|
return e(t, arguments);
|
|
6
6
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./withMetadataArgument.js";
|
|
2
2
|
import t from "../../../es6-modern/parsePhoneNumber.js";
|
|
3
3
|
import { PhoneNumber as n } from "./PhoneNumber.js";
|
|
4
|
-
//#region ../../node_modules/libphonenumber-js/
|
|
4
|
+
//#region ../../node_modules/libphonenumber-js/mobile/es6/exports/parsePhoneNumber.js
|
|
5
5
|
function r() {
|
|
6
6
|
return e(t, arguments, n.prototype);
|
|
7
7
|
}
|
package/dist/node_modules/libphonenumber-js/{max → mobile}/es6/exports/withMetadataArgument.js
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import e from "../../../metadata.
|
|
2
|
-
//#region ../../node_modules/libphonenumber-js/
|
|
1
|
+
import e from "../../../metadata.mobile.json.js";
|
|
2
|
+
//#region ../../node_modules/libphonenumber-js/mobile/es6/exports/withMetadataArgument.js
|
|
3
3
|
function t(t, n, r) {
|
|
4
4
|
var i = Array.prototype.slice.call(n);
|
|
5
5
|
i.push(e);
|