@mittwald/flow-icons 0.2.0-alpha.883 → 0.2.0-alpha.884

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.
@@ -131,3 +131,4 @@ export { IconSuccess } from "./IconSuccess.js";
131
131
  export { IconUnavailable } from "./IconUnavailable.js";
132
132
  export { IconWarning } from "./IconWarning.js";
133
133
  export * from "../iconSet.js";
134
+ export * from "../iconCategories.js";
@@ -0,0 +1,139 @@
1
+ /* auto-generated file */
2
+ export const iconCategories = {
3
+ functional: [
4
+ "Ascending",
5
+ "Attachment",
6
+ "BackLink",
7
+ "Bold",
8
+ "Check",
9
+ "CheckboxChecked",
10
+ "CheckboxEmpty",
11
+ "CheckboxIndeterminate",
12
+ "ChevronDown",
13
+ "ChevronLeft",
14
+ "ChevronRight",
15
+ "ChevronUp",
16
+ "Close",
17
+ "Code",
18
+ "ContextMenu",
19
+ "ContextMenuVertical",
20
+ "Copy",
21
+ "Descending",
22
+ "Delete",
23
+ "Download",
24
+ "Edit",
25
+ "ExternalLink",
26
+ "Filter",
27
+ "ForwardLink",
28
+ "Hide",
29
+ "Home",
30
+ "Italic",
31
+ "Link",
32
+ "Logout",
33
+ "Maximize",
34
+ "Menu",
35
+ "Minimize",
36
+ "Minus",
37
+ "Notification",
38
+ "OrderedList",
39
+ "Pause",
40
+ "Plus",
41
+ "Quote",
42
+ "RadioOff",
43
+ "RadioOn",
44
+ "Redo",
45
+ "Refresh",
46
+ "Save",
47
+ "Search",
48
+ "Send",
49
+ "Settings",
50
+ "Share",
51
+ "Show",
52
+ "Sorting",
53
+ "Start",
54
+ "StrikeThrough",
55
+ "Undo",
56
+ "UnorderedList",
57
+ "Upload",
58
+ "View",
59
+ ],
60
+ decorative: [
61
+ "AI",
62
+ "Analytics",
63
+ "App",
64
+ "Autoresponder",
65
+ "Backup",
66
+ "Camera",
67
+ "Changelog",
68
+ "Certificate",
69
+ "Container",
70
+ "Contract",
71
+ "ContractPartner",
72
+ "Contributor",
73
+ "Cronjob",
74
+ "Customer",
75
+ "Dashboard",
76
+ "Database",
77
+ "Date",
78
+ "DeliveryBox",
79
+ "Desktop",
80
+ "Directory",
81
+ "DnsSubZone",
82
+ "DnsZone",
83
+ "Domain",
84
+ "Email",
85
+ "EmailArchive",
86
+ "Extension",
87
+ "Feedback",
88
+ "File",
89
+ "ForwardAddress",
90
+ "Image",
91
+ "Invite",
92
+ "Invoice",
93
+ "KnowledgeHint",
94
+ "Language",
95
+ "LeadFyndr",
96
+ "Lock",
97
+ "LockOpen",
98
+ "MainUser",
99
+ "Marketplace",
100
+ "Member",
101
+ "Mittwald",
102
+ "Mobile",
103
+ "Monitoring",
104
+ "Move",
105
+ "Number",
106
+ "Order",
107
+ "Password",
108
+ "Path",
109
+ "Payment",
110
+ "Project",
111
+ "Registry",
112
+ "Security",
113
+ "Server",
114
+ "Ssh",
115
+ "SshKey",
116
+ "SshSftp",
117
+ "Stack",
118
+ "Star",
119
+ "Subdomain",
120
+ "Support",
121
+ "Terminate",
122
+ "Ticket",
123
+ "Time",
124
+ "User",
125
+ "Vhost",
126
+ "Volume",
127
+ ],
128
+ status: [
129
+ "Danger",
130
+ "Failed",
131
+ "Info",
132
+ "Pending",
133
+ "Succeeded",
134
+ "Success",
135
+ "Unavailable",
136
+ "Warning",
137
+ ],
138
+ };
139
+ export default iconCategories;
@@ -130,3 +130,4 @@ export { IconSuccess } from "./IconSuccess.tsx";
130
130
  export { IconUnavailable } from "./IconUnavailable.tsx";
131
131
  export { IconWarning } from "./IconWarning.tsx";
132
132
  export * from "../iconSet.ts";
133
+ export * from "../iconCategories.ts";
@@ -0,0 +1,7 @@
1
+ export declare const iconCategories: {
2
+ readonly functional: readonly ["Ascending", "Attachment", "BackLink", "Bold", "Check", "CheckboxChecked", "CheckboxEmpty", "CheckboxIndeterminate", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronUp", "Close", "Code", "ContextMenu", "ContextMenuVertical", "Copy", "Descending", "Delete", "Download", "Edit", "ExternalLink", "Filter", "ForwardLink", "Hide", "Home", "Italic", "Link", "Logout", "Maximize", "Menu", "Minimize", "Minus", "Notification", "OrderedList", "Pause", "Plus", "Quote", "RadioOff", "RadioOn", "Redo", "Refresh", "Save", "Search", "Send", "Settings", "Share", "Show", "Sorting", "Start", "StrikeThrough", "Undo", "UnorderedList", "Upload", "View"];
3
+ readonly decorative: readonly ["AI", "Analytics", "App", "Autoresponder", "Backup", "Camera", "Changelog", "Certificate", "Container", "Contract", "ContractPartner", "Contributor", "Cronjob", "Customer", "Dashboard", "Database", "Date", "DeliveryBox", "Desktop", "Directory", "DnsSubZone", "DnsZone", "Domain", "Email", "EmailArchive", "Extension", "Feedback", "File", "ForwardAddress", "Image", "Invite", "Invoice", "KnowledgeHint", "Language", "LeadFyndr", "Lock", "LockOpen", "MainUser", "Marketplace", "Member", "Mittwald", "Mobile", "Monitoring", "Move", "Number", "Order", "Password", "Path", "Payment", "Project", "Registry", "Security", "Server", "Ssh", "SshKey", "SshSftp", "Stack", "Star", "Subdomain", "Support", "Terminate", "Ticket", "Time", "User", "Vhost", "Volume"];
4
+ readonly status: readonly ["Danger", "Failed", "Info", "Pending", "Succeeded", "Success", "Unavailable", "Warning"];
5
+ };
6
+ export type IconCategory = keyof typeof iconCategories;
7
+ export default iconCategories;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-icons",
3
- "version": "0.2.0-alpha.883",
3
+ "version": "0.2.0-alpha.884",
4
4
  "type": "module",
5
5
  "description": "Default iconset for Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -33,5 +33,5 @@
33
33
  "peerDependencies": {
34
34
  "react": "^19.2.0"
35
35
  },
36
- "gitHead": "835b1b9c26a4b33af954c34664b82d91368e4ac5"
36
+ "gitHead": "ac4479bf2814da2f979d78c04b3c8b3114542fa3"
37
37
  }