@jerco/icons 0.2.0
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.cjs +82 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +59 -0
- package/package.json +33 -0
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/index.ts
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
|
+
Activity: () => import_lucide_react.Activity,
|
|
24
|
+
AlertCircle: () => import_lucide_react.AlertCircle,
|
|
25
|
+
Check: () => import_lucide_react.Check,
|
|
26
|
+
CheckCircle2: () => import_lucide_react.CheckCircle2,
|
|
27
|
+
ChevronDown: () => import_lucide_react.ChevronDown,
|
|
28
|
+
ChevronLeft: () => import_lucide_react.ChevronLeft,
|
|
29
|
+
ChevronRight: () => import_lucide_react.ChevronRight,
|
|
30
|
+
ChevronUp: () => import_lucide_react.ChevronUp,
|
|
31
|
+
Circle: () => import_lucide_react.Circle,
|
|
32
|
+
Columns3: () => import_lucide_react.Columns3,
|
|
33
|
+
Database: () => import_lucide_react.Database,
|
|
34
|
+
Info: () => import_lucide_react.Info,
|
|
35
|
+
LoaderCircle: () => import_lucide_react.LoaderCircle,
|
|
36
|
+
Menu: () => import_lucide_react.Menu,
|
|
37
|
+
MoreHorizontal: () => import_lucide_react.MoreHorizontal,
|
|
38
|
+
PanelLeftClose: () => import_lucide_react.PanelLeftClose,
|
|
39
|
+
PanelLeftOpen: () => import_lucide_react.PanelLeftOpen,
|
|
40
|
+
Radio: () => import_lucide_react.Radio,
|
|
41
|
+
RefreshCw: () => import_lucide_react.RefreshCw,
|
|
42
|
+
Router: () => import_lucide_react.Router,
|
|
43
|
+
Search: () => import_lucide_react.Search,
|
|
44
|
+
Server: () => import_lucide_react.Server,
|
|
45
|
+
Settings2: () => import_lucide_react.Settings2,
|
|
46
|
+
TriangleAlert: () => import_lucide_react.TriangleAlert,
|
|
47
|
+
Wifi: () => import_lucide_react.Wifi,
|
|
48
|
+
X: () => import_lucide_react.X,
|
|
49
|
+
XCircle: () => import_lucide_react.XCircle
|
|
50
|
+
});
|
|
51
|
+
module.exports = __toCommonJS(index_exports);
|
|
52
|
+
var import_lucide_react = require("lucide-react");
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
Activity,
|
|
56
|
+
AlertCircle,
|
|
57
|
+
Check,
|
|
58
|
+
CheckCircle2,
|
|
59
|
+
ChevronDown,
|
|
60
|
+
ChevronLeft,
|
|
61
|
+
ChevronRight,
|
|
62
|
+
ChevronUp,
|
|
63
|
+
Circle,
|
|
64
|
+
Columns3,
|
|
65
|
+
Database,
|
|
66
|
+
Info,
|
|
67
|
+
LoaderCircle,
|
|
68
|
+
Menu,
|
|
69
|
+
MoreHorizontal,
|
|
70
|
+
PanelLeftClose,
|
|
71
|
+
PanelLeftOpen,
|
|
72
|
+
Radio,
|
|
73
|
+
RefreshCw,
|
|
74
|
+
Router,
|
|
75
|
+
Search,
|
|
76
|
+
Server,
|
|
77
|
+
Settings2,
|
|
78
|
+
TriangleAlert,
|
|
79
|
+
Wifi,
|
|
80
|
+
X,
|
|
81
|
+
XCircle
|
|
82
|
+
});
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Activity, AlertCircle, Check, CheckCircle2, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, Columns3, Database, Info, LoaderCircle, LucideIcon, LucideProps, Menu, MoreHorizontal, PanelLeftClose, PanelLeftOpen, Radio, RefreshCw, Router, Search, Server, Settings2, TriangleAlert, Wifi, X, XCircle } from 'lucide-react';
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Activity, AlertCircle, Check, CheckCircle2, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, Columns3, Database, Info, LoaderCircle, LucideIcon, LucideProps, Menu, MoreHorizontal, PanelLeftClose, PanelLeftOpen, Radio, RefreshCw, Router, Search, Server, Settings2, TriangleAlert, Wifi, X, XCircle } from 'lucide-react';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// src/index.ts
|
|
2
|
+
import {
|
|
3
|
+
Activity,
|
|
4
|
+
AlertCircle,
|
|
5
|
+
Check,
|
|
6
|
+
CheckCircle2,
|
|
7
|
+
ChevronDown,
|
|
8
|
+
ChevronLeft,
|
|
9
|
+
ChevronRight,
|
|
10
|
+
ChevronUp,
|
|
11
|
+
Circle,
|
|
12
|
+
Columns3,
|
|
13
|
+
Database,
|
|
14
|
+
Info,
|
|
15
|
+
LoaderCircle,
|
|
16
|
+
Menu,
|
|
17
|
+
MoreHorizontal,
|
|
18
|
+
PanelLeftClose,
|
|
19
|
+
PanelLeftOpen,
|
|
20
|
+
Radio,
|
|
21
|
+
RefreshCw,
|
|
22
|
+
Router,
|
|
23
|
+
Search,
|
|
24
|
+
Server,
|
|
25
|
+
Settings2,
|
|
26
|
+
TriangleAlert,
|
|
27
|
+
Wifi,
|
|
28
|
+
X,
|
|
29
|
+
XCircle
|
|
30
|
+
} from "lucide-react";
|
|
31
|
+
export {
|
|
32
|
+
Activity,
|
|
33
|
+
AlertCircle,
|
|
34
|
+
Check,
|
|
35
|
+
CheckCircle2,
|
|
36
|
+
ChevronDown,
|
|
37
|
+
ChevronLeft,
|
|
38
|
+
ChevronRight,
|
|
39
|
+
ChevronUp,
|
|
40
|
+
Circle,
|
|
41
|
+
Columns3,
|
|
42
|
+
Database,
|
|
43
|
+
Info,
|
|
44
|
+
LoaderCircle,
|
|
45
|
+
Menu,
|
|
46
|
+
MoreHorizontal,
|
|
47
|
+
PanelLeftClose,
|
|
48
|
+
PanelLeftOpen,
|
|
49
|
+
Radio,
|
|
50
|
+
RefreshCw,
|
|
51
|
+
Router,
|
|
52
|
+
Search,
|
|
53
|
+
Server,
|
|
54
|
+
Settings2,
|
|
55
|
+
TriangleAlert,
|
|
56
|
+
Wifi,
|
|
57
|
+
X,
|
|
58
|
+
XCircle
|
|
59
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@jerco/icons",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.cjs",
|
|
7
|
+
"module": "./dist/index.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"import": "./dist/index.js",
|
|
16
|
+
"require": "./dist/index.cjs"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"lucide-react": "latest"
|
|
21
|
+
},
|
|
22
|
+
"peerDependencies": {
|
|
23
|
+
"react": ">=18"
|
|
24
|
+
},
|
|
25
|
+
"publishConfig": {
|
|
26
|
+
"access": "public",
|
|
27
|
+
"registry": "https://registry.npmjs.org/"
|
|
28
|
+
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"typecheck": "tsc -p tsconfig.json",
|
|
31
|
+
"build": "tsup src/index.ts --format esm,cjs --dts --clean --tsconfig tsconfig.build.json --external react"
|
|
32
|
+
}
|
|
33
|
+
}
|