@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 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.961.0/assets/flags/square/";
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}`;