web3bio-profile-kit 0.2.9 → 0.2.10

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.
@@ -52,6 +52,7 @@ exports.Platform = void 0;
52
52
  Platform["linkedin"] = "linkedin";
53
53
  Platform["linea"] = "linea";
54
54
  Platform["lobsters"] = "lobsters";
55
+ Platform["luma"] = "luma";
55
56
  Platform["mastodon"] = "mastodon";
56
57
  Platform["matters"] = "matters";
57
58
  Platform["medium"] = "medium";
@@ -49,6 +49,7 @@ export declare enum Platform {
49
49
  linkedin = "linkedin",
50
50
  linea = "linea",
51
51
  lobsters = "lobsters",
52
+ luma = "luma",
52
53
  mastodon = "mastodon",
53
54
  matters = "matters",
54
55
  medium = "medium",
@@ -50,6 +50,7 @@ var Platform;
50
50
  Platform["linkedin"] = "linkedin";
51
51
  Platform["linea"] = "linea";
52
52
  Platform["lobsters"] = "lobsters";
53
+ Platform["luma"] = "luma";
53
54
  Platform["mastodon"] = "mastodon";
54
55
  Platform["matters"] = "matters";
55
56
  Platform["medium"] = "medium";
@@ -18,6 +18,7 @@ const WEB2_PLATFORMS = [
18
18
  platform.Platform.keybase,
19
19
  platform.Platform.linkedin,
20
20
  platform.Platform.lobsters,
21
+ platform.Platform.luma,
21
22
  platform.Platform.mastodon,
22
23
  platform.Platform.minds,
23
24
  platform.Platform.mstdnjp,
@@ -491,6 +492,15 @@ const PLATFORM_DATA = new Map([
491
492
  urlPrefix: "https://lobste.rs/~",
492
493
  },
493
494
  ],
495
+ [
496
+ platform.Platform.luma,
497
+ {
498
+ color: "#000000",
499
+ icon: "icons/icon-luma.svg",
500
+ label: "Luma",
501
+ urlPrefix: "https://luma.com/user/",
502
+ },
503
+ ],
494
504
  [
495
505
  platform.Platform.mastodon,
496
506
  {
@@ -16,6 +16,7 @@ const WEB2_PLATFORMS = [
16
16
  Platform.keybase,
17
17
  Platform.linkedin,
18
18
  Platform.lobsters,
19
+ Platform.luma,
19
20
  Platform.mastodon,
20
21
  Platform.minds,
21
22
  Platform.mstdnjp,
@@ -489,6 +490,15 @@ const PLATFORM_DATA = new Map([
489
490
  urlPrefix: "https://lobste.rs/~",
490
491
  },
491
492
  ],
493
+ [
494
+ Platform.luma,
495
+ {
496
+ color: "#000000",
497
+ icon: "icons/icon-luma.svg",
498
+ label: "Luma",
499
+ urlPrefix: "https://luma.com/user/",
500
+ },
501
+ ],
492
502
  [
493
503
  Platform.mastodon,
494
504
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "web3bio-profile-kit",
3
- "version": "0.2.9",
4
- "description": "React hooks for querying ENS, Farcaster, Lens and Web3 universal profiles",
3
+ "version": "0.2.10",
4
+ "description": "React hooks for querying ENS, Lens, Farcaster and Web3 universal profiles",
5
5
  "author": "web3bio",
6
6
  "license": "MIT",
7
7
  "private": false,