@customerjourney/cj-linkin-bio 1.5.1 → 1.5.3
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/dist/index.js +8 -8
- package/package.json +3 -3
- package/src/components/LinkinBio.js +0 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(() => {
|
|
2
|
-
//
|
|
2
|
+
// node_modules/@customerjourney/cj-core/src/components/AppElement.js
|
|
3
3
|
var AppElement = class extends HTMLElement {
|
|
4
4
|
#default = {};
|
|
5
5
|
/**
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
};
|
|
238
238
|
customElements.define("app-element", AppElement);
|
|
239
239
|
|
|
240
|
-
//
|
|
240
|
+
// node_modules/@customerjourney/cj-core/src/components/AppPage.js
|
|
241
241
|
var AppPage = class extends AppElement {
|
|
242
242
|
#default = {
|
|
243
243
|
events: {
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
};
|
|
504
504
|
customElements.define("app-page", AppPage);
|
|
505
505
|
|
|
506
|
-
//
|
|
506
|
+
// node_modules/@customerjourney/cj-core/src/components/utils.js
|
|
507
507
|
function slugify(input) {
|
|
508
508
|
if (!input)
|
|
509
509
|
return "";
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
return slug;
|
|
515
515
|
}
|
|
516
516
|
|
|
517
|
-
//
|
|
517
|
+
// node_modules/@customerjourney/cj-core/src/components/PageFooter.js
|
|
518
518
|
var PageFooter = class extends AppElement {
|
|
519
519
|
#default = {};
|
|
520
520
|
constructor(props = {}) {
|
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
};
|
|
541
541
|
customElements.define("page-footer", PageFooter);
|
|
542
542
|
|
|
543
|
-
//
|
|
543
|
+
// node_modules/@fortawesome/fontawesome-svg-core/index.mjs
|
|
544
544
|
function ownKeys(object, enumerableOnly) {
|
|
545
545
|
var keys = Object.keys(object);
|
|
546
546
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -2981,7 +2981,7 @@
|
|
|
2981
2981
|
var text = api.text;
|
|
2982
2982
|
var counter = api.counter;
|
|
2983
2983
|
|
|
2984
|
-
//
|
|
2984
|
+
// node_modules/@fortawesome/free-solid-svg-icons/index.mjs
|
|
2985
2985
|
var faCircleCheck = {
|
|
2986
2986
|
prefix: "fas",
|
|
2987
2987
|
iconName: "circle-check",
|
|
@@ -3018,7 +3018,7 @@
|
|
|
3018
3018
|
icon: [512, 512, ["mail-forward"], "f064", "M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z"]
|
|
3019
3019
|
};
|
|
3020
3020
|
|
|
3021
|
-
//
|
|
3021
|
+
// node_modules/@customerjourney/cj-core/src/components/PageHeader.js
|
|
3022
3022
|
var PageHeader = class extends AppElement {
|
|
3023
3023
|
#default = {
|
|
3024
3024
|
brand: {
|
|
@@ -3203,7 +3203,7 @@
|
|
|
3203
3203
|
};
|
|
3204
3204
|
customElements.define("page-header", PageHeader);
|
|
3205
3205
|
|
|
3206
|
-
//
|
|
3206
|
+
// node_modules/@fortawesome/free-brands-svg-icons/index.mjs
|
|
3207
3207
|
var faVk = {
|
|
3208
3208
|
prefix: "fab",
|
|
3209
3209
|
iconName: "vk",
|
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.3",
|
|
4
4
|
"description": "link in bio component of the CustomerJourneyJS project",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "src/index.js",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"author": "Antonio Fregoso <antoniofregoso@protonmail.com>",
|
|
17
17
|
"license": "GPL-3.0-or-later",
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"esbuild": "^0.
|
|
19
|
+
"esbuild": "^0.25.5"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@customerjourney/
|
|
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
25
|
"@fortawesome/free-solid-svg-icons": "^6.5.2"
|