@descope/web-components-ui 1.0.196 → 1.0.197
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/index.esm.js
CHANGED
@@ -4704,10 +4704,10 @@ var CountryCodes = [
|
|
4704
4704
|
},
|
4705
4705
|
].sort((a, b) => (a.name < b.name ? -1 : 1));
|
4706
4706
|
|
4707
|
-
// We use JSDelivr in order to fetch the images as image file from this library (svg-country-flags)
|
4707
|
+
// We use JSDelivr (proxy by static.descope.com) in order to fetch the images as image file from this library (svg-country-flags)
|
4708
4708
|
// This reduces our bundle size, and we use it as a static remote resource.
|
4709
4709
|
const getCountryFlag = (code) =>
|
4710
|
-
`https://
|
4710
|
+
`https://static.descope.com/npm/svg-country-flags@1.2.10/svg/${code.toLowerCase()}.svg`;
|
4711
4711
|
|
4712
4712
|
const comboBoxItem = ({ code, dialCode, name: country }) => `
|
4713
4713
|
<div
|