@wix/form-public 0.182.0 → 0.183.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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -39179,7 +39179,7 @@ var Flag = (_ref) => {
|
|
|
39179
39179
|
className
|
|
39180
39180
|
} = _ref;
|
|
39181
39181
|
function getFlagUrl(_longCountryCode, size) {
|
|
39182
|
-
const baseUrl = "https://static.parastorage.com/services/linguist-flags/1.
|
|
39182
|
+
const baseUrl = "https://static.parastorage.com/services/linguist-flags/1.1005.0/assets/flags/square/";
|
|
39183
39183
|
const suffix = size === "2x" ? "_2x" : "";
|
|
39184
39184
|
const file = `${_longCountryCode}${suffix}.png`;
|
|
39185
39185
|
return `${baseUrl}${file}`;
|