@marigold/icons 2.0.0-beta.1 → 2.0.0-beta.2

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.d.cts CHANGED
@@ -1,24 +1,23 @@
1
- import * as _$lucide_react0 from "lucide-react";
2
1
  import { LucideIcon } from "lucide-react";
3
2
  export * from "lucide-react";
4
3
 
5
4
  //#region src/custom/DesignTicket.d.ts
6
- declare const DesignTicket: _$lucide_react0.LucideIcon;
5
+ declare const DesignTicket: import("lucide-react").LucideIcon;
7
6
  //#endregion
8
7
  //#region src/custom/Facebook.d.ts
9
- declare const Facebook: _$lucide_react0.LucideIcon;
8
+ declare const Facebook: import("lucide-react").LucideIcon;
10
9
  //#endregion
11
10
  //#region src/custom/GiftCard.d.ts
12
11
  declare const GiftCard: LucideIcon;
13
12
  //#endregion
14
13
  //#region src/custom/Google.d.ts
15
- declare const Google: _$lucide_react0.LucideIcon;
14
+ declare const Google: import("lucide-react").LucideIcon;
16
15
  //#endregion
17
16
  //#region src/custom/Instagram.d.ts
18
17
  declare const Instagram: LucideIcon;
19
18
  //#endregion
20
19
  //#region src/custom/PDF.d.ts
21
- declare const PDF: _$lucide_react0.LucideIcon;
20
+ declare const PDF: import("lucide-react").LucideIcon;
22
21
  //#endregion
23
22
  //#region src/custom/Resale.d.ts
24
23
  declare const Resale: LucideIcon;
@@ -27,18 +26,18 @@ declare const Resale: LucideIcon;
27
26
  declare const Scanner: LucideIcon;
28
27
  //#endregion
29
28
  //#region src/custom/Stadium.d.ts
30
- declare const Stadium: _$lucide_react0.LucideIcon;
29
+ declare const Stadium: import("lucide-react").LucideIcon;
31
30
  //#endregion
32
31
  //#region src/custom/TicketInsurance.d.ts
33
32
  declare const TicketInsurance: LucideIcon;
34
33
  //#endregion
35
34
  //#region src/custom/Turnstile.d.ts
36
- declare const Turnstile: _$lucide_react0.LucideIcon;
35
+ declare const Turnstile: import("lucide-react").LucideIcon;
37
36
  //#endregion
38
37
  //#region src/custom/Twitter.d.ts
39
38
  declare const Twitter: LucideIcon;
40
39
  //#endregion
41
40
  //#region src/custom/TwitterX.d.ts
42
- declare const TwitterX: _$lucide_react0.LucideIcon;
41
+ declare const TwitterX: import("lucide-react").LucideIcon;
43
42
  //#endregion
44
43
  export { DesignTicket, Facebook, GiftCard, Google, Instagram, PDF, Resale, Scanner, Stadium, TicketInsurance, Turnstile, Twitter, TwitterX };
package/dist/index.d.mts CHANGED
@@ -1,24 +1,23 @@
1
- import * as _$lucide_react0 from "lucide-react";
2
1
  import { LucideIcon } from "lucide-react";
3
2
  export * from "lucide-react";
4
3
 
5
4
  //#region src/custom/DesignTicket.d.ts
6
- declare const DesignTicket: _$lucide_react0.LucideIcon;
5
+ declare const DesignTicket: import("lucide-react").LucideIcon;
7
6
  //#endregion
8
7
  //#region src/custom/Facebook.d.ts
9
- declare const Facebook: _$lucide_react0.LucideIcon;
8
+ declare const Facebook: import("lucide-react").LucideIcon;
10
9
  //#endregion
11
10
  //#region src/custom/GiftCard.d.ts
12
11
  declare const GiftCard: LucideIcon;
13
12
  //#endregion
14
13
  //#region src/custom/Google.d.ts
15
- declare const Google: _$lucide_react0.LucideIcon;
14
+ declare const Google: import("lucide-react").LucideIcon;
16
15
  //#endregion
17
16
  //#region src/custom/Instagram.d.ts
18
17
  declare const Instagram: LucideIcon;
19
18
  //#endregion
20
19
  //#region src/custom/PDF.d.ts
21
- declare const PDF: _$lucide_react0.LucideIcon;
20
+ declare const PDF: import("lucide-react").LucideIcon;
22
21
  //#endregion
23
22
  //#region src/custom/Resale.d.ts
24
23
  declare const Resale: LucideIcon;
@@ -27,18 +26,18 @@ declare const Resale: LucideIcon;
27
26
  declare const Scanner: LucideIcon;
28
27
  //#endregion
29
28
  //#region src/custom/Stadium.d.ts
30
- declare const Stadium: _$lucide_react0.LucideIcon;
29
+ declare const Stadium: import("lucide-react").LucideIcon;
31
30
  //#endregion
32
31
  //#region src/custom/TicketInsurance.d.ts
33
32
  declare const TicketInsurance: LucideIcon;
34
33
  //#endregion
35
34
  //#region src/custom/Turnstile.d.ts
36
- declare const Turnstile: _$lucide_react0.LucideIcon;
35
+ declare const Turnstile: import("lucide-react").LucideIcon;
37
36
  //#endregion
38
37
  //#region src/custom/Twitter.d.ts
39
38
  declare const Twitter: LucideIcon;
40
39
  //#endregion
41
40
  //#region src/custom/TwitterX.d.ts
42
- declare const TwitterX: _$lucide_react0.LucideIcon;
41
+ declare const TwitterX: import("lucide-react").LucideIcon;
43
42
  //#endregion
44
43
  export { DesignTicket, Facebook, GiftCard, Google, Instagram, PDF, Resale, Scanner, Stadium, TicketInsurance, Turnstile, Twitter, TwitterX };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/icons",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.2",
4
4
  "description": "Marigold Icons (Lucide proxy + custom icons)",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -40,13 +40,14 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "lucide-react": "^1.9.0",
43
- "@marigold/system": "18.0.0-beta.1"
43
+ "@marigold/system": "18.0.0-beta.2"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=19.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "tsdown": "0.21.10",
49
+ "react": "19.2.6",
50
+ "tsdown": "0.22.0",
50
51
  "@marigold/tsconfig": "0.4.2"
51
52
  },
52
53
  "scripts": {