@zonos/amino 5.5.19 → 5.5.20

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/all.d.ts CHANGED
@@ -736,6 +736,7 @@ import './utils/flattenRow';
736
736
  import './utils/formatCurrency';
737
737
  import './utils/getAminoColor';
738
738
  import './utils/getCountryCodeByName';
739
+ import './utils/getCountryUrls';
739
740
  import './utils/getFuzzySearch';
740
741
  import './utils/getHashId';
741
742
  import './utils/getIsInternalLink';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zonos/amino",
3
- "version": "5.5.19",
3
+ "version": "5.5.20",
4
4
  "description": "Core UI components for Amino",
5
5
  "repository": "git@github.com:Zonos/amino.git",
6
6
  "license": "MIT",
@@ -0,0 +1 @@
1
+ export declare const getCountryUrls: () => string;
@@ -0,0 +1 @@
1
+ "use strict";exports.getCountryUrls=function(){var r=process.env.STORYBOOK_ZONOS_DASHBOARD_URL||null;return r||console.error("Missing environment variable STORYBOOK_ZONOS_DASHBOARD_URL"),r||""};