@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.js CHANGED
@@ -39153,7 +39153,7 @@ var Flag = (_ref) => {
39153
39153
  className
39154
39154
  } = _ref;
39155
39155
  function getFlagUrl(_longCountryCode, size) {
39156
- const baseUrl = "https://static.parastorage.com/services/linguist-flags/1.961.0/assets/flags/square/";
39156
+ const baseUrl = "https://static.parastorage.com/services/linguist-flags/1.1005.0/assets/flags/square/";
39157
39157
  const suffix = size === "2x" ? "_2x" : "";
39158
39158
  const file = `${_longCountryCode}${suffix}.png`;
39159
39159
  return `${baseUrl}${file}`;