@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.
@@ -0,0 +1,4 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: antoniofregoso
4
+ patreon: antoniofregoso
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
- // ../../../../node_modules/remarkable/dist/esm/index.browser.js
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.2",
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"
@@ -196,8 +196,6 @@ export class LinkinBio extends AppElement {
196
196
  }
197
197
 
198
198
  render(){
199
-
200
- console.log('state', this.state);
201
199
  this.innerHTML = /* html */`
202
200
  <div class="columns is-centered">
203
201
  <div class="column is-5 has-text-centered px-5" >