@octaviaflow/icons 0.2.0-beta.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 ADDED
@@ -0,0 +1,200 @@
1
+ 'use strict';
2
+
3
+ var lucideReact = require('lucide-react');
4
+
5
+
6
+
7
+ Object.defineProperty(exports, "ActivityIcon", {
8
+ enumerable: true,
9
+ get: function () { return lucideReact.Activity; }
10
+ });
11
+ Object.defineProperty(exports, "AddIcon", {
12
+ enumerable: true,
13
+ get: function () { return lucideReact.Plus; }
14
+ });
15
+ Object.defineProperty(exports, "ArrowLeftIcon", {
16
+ enumerable: true,
17
+ get: function () { return lucideReact.ArrowLeft; }
18
+ });
19
+ Object.defineProperty(exports, "ArrowRightIcon", {
20
+ enumerable: true,
21
+ get: function () { return lucideReact.ArrowRight; }
22
+ });
23
+ Object.defineProperty(exports, "BranchIcon", {
24
+ enumerable: true,
25
+ get: function () { return lucideReact.GitBranch; }
26
+ });
27
+ Object.defineProperty(exports, "ChartIcon", {
28
+ enumerable: true,
29
+ get: function () { return lucideReact.BarChart3; }
30
+ });
31
+ Object.defineProperty(exports, "ChatIcon", {
32
+ enumerable: true,
33
+ get: function () { return lucideReact.MessageSquare; }
34
+ });
35
+ Object.defineProperty(exports, "CheckmarkIcon", {
36
+ enumerable: true,
37
+ get: function () { return lucideReact.Check; }
38
+ });
39
+ Object.defineProperty(exports, "ChevronDownIcon", {
40
+ enumerable: true,
41
+ get: function () { return lucideReact.ChevronDown; }
42
+ });
43
+ Object.defineProperty(exports, "ChevronLeftIcon", {
44
+ enumerable: true,
45
+ get: function () { return lucideReact.ChevronLeft; }
46
+ });
47
+ Object.defineProperty(exports, "ChevronRightIcon", {
48
+ enumerable: true,
49
+ get: function () { return lucideReact.ChevronRight; }
50
+ });
51
+ Object.defineProperty(exports, "ChevronUpIcon", {
52
+ enumerable: true,
53
+ get: function () { return lucideReact.ChevronUp; }
54
+ });
55
+ Object.defineProperty(exports, "CloseIcon", {
56
+ enumerable: true,
57
+ get: function () { return lucideReact.X; }
58
+ });
59
+ Object.defineProperty(exports, "CopyIcon", {
60
+ enumerable: true,
61
+ get: function () { return lucideReact.Copy; }
62
+ });
63
+ Object.defineProperty(exports, "DatabaseIcon", {
64
+ enumerable: true,
65
+ get: function () { return lucideReact.Database; }
66
+ });
67
+ Object.defineProperty(exports, "DocumentIcon", {
68
+ enumerable: true,
69
+ get: function () { return lucideReact.FileText; }
70
+ });
71
+ Object.defineProperty(exports, "DownloadIcon", {
72
+ enumerable: true,
73
+ get: function () { return lucideReact.Download; }
74
+ });
75
+ Object.defineProperty(exports, "EditIcon", {
76
+ enumerable: true,
77
+ get: function () { return lucideReact.Edit3; }
78
+ });
79
+ Object.defineProperty(exports, "EmailIcon", {
80
+ enumerable: true,
81
+ get: function () { return lucideReact.Mail; }
82
+ });
83
+ Object.defineProperty(exports, "ErrorIcon", {
84
+ enumerable: true,
85
+ get: function () { return lucideReact.XCircle; }
86
+ });
87
+ Object.defineProperty(exports, "ExternalLinkIcon", {
88
+ enumerable: true,
89
+ get: function () { return lucideReact.ExternalLink; }
90
+ });
91
+ Object.defineProperty(exports, "FilterIcon", {
92
+ enumerable: true,
93
+ get: function () { return lucideReact.Filter; }
94
+ });
95
+ Object.defineProperty(exports, "FolderIcon", {
96
+ enumerable: true,
97
+ get: function () { return lucideReact.FolderOpen; }
98
+ });
99
+ Object.defineProperty(exports, "GlobeIcon", {
100
+ enumerable: true,
101
+ get: function () { return lucideReact.Globe; }
102
+ });
103
+ Object.defineProperty(exports, "HomeIcon", {
104
+ enumerable: true,
105
+ get: function () { return lucideReact.Home; }
106
+ });
107
+ Object.defineProperty(exports, "InformationIcon", {
108
+ enumerable: true,
109
+ get: function () { return lucideReact.Info; }
110
+ });
111
+ Object.defineProperty(exports, "LinkIcon", {
112
+ enumerable: true,
113
+ get: function () { return lucideReact.Link; }
114
+ });
115
+ Object.defineProperty(exports, "MenuIcon", {
116
+ enumerable: true,
117
+ get: function () { return lucideReact.Menu; }
118
+ });
119
+ Object.defineProperty(exports, "NotificationIcon", {
120
+ enumerable: true,
121
+ get: function () { return lucideReact.Bell; }
122
+ });
123
+ Object.defineProperty(exports, "OverflowMenuIcon", {
124
+ enumerable: true,
125
+ get: function () { return lucideReact.MoreHorizontal; }
126
+ });
127
+ Object.defineProperty(exports, "PauseIcon", {
128
+ enumerable: true,
129
+ get: function () { return lucideReact.Pause; }
130
+ });
131
+ Object.defineProperty(exports, "PlayIcon", {
132
+ enumerable: true,
133
+ get: function () { return lucideReact.Play; }
134
+ });
135
+ Object.defineProperty(exports, "RefreshIcon", {
136
+ enumerable: true,
137
+ get: function () { return lucideReact.RefreshCw; }
138
+ });
139
+ Object.defineProperty(exports, "SaveIcon", {
140
+ enumerable: true,
141
+ get: function () { return lucideReact.Save; }
142
+ });
143
+ Object.defineProperty(exports, "SearchIcon", {
144
+ enumerable: true,
145
+ get: function () { return lucideReact.Search; }
146
+ });
147
+ Object.defineProperty(exports, "SendIcon", {
148
+ enumerable: true,
149
+ get: function () { return lucideReact.Send; }
150
+ });
151
+ Object.defineProperty(exports, "SettingsIcon", {
152
+ enumerable: true,
153
+ get: function () { return lucideReact.Settings; }
154
+ });
155
+ Object.defineProperty(exports, "SpinnerIcon", {
156
+ enumerable: true,
157
+ get: function () { return lucideReact.Loader2; }
158
+ });
159
+ Object.defineProperty(exports, "StopIcon", {
160
+ enumerable: true,
161
+ get: function () { return lucideReact.Square; }
162
+ });
163
+ Object.defineProperty(exports, "SubtractIcon", {
164
+ enumerable: true,
165
+ get: function () { return lucideReact.Minus; }
166
+ });
167
+ Object.defineProperty(exports, "SuccessIcon", {
168
+ enumerable: true,
169
+ get: function () { return lucideReact.CheckCircle; }
170
+ });
171
+ Object.defineProperty(exports, "TableIcon", {
172
+ enumerable: true,
173
+ get: function () { return lucideReact.Table; }
174
+ });
175
+ Object.defineProperty(exports, "TrashCanIcon", {
176
+ enumerable: true,
177
+ get: function () { return lucideReact.Trash2; }
178
+ });
179
+ Object.defineProperty(exports, "UploadIcon", {
180
+ enumerable: true,
181
+ get: function () { return lucideReact.Upload; }
182
+ });
183
+ Object.defineProperty(exports, "UsersIcon", {
184
+ enumerable: true,
185
+ get: function () { return lucideReact.Users; }
186
+ });
187
+ Object.defineProperty(exports, "WarningAltIcon", {
188
+ enumerable: true,
189
+ get: function () { return lucideReact.AlertTriangle; }
190
+ });
191
+ Object.defineProperty(exports, "WarningIcon", {
192
+ enumerable: true,
193
+ get: function () { return lucideReact.AlertCircle; }
194
+ });
195
+ Object.defineProperty(exports, "ZapIcon", {
196
+ enumerable: true,
197
+ get: function () { return lucideReact.Zap; }
198
+ });
199
+ //# sourceMappingURL=index.cjs.map
200
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
@@ -0,0 +1 @@
1
+ export { Activity as ActivityIcon, Plus as AddIcon, ArrowLeft as ArrowLeftIcon, ArrowRight as ArrowRightIcon, GitBranch as BranchIcon, BarChart3 as ChartIcon, MessageSquare as ChatIcon, Check as CheckmarkIcon, ChevronDown as ChevronDownIcon, ChevronLeft as ChevronLeftIcon, ChevronRight as ChevronRightIcon, ChevronUp as ChevronUpIcon, X as CloseIcon, Copy as CopyIcon, Database as DatabaseIcon, FileText as DocumentIcon, Download as DownloadIcon, Edit3 as EditIcon, Mail as EmailIcon, XCircle as ErrorIcon, ExternalLink as ExternalLinkIcon, Filter as FilterIcon, FolderOpen as FolderIcon, Globe as GlobeIcon, Home as HomeIcon, Info as InformationIcon, Link as LinkIcon, Menu as MenuIcon, Bell as NotificationIcon, LucideProps as OdsIconProps, MoreHorizontal as OverflowMenuIcon, Pause as PauseIcon, Play as PlayIcon, RefreshCw as RefreshIcon, Save as SaveIcon, Search as SearchIcon, Send as SendIcon, Settings as SettingsIcon, Loader2 as SpinnerIcon, Square as StopIcon, Minus as SubtractIcon, CheckCircle as SuccessIcon, Table as TableIcon, Trash2 as TrashCanIcon, Upload as UploadIcon, Users as UsersIcon, AlertTriangle as WarningAltIcon, AlertCircle as WarningIcon, Zap as ZapIcon } from 'lucide-react';
@@ -0,0 +1 @@
1
+ export { Activity as ActivityIcon, Plus as AddIcon, ArrowLeft as ArrowLeftIcon, ArrowRight as ArrowRightIcon, GitBranch as BranchIcon, BarChart3 as ChartIcon, MessageSquare as ChatIcon, Check as CheckmarkIcon, ChevronDown as ChevronDownIcon, ChevronLeft as ChevronLeftIcon, ChevronRight as ChevronRightIcon, ChevronUp as ChevronUpIcon, X as CloseIcon, Copy as CopyIcon, Database as DatabaseIcon, FileText as DocumentIcon, Download as DownloadIcon, Edit3 as EditIcon, Mail as EmailIcon, XCircle as ErrorIcon, ExternalLink as ExternalLinkIcon, Filter as FilterIcon, FolderOpen as FolderIcon, Globe as GlobeIcon, Home as HomeIcon, Info as InformationIcon, Link as LinkIcon, Menu as MenuIcon, Bell as NotificationIcon, LucideProps as OdsIconProps, MoreHorizontal as OverflowMenuIcon, Pause as PauseIcon, Play as PlayIcon, RefreshCw as RefreshIcon, Save as SaveIcon, Search as SearchIcon, Send as SendIcon, Settings as SettingsIcon, Loader2 as SpinnerIcon, Square as StopIcon, Minus as SubtractIcon, CheckCircle as SuccessIcon, Table as TableIcon, Trash2 as TrashCanIcon, Upload as UploadIcon, Users as UsersIcon, AlertTriangle as WarningAltIcon, AlertCircle as WarningIcon, Zap as ZapIcon } from 'lucide-react';
package/dist/index.js ADDED
@@ -0,0 +1,3 @@
1
+ export { Activity as ActivityIcon, Plus as AddIcon, ArrowLeft as ArrowLeftIcon, ArrowRight as ArrowRightIcon, GitBranch as BranchIcon, BarChart3 as ChartIcon, MessageSquare as ChatIcon, Check as CheckmarkIcon, ChevronDown as ChevronDownIcon, ChevronLeft as ChevronLeftIcon, ChevronRight as ChevronRightIcon, ChevronUp as ChevronUpIcon, X as CloseIcon, Copy as CopyIcon, Database as DatabaseIcon, FileText as DocumentIcon, Download as DownloadIcon, Edit3 as EditIcon, Mail as EmailIcon, XCircle as ErrorIcon, ExternalLink as ExternalLinkIcon, Filter as FilterIcon, FolderOpen as FolderIcon, Globe as GlobeIcon, Home as HomeIcon, Info as InformationIcon, Link as LinkIcon, Menu as MenuIcon, Bell as NotificationIcon, MoreHorizontal as OverflowMenuIcon, Pause as PauseIcon, Play as PlayIcon, RefreshCw as RefreshIcon, Save as SaveIcon, Search as SearchIcon, Send as SendIcon, Settings as SettingsIcon, Loader2 as SpinnerIcon, Square as StopIcon, Minus as SubtractIcon, CheckCircle as SuccessIcon, Table as TableIcon, Trash2 as TrashCanIcon, Upload as UploadIcon, Users as UsersIcon, AlertTriangle as WarningAltIcon, AlertCircle as WarningIcon, Zap as ZapIcon } from 'lucide-react';
2
+ //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
package/package.json ADDED
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "@octaviaflow/icons",
3
+ "version": "0.2.0-beta.0",
4
+ "description": "Icon library for OctaviaFlow Design System",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.cjs"
14
+ }
15
+ },
16
+ "sideEffects": false,
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "scripts": {
21
+ "build": "tsup",
22
+ "lint": "biome check --diagnostic-level=error src/",
23
+ "test": "vitest run",
24
+ "test:coverage": "vitest run --coverage"
25
+ },
26
+ "dependencies": {
27
+ "lucide-react": "^0.510.0"
28
+ },
29
+ "peerDependencies": {
30
+ "react": "^19.0.0"
31
+ },
32
+ "devDependencies": {
33
+ "@types/react": "^19.2.0",
34
+ "@vitest/coverage-v8": "^3.2.0",
35
+ "react": "^19.2.0",
36
+ "tsup": "^8.5.0",
37
+ "typescript": "^5.8.0",
38
+ "vitest": "^3.2.0"
39
+ },
40
+ "publishConfig": {
41
+ "access": "public"
42
+ }
43
+ }