@customerjourney/cj-linkin-bio 1.5.2 → 1.5.4
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/.github/FUNDING.yml +4 -0
- package/README.md +6 -3
- package/dist/index.js +1 -2
- package/package.json +3 -2
- package/src/components/LinkinBio.js +0 -2
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# cj-linkin-bio
|
|
2
|
-
Link in bio component of the BuyerJourneyJS project
|
|
3
|
-
|
|
2
|
+
Link in bio component of the BuyerJourneyJS project
|
|
3
|
+
## CustumerJourney.js
|
|
4
|
+
This library is part of the [CustumerJourney.js](https://customerjourney.ninja/) project. Vanilla JavaScript libraries optimized for creating sales funnels with hyper-personalized customer experience powered by artificial intelligence.
|
|
4
5
|
## Functions
|
|
5
6
|
1. Tree links can act as links or buttons and can contain a thumbnail.
|
|
6
7
|
2. Accepts bulma styles and animations from BuyerJourneyJS.
|
|
@@ -37,4 +38,6 @@ Link in bio component of the BuyerJourneyJS project
|
|
|
37
38
|
- [Font Awesome](https://fontawesome.com/).
|
|
38
39
|
|
|
39
40
|
## License
|
|
40
|
-
bj-linkin-bio is [GPL-3.0-or-later](./LICENSE).
|
|
41
|
+
bj-linkin-bio is [GPL-3.0-or-later](./LICENSE).
|
|
42
|
+
## Sponsor
|
|
43
|
+
[Become a CustumerJourney.js Sponsor](https://customerjourney.ninja/sponsor/).
|
package/dist/index.js
CHANGED
|
@@ -3543,7 +3543,6 @@
|
|
|
3543
3543
|
return links2;
|
|
3544
3544
|
}
|
|
3545
3545
|
render() {
|
|
3546
|
-
console.log("state", this.state);
|
|
3547
3546
|
this.innerHTML = /* html */
|
|
3548
3547
|
`
|
|
3549
3548
|
<div class="columns is-centered">
|
|
@@ -3587,7 +3586,7 @@
|
|
|
3587
3586
|
};
|
|
3588
3587
|
customElements.define("linkin-bio", LinkinBio);
|
|
3589
3588
|
|
|
3590
|
-
//
|
|
3589
|
+
// node_modules/remarkable/dist/esm/index.browser.js
|
|
3591
3590
|
var textarea;
|
|
3592
3591
|
function decodeEntity(name) {
|
|
3593
3592
|
textarea = textarea || document.createElement("textarea");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@customerjourney/cj-linkin-bio",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.4",
|
|
4
4
|
"description": "link in bio component of the CustomerJourneyJS project",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"@customerjourney/cj-core": "^1.4.0",
|
|
23
23
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
24
24
|
"@fortawesome/free-brands-svg-icons": "^6.5.2",
|
|
25
|
-
"@fortawesome/free-solid-svg-icons": "^6.5.2"
|
|
25
|
+
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
26
|
+
"remarkable": "^2.0.1"
|
|
26
27
|
},
|
|
27
28
|
"bugs": {
|
|
28
29
|
"url": "https://github.com/antoniofregoso/cj-linkin-bio.git/issues"
|