@designcrowd/fe-shared-lib 1.0.8-ml-82-9 → 1.0.8-ml-82-12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.0.8-ml-82-9",
3
+ "version": "1.0.8-ml-82-12",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -384,7 +384,7 @@ export default {
384
384
  if (typeof window === 'undefined') {
385
385
  return null;
386
386
  }
387
-
387
+
388
388
  const url = new URL(`https://${window.location.host}${this.recommendedActionLink}`);
389
389
  if (this.aUserName) {
390
390
  url.searchParams.append('email', this.aUserName);
@@ -251,7 +251,7 @@ export default {
251
251
  if (typeof window === 'undefined') {
252
252
  return null;
253
253
  }
254
-
254
+
255
255
  const url = new URL(`https://${window.location.host}${this.recommendedActionLink}`);
256
256
  if (this.aUserName) {
257
257
  url.searchParams.append('email', this.aUserName);