@descope/web-components-ui 3.18.3 → 3.18.4
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 +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/index.js +1 -1
- package/dist/umd/phone-fields-descope-phone-field-descope-phone-field-internal-index-js.js +1 -1
- package/dist/umd/phone-fields-descope-phone-field-descope-phone-field-internal-index-js.js.map +1 -1
- package/dist/umd/phone-fields-descope-phone-field-index-js.js +1 -1
- package/dist/umd/phone-fields-descope-phone-field-index-js.js.map +1 -1
- package/package.json +42 -42
- package/src/components/phone-fields/descope-phone-field/helpers.js +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -11372,7 +11372,7 @@ const comboBoxItem = ({ code, dialCode, name: country }) => `
|
|
|
11372
11372
|
>
|
|
11373
11373
|
<div>
|
|
11374
11374
|
<span>
|
|
11375
|
-
<img src="${getCountryFlag(code)}" width="20"/>
|
|
11375
|
+
<img src="${getCountryFlag(code)}" width="20" loading="lazy" />
|
|
11376
11376
|
</span>
|
|
11377
11377
|
<span>${country}</span>
|
|
11378
11378
|
</div>
|