Skip to content

Commit

Permalink
Add built artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Jul 4, 2022
1 parent 0323de1 commit e9b8fbb
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist/collection/utils/services.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export function getPartner() {
return document.location.hostname.replace(/^www\./, '');
}
export const PROVIDER = 'https://services.lawsafrica.com/v1';
6 changes: 6 additions & 0 deletions dist/components/services.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function getPartner() {
return document.location.hostname.replace(/^www\./, '');
}
const PROVIDER = 'https://services.lawsafrica.com/v1';

export { PROVIDER as P, getPartner as g };
13 changes: 13 additions & 0 deletions dist/la-web-components/la-web-components.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/la-web-components/p-02c2a220.entry.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/la-web-components/p-43bc3b0d.system.entry.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/la-web-components/p-ae806376.entry.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/la-web-components/p-f0bbfda1.system.entry.js

This file was deleted.

2 changes: 2 additions & 0 deletions dist/types/utils/services.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export declare function getPartner(): string;
export declare const PROVIDER = "https://services.lawsafrica.com/v1";

0 comments on commit e9b8fbb

Please sign in to comment.