@expcat/tigercat-core 2.1.3 → 2.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.
Files changed (51) hide show
  1. package/README.md +10 -0
  2. package/dist/{data-export-D01yjggE.d.ts → data-export-dxdDe47U.d.ts} +1 -1
  3. package/dist/datepicker-locales/ar-SA.d.ts +1 -1
  4. package/dist/datepicker-locales/de-DE.d.ts +1 -1
  5. package/dist/datepicker-locales/en-US.d.ts +1 -1
  6. package/dist/datepicker-locales/es-ES.d.ts +1 -1
  7. package/dist/datepicker-locales/fr-FR.d.ts +1 -1
  8. package/dist/datepicker-locales/id-ID.d.ts +1 -1
  9. package/dist/datepicker-locales/ja-JP.d.ts +1 -1
  10. package/dist/datepicker-locales/ko-KR.d.ts +1 -1
  11. package/dist/datepicker-locales/pt-BR.d.ts +1 -1
  12. package/dist/datepicker-locales/registry.d.ts +1 -1
  13. package/dist/datepicker-locales/th-TH.d.ts +1 -1
  14. package/dist/datepicker-locales/vi-VN.d.ts +1 -1
  15. package/dist/datepicker-locales/zh-CN.d.ts +1 -1
  16. package/dist/datepicker-locales/zh-TW.d.ts +1 -1
  17. package/dist/icons/registry.d.ts +23 -3
  18. package/dist/icons/registry.js +54 -17
  19. package/dist/index.d.ts +325 -147
  20. package/dist/index.js +394 -53
  21. package/dist/{locale-qoiGEqe_.d.ts → locale-B_jkaex_.d.ts} +38 -1
  22. package/dist/locales/ar-SA.d.ts +1 -1
  23. package/dist/locales/ar-SA.js +6 -1
  24. package/dist/locales/de-DE.d.ts +1 -1
  25. package/dist/locales/de-DE.js +6 -1
  26. package/dist/locales/en-US.d.ts +1 -1
  27. package/dist/locales/en-US.js +6 -1
  28. package/dist/locales/es-ES.d.ts +1 -1
  29. package/dist/locales/es-ES.js +6 -1
  30. package/dist/locales/fr-FR.d.ts +1 -1
  31. package/dist/locales/fr-FR.js +6 -1
  32. package/dist/locales/id-ID.d.ts +1 -1
  33. package/dist/locales/id-ID.js +6 -1
  34. package/dist/locales/ja-JP.d.ts +1 -1
  35. package/dist/locales/ja-JP.js +6 -1
  36. package/dist/locales/ko-KR.d.ts +1 -1
  37. package/dist/locales/ko-KR.js +6 -1
  38. package/dist/locales/pt-BR.d.ts +1 -1
  39. package/dist/locales/pt-BR.js +6 -1
  40. package/dist/locales/th-TH.d.ts +1 -1
  41. package/dist/locales/th-TH.js +6 -1
  42. package/dist/locales/vi-VN.d.ts +1 -1
  43. package/dist/locales/vi-VN.js +6 -1
  44. package/dist/locales/zh-CN.d.ts +1 -1
  45. package/dist/locales/zh-CN.js +6 -1
  46. package/dist/locales/zh-TW.d.ts +1 -1
  47. package/dist/locales/zh-TW.js +6 -1
  48. package/dist/{table-R9Yp1aVa.d.ts → table-GjUkOiNr.d.ts} +1 -1
  49. package/dist/utils/data-export.d.ts +3 -3
  50. package/dist/utils/table-export.d.ts +2 -2
  51. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,11 @@ npm install @expcat/tigercat-core
24
24
  | **Theme** | CSS variables (`THEME_CSS_VARS`), color utilities, component theme configs |
25
25
  | **Tailwind Plugin** | `tigercatPlugin` - Tailwind CSS plugin for theme integration |
26
26
 
27
+ Runtime theme and design tokens are documented in
28
+ [theme.md](https://github.com/expcat/Tigercat/blob/main/skills/tigercat/references/theme.md)
29
+ and
30
+ [tokens.md](https://github.com/expcat/Tigercat/blob/main/skills/tigercat/references/tokens.md).
31
+
27
32
  ## Tailwind Plugin
28
33
 
29
34
  ```css
@@ -34,6 +39,11 @@ npm install @expcat/tigercat-core
34
39
  The modern preset only changes component styling when a consumer sets
35
40
  `data-tiger-style="modern"`; the default visual style remains unchanged.
36
41
 
42
+ ## Next
43
+
44
+ - Install, compatibility, and MCP client config:
45
+ [root README](https://github.com/expcat/Tigercat/blob/main/README.md)
46
+
37
47
  ## License
38
48
 
39
49
  [MIT](https://opensource.org/licenses/MIT)
@@ -1,4 +1,4 @@
1
- import { T as TableColumn } from './table-R9Yp1aVa.js';
1
+ import { T as TableColumn } from './table-GjUkOiNr.js';
2
2
 
3
3
  /**
4
4
  * DataExport component types and interfaces
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const AR_SA_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const DE_DE_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const EN_US_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const ES_ES_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const FR_FR_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const ID_ID_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const JA_JP_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const KO_KR_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const PT_BR_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset, a as DatePickerLabels } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset, a as DatePickerLabels } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const DATEPICKER_LOCALES: readonly DatePickerLocalePreset[];
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const TH_TH_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const VI_VN_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const ZH_CN_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -1,4 +1,4 @@
1
- import { D as DatePickerLocalePreset } from '../locale-qoiGEqe_.js';
1
+ import { D as DatePickerLocalePreset } from '../locale-B_jkaex_.js';
2
2
  import '@floating-ui/dom';
3
3
 
4
4
  declare const ZH_TW_DATEPICKER_LOCALE: DatePickerLocalePreset;
@@ -84,6 +84,14 @@ declare const iconRegistry: {
84
84
  'x-circle': IconDefinition;
85
85
  users: IconDefinition;
86
86
  dashboard: IconDefinition;
87
+ fullscreen: IconDefinition;
88
+ 'fullscreen-exit': IconDefinition;
89
+ ticket: IconDefinition;
90
+ bolt: IconDefinition;
91
+ zap: IconDefinition;
92
+ 'chart-bar': IconDefinition;
93
+ chart: IconDefinition;
94
+ database: IconDefinition;
87
95
  };
88
96
  /**
89
97
  * Union of all built-in icon names.
@@ -94,10 +102,22 @@ type IconName = keyof typeof iconRegistry;
94
102
  */
95
103
  declare const iconNames: IconName[];
96
104
  /**
97
- * Look up a built-in icon definition by name. Returns `undefined` for unknown
98
- * names so callers can fall back gracefully.
105
+ * Look up a built-in or {@link registerIcon registered} icon definition.
106
+ * Returns `undefined` for unknown names so callers can fall back gracefully.
107
+ * Built-in names win over custom registrations.
99
108
  */
100
109
  declare function getIconDefinition(name: string): IconDefinition | undefined;
110
+ /**
111
+ * Register an application-level icon name. Unknown `Icon name="…"` lookups
112
+ * resolve through this map. Built-in names are not overwritten. Importing
113
+ * this function from `@expcat/tigercat-core/icons/registry` keeps unused
114
+ * glyphs tree-shakeable.
115
+ */
116
+ declare function registerIcon(name: string, definition: IconDefinition): void;
117
+ declare function registerIcons(icons: Record<string, IconDefinition>): void;
118
+ declare function unregisterIcon(name: string): void;
119
+ declare function clearRegisteredIcons(): void;
120
+ declare function registeredIconNames(): string[];
101
121
  declare const sortAscendingIcon: IconDefinition;
102
122
  declare const sortDescendingIcon: IconDefinition;
103
123
  declare const listIcon: IconDefinition;
@@ -234,4 +254,4 @@ declare const extendedIcons: {
234
254
  */
235
255
  type ExtendedIconName = keyof typeof extendedIcons;
236
256
 
237
- export { type ExtendedIconName, type IconDefinition, type IconName, type IconRenderMode, archiveIcon, banIcon, boltIcon, bookIcon, bookmarkIcon, briefcaseIcon, buildingIcon, cameraIcon, cartIcon, chartBarIcon, chartPieIcon, chatIcon, cloudDownloadIcon, cloudIcon, cloudUploadIcon, codeIcon, cpuIcon, creditCardIcon, currencyDollarIcon, databaseIcon, exclamationCircleIcon, extendedIcons, flagIcon, fullscreenExitIcon, fullscreenIcon, getIconDefinition, giftIcon, globeIcon, gridIcon, helpCircleIcon, iconNames, iconRegistry, inboxIcon, keyIcon, listIcon, microphoneIcon, moonIcon, musicIcon, paperclipIcon, pauseIcon, playIcon, printIcon, rocketIcon, sendIcon, serverIcon, shareIcon, shieldCheckIcon, sortAscendingIcon, sortDescendingIcon, sparklesIcon, stopIcon, sunIcon, tagIcon, terminalIcon, thumbsDownIcon, thumbsUpIcon, translateIcon, truckIcon, unlockIcon, videoIcon, volumeOffIcon, volumeUpIcon, walletIcon, wifiIcon, zoomInIcon, zoomOutIcon };
257
+ export { type ExtendedIconName, type IconDefinition, type IconName, type IconRenderMode, archiveIcon, banIcon, boltIcon, bookIcon, bookmarkIcon, briefcaseIcon, buildingIcon, cameraIcon, cartIcon, chartBarIcon, chartPieIcon, chatIcon, clearRegisteredIcons, cloudDownloadIcon, cloudIcon, cloudUploadIcon, codeIcon, cpuIcon, creditCardIcon, currencyDollarIcon, databaseIcon, exclamationCircleIcon, extendedIcons, flagIcon, fullscreenExitIcon, fullscreenIcon, getIconDefinition, giftIcon, globeIcon, gridIcon, helpCircleIcon, iconNames, iconRegistry, inboxIcon, keyIcon, listIcon, microphoneIcon, moonIcon, musicIcon, paperclipIcon, pauseIcon, playIcon, printIcon, registerIcon, registerIcons, registeredIconNames, rocketIcon, sendIcon, serverIcon, shareIcon, shieldCheckIcon, sortAscendingIcon, sortDescendingIcon, sparklesIcon, stopIcon, sunIcon, tagIcon, terminalIcon, thumbsDownIcon, thumbsUpIcon, translateIcon, truckIcon, unlockIcon, unregisterIcon, videoIcon, volumeOffIcon, volumeUpIcon, walletIcon, wifiIcon, zoomInIcon, zoomOutIcon };
@@ -131,11 +131,53 @@ var iconRegistry = {
131
131
  users: stroke24(
132
132
  "M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"
133
133
  ),
134
- dashboard: squares2x2
134
+ dashboard: squares2x2,
135
+ // --- Admin / shell glyphs (Heroicons-style, 24x24) ---
136
+ fullscreen: stroke24(
137
+ "M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15"
138
+ ),
139
+ "fullscreen-exit": stroke24(
140
+ "M9 9V4.5M9 9H4.5M9 9 3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5 5.25 5.25"
141
+ ),
142
+ ticket: stroke24(
143
+ "M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 0 1 0 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 0 1 0-5.198V6.375c0-.621-.504-1.125-1.125-1.125H3.375Z"
144
+ ),
145
+ bolt: stroke24("m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"),
146
+ zap: stroke24("m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"),
147
+ "chart-bar": stroke24(
148
+ "M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z"
149
+ ),
150
+ chart: stroke24(
151
+ "M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z"
152
+ ),
153
+ database: stroke24(
154
+ "M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"
155
+ )
135
156
  };
136
157
  var iconNames = Object.keys(iconRegistry);
158
+ var customIconRegistry = /* @__PURE__ */ new Map();
137
159
  function getIconDefinition(name) {
138
- return iconRegistry[name];
160
+ return iconRegistry[name] ?? customIconRegistry.get(name);
161
+ }
162
+ function registerIcon(name, definition) {
163
+ const trimmed = name.trim();
164
+ if (!trimmed) return;
165
+ if (iconRegistry[trimmed]) return;
166
+ customIconRegistry.set(trimmed, definition);
167
+ }
168
+ function registerIcons(icons) {
169
+ for (const [name, definition] of Object.entries(icons)) {
170
+ registerIcon(name, definition);
171
+ }
172
+ }
173
+ function unregisterIcon(name) {
174
+ customIconRegistry.delete(name);
175
+ }
176
+ function clearRegisteredIcons() {
177
+ customIconRegistry.clear();
178
+ }
179
+ function registeredIconNames() {
180
+ return Array.from(customIconRegistry.keys());
139
181
  }
140
182
  var sortAscendingIcon = /* @__PURE__ */ stroke24(
141
183
  "M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12"
@@ -147,12 +189,8 @@ var listIcon = /* @__PURE__ */ stroke24(
147
189
  "M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM3.75 12h.007v.008H3.75V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm-.375 5.25h.007v.008H3.75v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"
148
190
  );
149
191
  var gridIcon = squares2x2;
150
- var fullscreenIcon = /* @__PURE__ */ stroke24(
151
- "M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15"
152
- );
153
- var fullscreenExitIcon = /* @__PURE__ */ stroke24(
154
- "M9 9V4.5M9 9H4.5M9 9 3.75 3.75M9 15v4.5M9 15H4.5M9 15l-5.25 5.25M15 9h4.5M15 9V4.5M15 9l5.25-5.25M15 15h4.5M15 15v4.5m0-4.5 5.25 5.25"
155
- );
192
+ var fullscreenIcon = iconRegistry.fullscreen;
193
+ var fullscreenExitIcon = iconRegistry["fullscreen-exit"];
156
194
  var zoomInIcon = /* @__PURE__ */ stroke24(
157
195
  "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607ZM10.5 7.5v6m3-3h-6"
158
196
  );
@@ -199,9 +237,7 @@ var archiveIcon = /* @__PURE__ */ stroke24(
199
237
  var inboxIcon = /* @__PURE__ */ stroke24(
200
238
  "M2.25 13.5h3.86a2.25 2.25 0 0 1 2.012 1.244l.256.512a2.25 2.25 0 0 0 2.013 1.244h3.218a2.25 2.25 0 0 0 2.013-1.244l.256-.512a2.25 2.25 0 0 1 2.013-1.244h3.859m-19.5.338V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18v-4.162c0-.224-.034-.447-.1-.661L19.24 5.338a2.25 2.25 0 0 0-2.15-1.588H6.911a2.25 2.25 0 0 0-2.15 1.588L2.35 13.177a2.25 2.25 0 0 0-.1.661Z"
201
239
  );
202
- var boltIcon = /* @__PURE__ */ stroke24(
203
- "m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z"
204
- );
240
+ var boltIcon = iconRegistry.bolt;
205
241
  var chatIcon = /* @__PURE__ */ stroke24(
206
242
  "M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"
207
243
  );
@@ -261,16 +297,12 @@ var currencyDollarIcon = /* @__PURE__ */ stroke24(
261
297
  var walletIcon = /* @__PURE__ */ stroke24(
262
298
  "M21 12a2.25 2.25 0 0 0-2.25-2.25H15a3 3 0 1 1-6 0H5.25A2.25 2.25 0 0 0 3 12m18 0v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 9m18 0V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v3"
263
299
  );
264
- var chartBarIcon = /* @__PURE__ */ stroke24(
265
- "M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 0 1 3 19.875v-6.75ZM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V8.625ZM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 0 1-1.125-1.125V4.125Z"
266
- );
300
+ var chartBarIcon = iconRegistry["chart-bar"];
267
301
  var chartPieIcon = /* @__PURE__ */ stroke24(
268
302
  "M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z",
269
303
  "M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z"
270
304
  );
271
- var databaseIcon = /* @__PURE__ */ stroke24(
272
- "M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"
273
- );
305
+ var databaseIcon = iconRegistry.database;
274
306
  var serverIcon = /* @__PURE__ */ stroke24(
275
307
  "M21.75 17.25v-.228a4.5 4.5 0 0 0-.12-1.03l-2.268-9.64a3.375 3.375 0 0 0-3.285-2.602H7.923a3.375 3.375 0 0 0-3.285 2.602l-2.268 9.64a4.5 4.5 0 0 0-.12 1.03v.228m19.5 0a3 3 0 0 1-3 3H5.25a3 3 0 0 1-3-3m19.5 0a3 3 0 0 0-3-3H5.25a3 3 0 0 0-3 3m16.5 0h.008v.008h-.008v-.008Zm-3 0h.008v.008h-.008v-.008Z"
276
308
  );
@@ -399,6 +431,7 @@ export {
399
431
  chartBarIcon,
400
432
  chartPieIcon,
401
433
  chatIcon,
434
+ clearRegisteredIcons,
402
435
  cloudDownloadIcon,
403
436
  cloudIcon,
404
437
  cloudUploadIcon,
@@ -429,6 +462,9 @@ export {
429
462
  pauseIcon,
430
463
  playIcon,
431
464
  printIcon,
465
+ registerIcon,
466
+ registerIcons,
467
+ registeredIconNames,
432
468
  rocketIcon,
433
469
  sendIcon,
434
470
  serverIcon,
@@ -446,6 +482,7 @@ export {
446
482
  translateIcon,
447
483
  truckIcon,
448
484
  unlockIcon,
485
+ unregisterIcon,
449
486
  videoIcon,
450
487
  volumeOffIcon,
451
488
  volumeUpIcon,