@stndrds/constants 1.0.0-alpha.294 → 1.0.0-alpha.296

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.js CHANGED
@@ -1,2970 +1,2 @@
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
- AI_CHAT_ACCEPTED_TYPES: () => AI_CHAT_ACCEPTED_TYPES,
24
- AI_CHAT_MAX_FILES: () => AI_CHAT_MAX_FILES,
25
- AI_CHAT_MAX_FILE_SIZE: () => AI_CHAT_MAX_FILE_SIZE,
26
- AI_CHAT_SUPPORTED_DOCUMENTS: () => AI_CHAT_SUPPORTED_DOCUMENTS,
27
- AI_CHAT_SUPPORTED_IMAGES: () => AI_CHAT_SUPPORTED_IMAGES,
28
- AI_CHAT_SUPPORTED_MIME_TYPES: () => AI_CHAT_SUPPORTED_MIME_TYPES,
29
- ALL_MIME_TYPES: () => ALL_MIME_TYPES,
30
- ARCHIVES: () => ARCHIVES,
31
- ARCHIVE_MIME_TYPES: () => ARCHIVE_MIME_TYPES,
32
- ARCHIVE_MIME_TYPES_ARRAY: () => ARCHIVE_MIME_TYPES_ARRAY,
33
- AUDIO: () => AUDIO,
34
- AUDIO_MIME_TYPES: () => AUDIO_MIME_TYPES,
35
- AUDIO_MIME_TYPES_ARRAY: () => AUDIO_MIME_TYPES_ARRAY,
36
- BUILT_IN_AGENT_TOOL_GROUPS: () => BUILT_IN_AGENT_TOOL_GROUPS,
37
- BUILT_IN_AGENT_TOOL_NAMES: () => BUILT_IN_AGENT_TOOL_NAMES,
38
- BYTES: () => BYTES,
39
- CODE: () => CODE,
40
- CODE_MIME_TYPES: () => CODE_MIME_TYPES,
41
- CODE_MIME_TYPES_ARRAY: () => CODE_MIME_TYPES_ARRAY,
42
- COLORS: () => COLORS,
43
- COLOR_GROUPS: () => COLOR_GROUPS,
44
- COUNTRIES: () => COUNTRIES,
45
- CURRENCIES: () => CURRENCIES,
46
- DEFAULT_ATTRIBUTE_ICONS: () => DEFAULT_ATTRIBUTE_ICONS,
47
- DEFAULT_TAB_ICONS: () => DEFAULT_TAB_ICONS,
48
- DEFAULT_TENANT_ID: () => DEFAULT_TENANT_ID,
49
- DOCUMENTS: () => DOCUMENTS,
50
- DOCUMENT_MIME_TYPES: () => DOCUMENT_MIME_TYPES,
51
- DOCUMENT_MIME_TYPES_ARRAY: () => DOCUMENT_MIME_TYPES_ARRAY,
52
- FILE_SIZE: () => FILE_SIZE,
53
- FONTS: () => FONTS,
54
- FONT_MIME_TYPES: () => FONT_MIME_TYPES,
55
- FONT_MIME_TYPES_ARRAY: () => FONT_MIME_TYPES_ARRAY,
56
- GIGABYTES: () => GIGABYTES,
57
- ICONS: () => ICONS,
58
- IMAGES: () => IMAGES,
59
- IMAGE_MIME_TYPES: () => IMAGE_MIME_TYPES,
60
- IMAGE_MIME_TYPES_ARRAY: () => IMAGE_MIME_TYPES_ARRAY,
61
- KILOBYTES: () => KILOBYTES,
62
- MEDIA: () => MEDIA,
63
- MEGABYTES: () => MEGABYTES,
64
- MEMORY_DESCRIPTION_MAX_LENGTH: () => MEMORY_DESCRIPTION_MAX_LENGTH,
65
- MEMORY_NAME_MAX_LENGTH: () => MEMORY_NAME_MAX_LENGTH,
66
- OFFICE_DOCUMENTS: () => OFFICE_DOCUMENTS,
67
- RECOMMENDED_MAX_SIZES: () => RECOMMENDED_MAX_SIZES,
68
- SKILL_DESCRIPTION_MAX_LENGTH: () => SKILL_DESCRIPTION_MAX_LENGTH,
69
- SKILL_NAME_MAX_LENGTH: () => SKILL_NAME_MAX_LENGTH,
70
- STATUS_COLORS: () => STATUS_COLORS,
71
- TEXT_FORMAT_PRESETS: () => TEXT_FORMAT_PRESETS,
72
- VIDEO: () => VIDEO,
73
- VIDEO_MIME_TYPES: () => VIDEO_MIME_TYPES,
74
- VIDEO_MIME_TYPES_ARRAY: () => VIDEO_MIME_TYPES_ARRAY,
75
- WEB_IMAGES: () => WEB_IMAGES,
76
- bytesToGb: () => bytesToGb,
77
- bytesToMb: () => bytesToMb,
78
- cn: () => cn,
79
- gbToBytes: () => gbToBytes,
80
- getAllColors: () => getAllColors,
81
- getAllCountries: () => getAllCountries,
82
- getAllCurrencies: () => getAllCurrencies,
83
- getColor: () => getColor,
84
- getColorIds: () => getColorIds,
85
- getColorsByGroup: () => getColorsByGroup,
86
- getCountryByIso2: () => getCountryByIso2,
87
- getCountryByIso3: () => getCountryByIso3,
88
- getCountryDisplayName: () => getCountryDisplayName,
89
- getCountryDisplayNameByIso3: () => getCountryDisplayNameByIso3,
90
- getCurrency: () => getCurrency,
91
- getCurrencySymbol: () => getCurrencySymbol,
92
- getDefaultAttributeIcon: () => getDefaultAttributeIcon,
93
- getDefaultTabIcon: () => getDefaultTabIcon,
94
- getPhoneMaxDigits: () => getPhoneMaxDigits,
95
- getPhoneTrunkPrefix: () => getPhoneTrunkPrefix,
96
- getSortedCountries: () => getSortedCountries,
97
- isArchiveMimeType: () => isArchiveMimeType,
98
- isAudioMimeType: () => isAudioMimeType,
99
- isCodeMimeType: () => isCodeMimeType,
100
- isDocumentMimeType: () => isDocumentMimeType,
101
- isImageMimeType: () => isImageMimeType,
102
- isValidColorId: () => isValidColorId,
103
- isValidCurrencyCode: () => isValidCurrencyCode,
104
- isValidIso2: () => isValidIso2,
105
- isValidIso3: () => isValidIso3,
106
- isVideoMimeType: () => isVideoMimeType,
107
- isWithinSizeLimit: () => isWithinSizeLimit,
108
- mbToBytes: () => mbToBytes,
109
- stripTrunkPrefix: () => stripTrunkPrefix
110
- });
111
- module.exports = __toCommonJS(index_exports);
112
-
113
- // src/mimeTypes.ts
114
- var IMAGE_MIME_TYPES = {
115
- JPEG: "image/jpeg",
116
- PNG: "image/png",
117
- GIF: "image/gif",
118
- WEBP: "image/webp",
119
- SVG: "image/svg+xml",
120
- BMP: "image/bmp",
121
- TIFF: "image/tiff",
122
- ICO: "image/x-icon",
123
- HEIC: "image/heic",
124
- HEIF: "image/heif"
125
- };
126
- var IMAGE_MIME_TYPES_ARRAY = Object.values(IMAGE_MIME_TYPES);
127
- var DOCUMENT_MIME_TYPES = {
128
- PDF: "application/pdf",
129
- DOC: "application/msword",
130
- DOCX: "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
131
- XLS: "application/vnd.ms-excel",
132
- XLSX: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
133
- PPT: "application/vnd.ms-powerpoint",
134
- PPTX: "application/vnd.openxmlformats-officedocument.presentationml.presentation",
135
- ODT: "application/vnd.oasis.opendocument.text",
136
- ODS: "application/vnd.oasis.opendocument.spreadsheet",
137
- ODP: "application/vnd.oasis.opendocument.presentation",
138
- RTF: "application/rtf",
139
- TXT: "text/plain",
140
- CSV: "text/csv",
141
- MARKDOWN: "text/markdown"
142
- };
143
- var DOCUMENT_MIME_TYPES_ARRAY = Object.values(DOCUMENT_MIME_TYPES);
144
- var ARCHIVE_MIME_TYPES = {
145
- ZIP: "application/zip",
146
- RAR: "application/vnd.rar",
147
- TAR: "application/x-tar",
148
- GZIP: "application/gzip",
149
- "7Z": "application/x-7z-compressed",
150
- BZ2: "application/x-bzip2"
151
- };
152
- var ARCHIVE_MIME_TYPES_ARRAY = Object.values(ARCHIVE_MIME_TYPES);
153
- var AUDIO_MIME_TYPES = {
154
- MP3: "audio/mpeg",
155
- WAV: "audio/wav",
156
- OGG: "audio/ogg",
157
- AAC: "audio/aac",
158
- FLAC: "audio/flac",
159
- M4A: "audio/mp4",
160
- WEBM: "audio/webm"
161
- };
162
- var AUDIO_MIME_TYPES_ARRAY = Object.values(AUDIO_MIME_TYPES);
163
- var VIDEO_MIME_TYPES = {
164
- MP4: "video/mp4",
165
- WEBM: "video/webm",
166
- OGG: "video/ogg",
167
- AVI: "video/x-msvideo",
168
- MOV: "video/quicktime",
169
- MKV: "video/x-matroska",
170
- FLV: "video/x-flv",
171
- WMV: "video/x-ms-wmv",
172
- MPEG: "video/mpeg"
173
- };
174
- var VIDEO_MIME_TYPES_ARRAY = Object.values(VIDEO_MIME_TYPES);
175
- var CODE_MIME_TYPES = {
176
- JAVASCRIPT: "text/javascript",
177
- TYPESCRIPT: "text/typescript",
178
- JSON: "application/json",
179
- XML: "application/xml",
180
- HTML: "text/html",
181
- CSS: "text/css",
182
- PYTHON: "text/x-python",
183
- JAVA: "text/x-java-source",
184
- C: "text/x-c",
185
- CPP: "text/x-c++",
186
- YAML: "application/x-yaml",
187
- SQL: "application/sql"
188
- };
189
- var CODE_MIME_TYPES_ARRAY = Object.values(CODE_MIME_TYPES);
190
- var FONT_MIME_TYPES = {
191
- TTF: "font/ttf",
192
- OTF: "font/otf",
193
- WOFF: "font/woff",
194
- WOFF2: "font/woff2",
195
- EOT: "application/vnd.ms-fontobject"
196
- };
197
- var FONT_MIME_TYPES_ARRAY = Object.values(FONT_MIME_TYPES);
198
- var IMAGES = IMAGE_MIME_TYPES_ARRAY;
199
- var DOCUMENTS = DOCUMENT_MIME_TYPES_ARRAY;
200
- var ARCHIVES = ARCHIVE_MIME_TYPES_ARRAY;
201
- var AUDIO = AUDIO_MIME_TYPES_ARRAY;
202
- var VIDEO = VIDEO_MIME_TYPES_ARRAY;
203
- var CODE = CODE_MIME_TYPES_ARRAY;
204
- var FONTS = FONT_MIME_TYPES_ARRAY;
205
- var WEB_IMAGES = [
206
- IMAGE_MIME_TYPES.JPEG,
207
- IMAGE_MIME_TYPES.PNG,
208
- IMAGE_MIME_TYPES.GIF,
209
- IMAGE_MIME_TYPES.WEBP
210
- ];
211
- var OFFICE_DOCUMENTS = [
212
- DOCUMENT_MIME_TYPES.PDF,
213
- DOCUMENT_MIME_TYPES.DOC,
214
- DOCUMENT_MIME_TYPES.DOCX,
215
- DOCUMENT_MIME_TYPES.XLS,
216
- DOCUMENT_MIME_TYPES.XLSX,
217
- DOCUMENT_MIME_TYPES.PPT,
218
- DOCUMENT_MIME_TYPES.PPTX
219
- ];
220
- var MEDIA = [...IMAGES, ...AUDIO, ...VIDEO];
221
- var ALL_MIME_TYPES = [
222
- ...IMAGES,
223
- ...DOCUMENTS,
224
- ...ARCHIVES,
225
- ...AUDIO,
226
- ...VIDEO,
227
- ...CODE,
228
- ...FONTS
229
- ];
230
- var isImageMimeType = (mimeType) => {
231
- return IMAGES.includes(mimeType);
232
- };
233
- var isDocumentMimeType = (mimeType) => {
234
- return DOCUMENTS.includes(mimeType);
235
- };
236
- var isArchiveMimeType = (mimeType) => {
237
- return ARCHIVES.includes(mimeType);
238
- };
239
- var isAudioMimeType = (mimeType) => {
240
- return AUDIO.includes(mimeType);
241
- };
242
- var isVideoMimeType = (mimeType) => {
243
- return VIDEO.includes(mimeType);
244
- };
245
- var isCodeMimeType = (mimeType) => {
246
- return CODE.includes(mimeType);
247
- };
248
-
249
- // src/aiChat.ts
250
- var AI_CHAT_SUPPORTED_IMAGES = [
251
- IMAGE_MIME_TYPES.JPEG,
252
- IMAGE_MIME_TYPES.PNG,
253
- IMAGE_MIME_TYPES.WEBP,
254
- IMAGE_MIME_TYPES.GIF,
255
- IMAGE_MIME_TYPES.SVG
256
- ];
257
- var AI_CHAT_SUPPORTED_DOCUMENTS = [
258
- DOCUMENT_MIME_TYPES.PDF,
259
- DOCUMENT_MIME_TYPES.DOC,
260
- DOCUMENT_MIME_TYPES.DOCX,
261
- DOCUMENT_MIME_TYPES.TXT,
262
- DOCUMENT_MIME_TYPES.MARKDOWN,
263
- DOCUMENT_MIME_TYPES.CSV
264
- ];
265
- var AI_CHAT_SUPPORTED_MIME_TYPES = [
266
- ...AI_CHAT_SUPPORTED_IMAGES,
267
- ...AI_CHAT_SUPPORTED_DOCUMENTS
268
- ];
269
- var AI_CHAT_ACCEPTED_TYPES = AI_CHAT_SUPPORTED_MIME_TYPES.join(",");
270
- var AI_CHAT_MAX_FILE_SIZE = 50 * 1024 * 1024;
271
- var AI_CHAT_MAX_FILES = 5;
272
-
273
- // src/agentTools.ts
274
- var BUILT_IN_AGENT_TOOL_GROUPS = {
275
- bulk: ["bulk_create_records", "bulk_delete_records", "bulk_search", "bulk_update_records"],
276
- calendar: ["get_calendar_event", "get_meeting_transcript", "search_calendar_events"],
277
- core: [
278
- "archive_document",
279
- "ask_questions",
280
- "attach_file",
281
- "call_reflex",
282
- "create_folder",
283
- "create_record",
284
- "delete_record",
285
- "exec_command",
286
- "get_record",
287
- "get_schema",
288
- "get_skill",
289
- "global_search",
290
- "initialize_record_drive_structure",
291
- "list_record_drive",
292
- "list_workspace_users",
293
- "load_toolset",
294
- "publish_artifact",
295
- "read_document",
296
- "remove_file",
297
- "request_work_mode",
298
- "sandbox_get_file",
299
- "sandbox_upload_file",
300
- "sandbox_validate_payload",
301
- "search_records",
302
- "update_document",
303
- "update_record",
304
- "write_todos"
305
- ],
306
- email: ["download_email_attachments", "get_email", "get_email_thread", "search_emails"],
307
- memory: ["get_memory", "save_memory", "search_memories"],
308
- orchestration: ["message_agent", "spawn_agent"],
309
- schema: [
310
- "apply_architect_operation",
311
- "describe_architect_operation",
312
- "discard_architect_draft",
313
- "get_default_view",
314
- "get_schema_history",
315
- "request_design_review",
316
- "search_icons"
317
- ],
318
- web: ["read_webpage", "web_search"]
319
- };
320
- var BUILT_IN_AGENT_TOOL_NAMES = Object.values(BUILT_IN_AGENT_TOOL_GROUPS).flat();
321
-
322
- // src/attribute-icons.ts
323
- var DEFAULT_ATTRIBUTE_ICONS = {
324
- text: "text-align-left",
325
- textarea: "align-left",
326
- number: "hash",
327
- checkbox: "check-square",
328
- date: "calendar",
329
- phone: "telephone",
330
- currency: "dollar-circle",
331
- status: "activity",
332
- location: "location",
333
- timestamp: "clock-circle",
334
- select: "chevron-down-circle",
335
- multiselect: "list-check",
336
- file: "file",
337
- user: "user",
338
- relation: "link",
339
- rating: "star",
340
- formula: "math",
341
- rollup: "chart-bar-stacked"
342
- };
343
- function getDefaultAttributeIcon(type) {
344
- return DEFAULT_ATTRIBUTE_ICONS[type] ?? "circle";
345
- }
346
-
347
- // src/tab-icons.ts
348
- var DEFAULT_TAB_ICONS = {
349
- /** Arranged groups of fields. */
350
- form: "layout",
351
- /** Related records, in rows. */
352
- table: "table",
353
- /** A caller-supplied component slotted into the record. */
354
- custom: "puzzle",
355
- activity: "activity",
356
- richtext: "file-text",
357
- documents: "folder",
358
- /** Form submissions gathered on this record. */
359
- forms: "clipboard",
360
- emails: "envelope",
361
- meetings: "calendar"
362
- };
363
- function getDefaultTabIcon(type) {
364
- return DEFAULT_TAB_ICONS[type] ?? "circle";
365
- }
366
-
367
- // src/cn.ts
368
- var import_clsx = require("clsx");
369
- var import_tailwind_merge = require("tailwind-merge");
370
- var twMerge = (0, import_tailwind_merge.extendTailwindMerge)({
371
- extend: {
372
- classGroups: {
373
- /* Every text rung the design system ships, not a subset. The three
374
- `control` rungs below were registered when this fix was written; the
375
- six added since — `2xs` and `xs`, the whole `row` family, `metric` —
376
- were not, so 199 call sites were still silently losing either their
377
- size or their colour to the merge.
378
- It fails the way the comment above describes and no louder: the class
379
- is dropped, the element inherits the 16px root, and nothing warns.
380
- Measured live on the records grid, the column header rendered at 16px
381
- for exactly this reason. Any rung added to `theme.css` has to be added
382
- here in the same change, or it is not really a rung. */
383
- "font-size": [
384
- "text-control-2xs",
385
- "text-control-xs",
386
- "text-control-sm",
387
- "text-control-default",
388
- "text-control-lg",
389
- "text-row-sm",
390
- "text-row-default",
391
- "text-row-lg",
392
- "text-metric"
393
- ],
394
- h: [
395
- "h-control-sm",
396
- "h-control-default",
397
- "h-control-lg",
398
- "h-row-sm",
399
- "h-row-default",
400
- "h-row-lg"
401
- ],
402
- w: ["w-control-sm", "w-control-default", "w-control-lg", "w-query-popover"],
403
- size: ["size-control-sm", "size-control-default", "size-control-lg"],
404
- /* `@stndrds/ds`'s `SURFACE_PADDING` rungs (`packages/ds/src/variants/surface.ts`).
405
- `PopoverContent` bakes in `p-4`; a caller setting `p-surface-sm` on it
406
- (e.g. `relation-filter-popover.tsx`) needs tailwind-merge to drop the
407
- built-in `p-4` rather than keep both. All three rungs registered, not
408
- just the one in use today, so the next call site doesn't rediscover
409
- this. */
410
- p: ["p-surface-sm", "p-surface-default", "p-surface-lg"]
411
- }
412
- }
413
- });
414
- function cn(...inputs) {
415
- return twMerge((0, import_clsx.clsx)(inputs));
416
- }
417
-
418
- // src/colors.ts
419
- var lightDark = (light, dark) => `light-dark(${light}, ${dark})`;
420
- function defineColor(vivid, textLight, textDark) {
421
- const r = Number.parseInt(vivid.slice(1, 3), 16);
422
- const g = Number.parseInt(vivid.slice(3, 5), 16);
423
- const b = Number.parseInt(vivid.slice(5, 7), 16);
424
- const alpha = (a) => `rgba(${r}, ${g}, ${b}, ${a})`;
425
- return {
426
- background: lightDark(alpha(0.15), alpha(0.22)),
427
- border: lightDark(alpha(0.3), alpha(0.42)),
428
- text: lightDark(textLight, textDark),
429
- icon: vivid
430
- };
431
- }
432
- var COLORS = {
433
- // Neutral & Gray tones
434
- gray: defineColor("#6B7280", "#374151", "#D1D5DB"),
435
- slate: defineColor("#64748B", "#334155", "#CBD5E1"),
436
- // Blue tones (Info, In Progress)
437
- blue: defineColor("#3B82F6", "#1D4ED8", "#93C5FD"),
438
- sky: defineColor("#0EA5E9", "#0369A1", "#7DD3FC"),
439
- indigo: defineColor("#6366F1", "#4338CA", "#A5B4FC"),
440
- // Green tones (Success, Done, Active)
441
- green: defineColor("#22C55E", "#15803D", "#86EFAC"),
442
- emerald: defineColor("#10B981", "#047857", "#6EE7B7"),
443
- teal: defineColor("#14B8A6", "#0F766E", "#5EEAD4"),
444
- // Red tones (Error, Danger, Cancelled)
445
- red: defineColor("#EF4444", "#B91C1C", "#FCA5A5"),
446
- rose: defineColor("#F43F5E", "#BE123C", "#FDA4AF"),
447
- // Yellow/Orange tones (Warning, Pending)
448
- yellow: defineColor("#EAB308", "#A16207", "#FDE047"),
449
- amber: defineColor("#F59E0B", "#B45309", "#FCD34D"),
450
- orange: defineColor("#F97316", "#C2410C", "#FDBA74"),
451
- // Purple tones (Special, Featured)
452
- purple: defineColor("#A855F7", "#7E22CE", "#D8B4FE"),
453
- violet: defineColor("#8B5CF6", "#6D28D9", "#C4B5FD"),
454
- fuchsia: defineColor("#D946EF", "#A21CAF", "#F0ABFC"),
455
- // Pink tones (Accent)
456
- pink: defineColor("#EC4899", "#BE185D", "#F9A8D4"),
457
- // Cyan (Alternative Info)
458
- cyan: defineColor("#06B6D4", "#0E7490", "#67E8F9"),
459
- // Lime (Alternative Success)
460
- lime: defineColor("#84CC16", "#4D7C0F", "#BEF264")
461
- };
462
- var getColor = (id) => {
463
- return COLORS[id];
464
- };
465
- var getAllColors = () => {
466
- return Object.values(COLORS);
467
- };
468
- var getColorIds = () => {
469
- return Object.keys(COLORS);
470
- };
471
- var isValidColorId = (id) => {
472
- return id in COLORS;
473
- };
474
- var COLOR_GROUPS = {
475
- neutral: ["gray", "slate"],
476
- primary: ["blue", "indigo", "sky"],
477
- success: ["green", "emerald", "teal", "lime"],
478
- danger: ["red", "rose"],
479
- warning: ["yellow", "amber", "orange"],
480
- info: ["blue", "cyan", "sky"],
481
- special: ["purple", "violet", "fuchsia"],
482
- accent: ["pink"]
483
- };
484
- var getColorsByGroup = (group) => {
485
- return [...COLOR_GROUPS[group]];
486
- };
487
- var STATUS_COLORS = {
488
- idle: ["gray", "slate"],
489
- in_progress: ["blue", "indigo", "sky", "cyan", "purple"],
490
- finished: ["green", "emerald", "teal"],
491
- cancelled: ["red", "rose"],
492
- warning: ["yellow", "amber", "orange"]
493
- };
494
-
495
- // src/countries.ts
496
- var COUNTRIES = {
497
- // Priority countries (most commonly used)
498
- FR: {
499
- name: "France",
500
- iso2: "FR",
501
- iso3: "FRA",
502
- numericCode: "250",
503
- phoneCode: "+33",
504
- phoneMaxDigits: 10,
505
- phoneTrunkPrefix: "0"
506
- },
507
- US: {
508
- name: "United States",
509
- iso2: "US",
510
- iso3: "USA",
511
- numericCode: "840",
512
- phoneCode: "+1",
513
- phoneMaxDigits: 10,
514
- phoneTrunkPrefix: ""
515
- },
516
- GB: {
517
- name: "United Kingdom",
518
- iso2: "GB",
519
- iso3: "GBR",
520
- numericCode: "826",
521
- phoneCode: "+44",
522
- phoneMaxDigits: 11,
523
- phoneTrunkPrefix: "0"
524
- },
525
- DE: {
526
- name: "Germany",
527
- iso2: "DE",
528
- iso3: "DEU",
529
- numericCode: "276",
530
- phoneCode: "+49",
531
- phoneMaxDigits: 11,
532
- phoneTrunkPrefix: "0"
533
- },
534
- ES: {
535
- name: "Spain",
536
- iso2: "ES",
537
- iso3: "ESP",
538
- numericCode: "724",
539
- phoneCode: "+34",
540
- phoneMaxDigits: 9,
541
- phoneTrunkPrefix: ""
542
- },
543
- IT: {
544
- name: "Italy",
545
- iso2: "IT",
546
- iso3: "ITA",
547
- numericCode: "380",
548
- phoneCode: "+39",
549
- phoneMaxDigits: 10,
550
- phoneTrunkPrefix: "0"
551
- },
552
- BE: {
553
- name: "Belgium",
554
- iso2: "BE",
555
- iso3: "BEL",
556
- numericCode: "056",
557
- phoneCode: "+32",
558
- phoneMaxDigits: 9,
559
- phoneTrunkPrefix: "0"
560
- },
561
- CH: {
562
- name: "Switzerland",
563
- iso2: "CH",
564
- iso3: "CHE",
565
- numericCode: "756",
566
- phoneCode: "+41",
567
- phoneMaxDigits: 10,
568
- phoneTrunkPrefix: "0"
569
- },
570
- NL: {
571
- name: "Netherlands",
572
- iso2: "NL",
573
- iso3: "NLD",
574
- numericCode: "528",
575
- phoneCode: "+31",
576
- phoneMaxDigits: 9,
577
- phoneTrunkPrefix: "0"
578
- },
579
- PT: {
580
- name: "Portugal",
581
- iso2: "PT",
582
- iso3: "PRT",
583
- numericCode: "620",
584
- phoneCode: "+351",
585
- phoneMaxDigits: 9,
586
- phoneTrunkPrefix: ""
587
- },
588
- CA: {
589
- name: "Canada",
590
- iso2: "CA",
591
- iso3: "CAN",
592
- numericCode: "124",
593
- phoneCode: "+1",
594
- phoneMaxDigits: 10,
595
- phoneTrunkPrefix: ""
596
- },
597
- AU: {
598
- name: "Australia",
599
- iso2: "AU",
600
- iso3: "AUS",
601
- numericCode: "036",
602
- phoneCode: "+61",
603
- phoneMaxDigits: 9,
604
- phoneTrunkPrefix: "0"
605
- },
606
- // Europe - Other
607
- AT: {
608
- name: "Austria",
609
- iso2: "AT",
610
- iso3: "AUT",
611
- numericCode: "040",
612
- phoneCode: "+43",
613
- phoneMaxDigits: 11,
614
- phoneTrunkPrefix: "0"
615
- },
616
- SE: {
617
- name: "Sweden",
618
- iso2: "SE",
619
- iso3: "SWE",
620
- numericCode: "752",
621
- phoneCode: "+46",
622
- phoneMaxDigits: 10,
623
- phoneTrunkPrefix: "0"
624
- },
625
- NO: {
626
- name: "Norway",
627
- iso2: "NO",
628
- iso3: "NOR",
629
- numericCode: "578",
630
- phoneCode: "+47",
631
- phoneMaxDigits: 8,
632
- phoneTrunkPrefix: ""
633
- },
634
- DK: {
635
- name: "Denmark",
636
- iso2: "DK",
637
- iso3: "DNK",
638
- numericCode: "208",
639
- phoneCode: "+45",
640
- phoneMaxDigits: 8,
641
- phoneTrunkPrefix: ""
642
- },
643
- FI: {
644
- name: "Finland",
645
- iso2: "FI",
646
- iso3: "FIN",
647
- numericCode: "246",
648
- phoneCode: "+358",
649
- phoneMaxDigits: 10,
650
- phoneTrunkPrefix: "0"
651
- },
652
- IE: {
653
- name: "Ireland",
654
- iso2: "IE",
655
- iso3: "IRL",
656
- numericCode: "372",
657
- phoneCode: "+353",
658
- phoneMaxDigits: 10,
659
- phoneTrunkPrefix: "0"
660
- },
661
- PL: {
662
- name: "Poland",
663
- iso2: "PL",
664
- iso3: "POL",
665
- numericCode: "616",
666
- phoneCode: "+48",
667
- phoneMaxDigits: 9,
668
- phoneTrunkPrefix: ""
669
- },
670
- CZ: {
671
- name: "Czech Republic",
672
- iso2: "CZ",
673
- iso3: "CZE",
674
- numericCode: "203",
675
- phoneCode: "+420",
676
- phoneMaxDigits: 9,
677
- phoneTrunkPrefix: ""
678
- },
679
- GR: {
680
- name: "Greece",
681
- iso2: "GR",
682
- iso3: "GRC",
683
- numericCode: "300",
684
- phoneCode: "+30",
685
- phoneMaxDigits: 10,
686
- phoneTrunkPrefix: ""
687
- },
688
- RO: {
689
- name: "Romania",
690
- iso2: "RO",
691
- iso3: "ROU",
692
- numericCode: "642",
693
- phoneCode: "+40",
694
- phoneMaxDigits: 10,
695
- phoneTrunkPrefix: "0"
696
- },
697
- HU: {
698
- name: "Hungary",
699
- iso2: "HU",
700
- iso3: "HUN",
701
- numericCode: "348",
702
- phoneCode: "+36",
703
- phoneMaxDigits: 9,
704
- phoneTrunkPrefix: "06"
705
- },
706
- LU: {
707
- name: "Luxembourg",
708
- iso2: "LU",
709
- iso3: "LUX",
710
- numericCode: "442",
711
- phoneCode: "+352",
712
- phoneMaxDigits: 9,
713
- phoneTrunkPrefix: ""
714
- },
715
- SK: {
716
- name: "Slovakia",
717
- iso2: "SK",
718
- iso3: "SVK",
719
- numericCode: "703",
720
- phoneCode: "+421",
721
- phoneMaxDigits: 9,
722
- phoneTrunkPrefix: "0"
723
- },
724
- BG: {
725
- name: "Bulgaria",
726
- iso2: "BG",
727
- iso3: "BGR",
728
- numericCode: "100",
729
- phoneCode: "+359",
730
- phoneMaxDigits: 9,
731
- phoneTrunkPrefix: "0"
732
- },
733
- HR: {
734
- name: "Croatia",
735
- iso2: "HR",
736
- iso3: "HRV",
737
- numericCode: "191",
738
- phoneCode: "+385",
739
- phoneMaxDigits: 9,
740
- phoneTrunkPrefix: "0"
741
- },
742
- SI: {
743
- name: "Slovenia",
744
- iso2: "SI",
745
- iso3: "SVN",
746
- numericCode: "705",
747
- phoneCode: "+386",
748
- phoneMaxDigits: 8,
749
- phoneTrunkPrefix: "0"
750
- },
751
- EE: {
752
- name: "Estonia",
753
- iso2: "EE",
754
- iso3: "EST",
755
- numericCode: "233",
756
- phoneCode: "+372",
757
- phoneMaxDigits: 8,
758
- phoneTrunkPrefix: ""
759
- },
760
- LV: {
761
- name: "Latvia",
762
- iso2: "LV",
763
- iso3: "LVA",
764
- numericCode: "428",
765
- phoneCode: "+371",
766
- phoneMaxDigits: 8,
767
- phoneTrunkPrefix: ""
768
- },
769
- LT: {
770
- name: "Lithuania",
771
- iso2: "LT",
772
- iso3: "LTU",
773
- numericCode: "440",
774
- phoneCode: "+370",
775
- phoneMaxDigits: 8,
776
- phoneTrunkPrefix: ""
777
- },
778
- IS: {
779
- name: "Iceland",
780
- iso2: "IS",
781
- iso3: "ISL",
782
- numericCode: "352",
783
- phoneCode: "+354",
784
- phoneMaxDigits: 7,
785
- phoneTrunkPrefix: ""
786
- },
787
- MT: {
788
- name: "Malta",
789
- iso2: "MT",
790
- iso3: "MLT",
791
- numericCode: "470",
792
- phoneCode: "+356",
793
- phoneMaxDigits: 8,
794
- phoneTrunkPrefix: ""
795
- },
796
- CY: {
797
- name: "Cyprus",
798
- iso2: "CY",
799
- iso3: "CYP",
800
- numericCode: "196",
801
- phoneCode: "+357",
802
- phoneMaxDigits: 8,
803
- phoneTrunkPrefix: ""
804
- },
805
- MC: {
806
- name: "Monaco",
807
- iso2: "MC",
808
- iso3: "MCO",
809
- numericCode: "492",
810
- phoneCode: "+377",
811
- phoneMaxDigits: 8,
812
- phoneTrunkPrefix: ""
813
- },
814
- // Americas - Other
815
- MX: {
816
- name: "Mexico",
817
- iso2: "MX",
818
- iso3: "MEX",
819
- numericCode: "484",
820
- phoneCode: "+52",
821
- phoneMaxDigits: 10,
822
- phoneTrunkPrefix: ""
823
- },
824
- BR: {
825
- name: "Brazil",
826
- iso2: "BR",
827
- iso3: "BRA",
828
- numericCode: "076",
829
- phoneCode: "+55",
830
- phoneMaxDigits: 11,
831
- phoneTrunkPrefix: ""
832
- },
833
- AR: {
834
- name: "Argentina",
835
- iso2: "AR",
836
- iso3: "ARG",
837
- numericCode: "032",
838
- phoneCode: "+54",
839
- phoneMaxDigits: 10,
840
- phoneTrunkPrefix: ""
841
- },
842
- CL: {
843
- name: "Chile",
844
- iso2: "CL",
845
- iso3: "CHL",
846
- numericCode: "152",
847
- phoneCode: "+56",
848
- phoneMaxDigits: 9,
849
- phoneTrunkPrefix: ""
850
- },
851
- CO: {
852
- name: "Colombia",
853
- iso2: "CO",
854
- iso3: "COL",
855
- numericCode: "170",
856
- phoneCode: "+57",
857
- phoneMaxDigits: 10,
858
- phoneTrunkPrefix: ""
859
- },
860
- PE: {
861
- name: "Peru",
862
- iso2: "PE",
863
- iso3: "PER",
864
- numericCode: "604",
865
- phoneCode: "+51",
866
- phoneMaxDigits: 9,
867
- phoneTrunkPrefix: ""
868
- },
869
- VE: {
870
- name: "Venezuela",
871
- iso2: "VE",
872
- iso3: "VEN",
873
- numericCode: "862",
874
- phoneCode: "+58",
875
- phoneMaxDigits: 10,
876
- phoneTrunkPrefix: ""
877
- },
878
- EC: {
879
- name: "Ecuador",
880
- iso2: "EC",
881
- iso3: "ECU",
882
- numericCode: "218",
883
- phoneCode: "+593",
884
- phoneMaxDigits: 9,
885
- phoneTrunkPrefix: ""
886
- },
887
- UY: {
888
- name: "Uruguay",
889
- iso2: "UY",
890
- iso3: "URY",
891
- numericCode: "858",
892
- phoneCode: "+598",
893
- phoneMaxDigits: 8,
894
- phoneTrunkPrefix: ""
895
- },
896
- PY: {
897
- name: "Paraguay",
898
- iso2: "PY",
899
- iso3: "PRY",
900
- numericCode: "600",
901
- phoneCode: "+595",
902
- phoneMaxDigits: 9,
903
- phoneTrunkPrefix: ""
904
- },
905
- BO: {
906
- name: "Bolivia",
907
- iso2: "BO",
908
- iso3: "BOL",
909
- numericCode: "068",
910
- phoneCode: "+591",
911
- phoneMaxDigits: 8,
912
- phoneTrunkPrefix: ""
913
- },
914
- CR: {
915
- name: "Costa Rica",
916
- iso2: "CR",
917
- iso3: "CRI",
918
- numericCode: "188",
919
- phoneCode: "+506",
920
- phoneMaxDigits: 8,
921
- phoneTrunkPrefix: ""
922
- },
923
- PA: {
924
- name: "Panama",
925
- iso2: "PA",
926
- iso3: "PAN",
927
- numericCode: "591",
928
- phoneCode: "+507",
929
- phoneMaxDigits: 8,
930
- phoneTrunkPrefix: ""
931
- },
932
- // Asia
933
- CN: {
934
- name: "China",
935
- iso2: "CN",
936
- iso3: "CHN",
937
- numericCode: "156",
938
- phoneCode: "+86",
939
- phoneMaxDigits: 11,
940
- phoneTrunkPrefix: ""
941
- },
942
- JP: {
943
- name: "Japan",
944
- iso2: "JP",
945
- iso3: "JPN",
946
- numericCode: "392",
947
- phoneCode: "+81",
948
- phoneMaxDigits: 11,
949
- phoneTrunkPrefix: "0"
950
- },
951
- IN: {
952
- name: "India",
953
- iso2: "IN",
954
- iso3: "IND",
955
- numericCode: "356",
956
- phoneCode: "+91",
957
- phoneMaxDigits: 10,
958
- phoneTrunkPrefix: ""
959
- },
960
- KR: {
961
- name: "South Korea",
962
- iso2: "KR",
963
- iso3: "KOR",
964
- numericCode: "410",
965
- phoneCode: "+82",
966
- phoneMaxDigits: 11,
967
- phoneTrunkPrefix: "0"
968
- },
969
- SG: {
970
- name: "Singapore",
971
- iso2: "SG",
972
- iso3: "SGP",
973
- numericCode: "702",
974
- phoneCode: "+65",
975
- phoneMaxDigits: 8,
976
- phoneTrunkPrefix: ""
977
- },
978
- HK: {
979
- name: "Hong Kong",
980
- iso2: "HK",
981
- iso3: "HKG",
982
- numericCode: "344",
983
- phoneCode: "+852",
984
- phoneMaxDigits: 8,
985
- phoneTrunkPrefix: ""
986
- },
987
- TW: {
988
- name: "Taiwan",
989
- iso2: "TW",
990
- iso3: "TWN",
991
- numericCode: "158",
992
- phoneCode: "+886",
993
- phoneMaxDigits: 10,
994
- phoneTrunkPrefix: "0"
995
- },
996
- TH: {
997
- name: "Thailand",
998
- iso2: "TH",
999
- iso3: "THA",
1000
- numericCode: "764",
1001
- phoneCode: "+66",
1002
- phoneMaxDigits: 9,
1003
- phoneTrunkPrefix: "0"
1004
- },
1005
- MY: {
1006
- name: "Malaysia",
1007
- iso2: "MY",
1008
- iso3: "MYS",
1009
- numericCode: "458",
1010
- phoneCode: "+60",
1011
- phoneMaxDigits: 10,
1012
- phoneTrunkPrefix: "0"
1013
- },
1014
- ID: {
1015
- name: "Indonesia",
1016
- iso2: "ID",
1017
- iso3: "IDN",
1018
- numericCode: "360",
1019
- phoneCode: "+62",
1020
- phoneMaxDigits: 12,
1021
- phoneTrunkPrefix: "0"
1022
- },
1023
- PH: {
1024
- name: "Philippines",
1025
- iso2: "PH",
1026
- iso3: "PHL",
1027
- numericCode: "608",
1028
- phoneCode: "+63",
1029
- phoneMaxDigits: 10,
1030
- phoneTrunkPrefix: "0"
1031
- },
1032
- VN: {
1033
- name: "Vietnam",
1034
- iso2: "VN",
1035
- iso3: "VNM",
1036
- numericCode: "704",
1037
- phoneCode: "+84",
1038
- phoneMaxDigits: 10,
1039
- phoneTrunkPrefix: "0"
1040
- },
1041
- PK: {
1042
- name: "Pakistan",
1043
- iso2: "PK",
1044
- iso3: "PAK",
1045
- numericCode: "586",
1046
- phoneCode: "+92",
1047
- phoneMaxDigits: 10,
1048
- phoneTrunkPrefix: "0"
1049
- },
1050
- BD: {
1051
- name: "Bangladesh",
1052
- iso2: "BD",
1053
- iso3: "BGD",
1054
- numericCode: "050",
1055
- phoneCode: "+880",
1056
- phoneMaxDigits: 10,
1057
- phoneTrunkPrefix: "0"
1058
- },
1059
- IL: {
1060
- name: "Israel",
1061
- iso2: "IL",
1062
- iso3: "ISR",
1063
- numericCode: "376",
1064
- phoneCode: "+972",
1065
- phoneMaxDigits: 10,
1066
- phoneTrunkPrefix: "0"
1067
- },
1068
- AE: {
1069
- name: "United Arab Emirates",
1070
- iso2: "AE",
1071
- iso3: "ARE",
1072
- numericCode: "784",
1073
- phoneCode: "+971",
1074
- phoneMaxDigits: 9,
1075
- phoneTrunkPrefix: ""
1076
- },
1077
- SA: {
1078
- name: "Saudi Arabia",
1079
- iso2: "SA",
1080
- iso3: "SAU",
1081
- numericCode: "682",
1082
- phoneCode: "+966",
1083
- phoneMaxDigits: 9,
1084
- phoneTrunkPrefix: ""
1085
- },
1086
- TR: {
1087
- name: "Turkey",
1088
- iso2: "TR",
1089
- iso3: "TUR",
1090
- numericCode: "792",
1091
- phoneCode: "+90",
1092
- phoneMaxDigits: 10,
1093
- phoneTrunkPrefix: "0"
1094
- },
1095
- // Oceania
1096
- NZ: {
1097
- name: "New Zealand",
1098
- iso2: "NZ",
1099
- iso3: "NZL",
1100
- numericCode: "554",
1101
- phoneCode: "+64",
1102
- phoneMaxDigits: 10,
1103
- phoneTrunkPrefix: "0"
1104
- },
1105
- // Africa
1106
- ZA: {
1107
- name: "South Africa",
1108
- iso2: "ZA",
1109
- iso3: "ZAF",
1110
- numericCode: "710",
1111
- phoneCode: "+27",
1112
- phoneMaxDigits: 9,
1113
- phoneTrunkPrefix: "0"
1114
- },
1115
- EG: {
1116
- name: "Egypt",
1117
- iso2: "EG",
1118
- iso3: "EGY",
1119
- numericCode: "818",
1120
- phoneCode: "+20",
1121
- phoneMaxDigits: 10,
1122
- phoneTrunkPrefix: "0"
1123
- },
1124
- NG: {
1125
- name: "Nigeria",
1126
- iso2: "NG",
1127
- iso3: "NGA",
1128
- numericCode: "566",
1129
- phoneCode: "+234",
1130
- phoneMaxDigits: 10,
1131
- phoneTrunkPrefix: "0"
1132
- },
1133
- KE: {
1134
- name: "Kenya",
1135
- iso2: "KE",
1136
- iso3: "KEN",
1137
- numericCode: "404",
1138
- phoneCode: "+254",
1139
- phoneMaxDigits: 9,
1140
- phoneTrunkPrefix: "0"
1141
- },
1142
- MA: {
1143
- name: "Morocco",
1144
- iso2: "MA",
1145
- iso3: "MAR",
1146
- numericCode: "504",
1147
- phoneCode: "+212",
1148
- phoneMaxDigits: 9,
1149
- phoneTrunkPrefix: "0"
1150
- },
1151
- TN: {
1152
- name: "Tunisia",
1153
- iso2: "TN",
1154
- iso3: "TUN",
1155
- numericCode: "788",
1156
- phoneCode: "+216",
1157
- phoneMaxDigits: 8,
1158
- phoneTrunkPrefix: ""
1159
- },
1160
- DZ: {
1161
- name: "Algeria",
1162
- iso2: "DZ",
1163
- iso3: "DZA",
1164
- numericCode: "012",
1165
- phoneCode: "+213",
1166
- phoneMaxDigits: 9,
1167
- phoneTrunkPrefix: "0"
1168
- },
1169
- // Middle East
1170
- QA: {
1171
- name: "Qatar",
1172
- iso2: "QA",
1173
- iso3: "QAT",
1174
- numericCode: "634",
1175
- phoneCode: "+974",
1176
- phoneMaxDigits: 8,
1177
- phoneTrunkPrefix: ""
1178
- },
1179
- KW: {
1180
- name: "Kuwait",
1181
- iso2: "KW",
1182
- iso3: "KWT",
1183
- numericCode: "414",
1184
- phoneCode: "+965",
1185
- phoneMaxDigits: 8,
1186
- phoneTrunkPrefix: ""
1187
- },
1188
- OM: {
1189
- name: "Oman",
1190
- iso2: "OM",
1191
- iso3: "OMN",
1192
- numericCode: "512",
1193
- phoneCode: "+968",
1194
- phoneMaxDigits: 8,
1195
- phoneTrunkPrefix: ""
1196
- },
1197
- BH: {
1198
- name: "Bahrain",
1199
- iso2: "BH",
1200
- iso3: "BHR",
1201
- numericCode: "048",
1202
- phoneCode: "+973",
1203
- phoneMaxDigits: 8,
1204
- phoneTrunkPrefix: ""
1205
- },
1206
- LB: {
1207
- name: "Lebanon",
1208
- iso2: "LB",
1209
- iso3: "LBN",
1210
- numericCode: "422",
1211
- phoneCode: "+961",
1212
- phoneMaxDigits: 8,
1213
- phoneTrunkPrefix: "0"
1214
- },
1215
- JO: {
1216
- name: "Jordan",
1217
- iso2: "JO",
1218
- iso3: "JOR",
1219
- numericCode: "400",
1220
- phoneCode: "+962",
1221
- phoneMaxDigits: 9,
1222
- phoneTrunkPrefix: "0"
1223
- },
1224
- // Eastern Europe & Central Asia
1225
- RU: {
1226
- name: "Russia",
1227
- iso2: "RU",
1228
- iso3: "RUS",
1229
- numericCode: "643",
1230
- phoneCode: "+7",
1231
- phoneMaxDigits: 10,
1232
- phoneTrunkPrefix: ""
1233
- },
1234
- UA: {
1235
- name: "Ukraine",
1236
- iso2: "UA",
1237
- iso3: "UKR",
1238
- numericCode: "804",
1239
- phoneCode: "+380",
1240
- phoneMaxDigits: 9,
1241
- phoneTrunkPrefix: "0"
1242
- },
1243
- BY: {
1244
- name: "Belarus",
1245
- iso2: "BY",
1246
- iso3: "BLR",
1247
- numericCode: "112",
1248
- phoneCode: "+375",
1249
- phoneMaxDigits: 9,
1250
- phoneTrunkPrefix: ""
1251
- },
1252
- KZ: {
1253
- name: "Kazakhstan",
1254
- iso2: "KZ",
1255
- iso3: "KAZ",
1256
- numericCode: "398",
1257
- phoneCode: "+7",
1258
- phoneMaxDigits: 10,
1259
- phoneTrunkPrefix: ""
1260
- }
1261
- };
1262
- var getCountryByIso2 = (iso2) => {
1263
- return COUNTRIES[iso2.toUpperCase()];
1264
- };
1265
- var getCountryByIso3 = (iso3) => {
1266
- return Object.values(COUNTRIES).find(
1267
- (country) => country.iso3.toUpperCase() === iso3.toUpperCase()
1268
- );
1269
- };
1270
- var getAllCountries = () => {
1271
- return Object.values(COUNTRIES);
1272
- };
1273
- var getPhoneMaxDigits = (iso2) => {
1274
- return COUNTRIES[iso2.toUpperCase()]?.phoneMaxDigits ?? 15;
1275
- };
1276
- var getPhoneTrunkPrefix = (iso2) => {
1277
- return COUNTRIES[iso2.toUpperCase()]?.phoneTrunkPrefix ?? "";
1278
- };
1279
- var isValidIso2 = (code) => {
1280
- return code.toUpperCase() in COUNTRIES;
1281
- };
1282
- var isValidIso3 = (code) => {
1283
- return Object.values(COUNTRIES).some(
1284
- (country) => country.iso3.toUpperCase() === code.toUpperCase()
1285
- );
1286
- };
1287
- var _displayNamesCache = /* @__PURE__ */ new Map();
1288
- function _getDisplayNames(locales) {
1289
- const key = locales.join("\0");
1290
- const cached = _displayNamesCache.get(key);
1291
- if (cached !== void 0) return cached;
1292
- try {
1293
- const dn = new Intl.DisplayNames(locales, { type: "region" });
1294
- _displayNamesCache.set(key, dn);
1295
- return dn;
1296
- } catch {
1297
- _displayNamesCache.set(key, null);
1298
- return null;
1299
- }
1300
- }
1301
- function getCountryDisplayName(iso2, locales = ["fr", "en"]) {
1302
- const code = iso2.toUpperCase();
1303
- const localeList = Array.isArray(locales) ? locales : [locales];
1304
- const displayNames = _getDisplayNames(localeList);
1305
- if (displayNames) {
1306
- try {
1307
- const name = displayNames.of(code);
1308
- if (name) return name;
1309
- } catch {
1310
- }
1311
- }
1312
- return COUNTRIES[code]?.name ?? code;
1313
- }
1314
- function getCountryDisplayNameByIso3(iso3, locales) {
1315
- const country = getCountryByIso3(iso3);
1316
- if (!country) return iso3;
1317
- return getCountryDisplayName(country.iso2, locales);
1318
- }
1319
- function getSortedCountries(locale = "fr") {
1320
- return getAllCountries().sort(
1321
- (a, b) => getCountryDisplayName(a.iso2, locale).localeCompare(
1322
- getCountryDisplayName(b.iso2, locale),
1323
- locale
1324
- )
1325
- );
1326
- }
1327
- function stripTrunkPrefix(phoneNumber, trunkPrefix) {
1328
- if (!trunkPrefix) return phoneNumber;
1329
- return phoneNumber.startsWith(trunkPrefix) ? phoneNumber.slice(trunkPrefix.length) : phoneNumber;
1330
- }
1331
-
1332
- // src/currencies.ts
1333
- var CURRENCIES = {
1334
- // Major World Currencies
1335
- USD: { code: "USD", name: "US Dollar", symbol: "$", decimals: 2 },
1336
- EUR: { code: "EUR", name: "Euro", symbol: "\u20AC", decimals: 2 },
1337
- GBP: { code: "GBP", name: "British Pound", symbol: "\xA3", decimals: 2 },
1338
- JPY: { code: "JPY", name: "Japanese Yen", symbol: "\xA5", decimals: 0 },
1339
- CNY: { code: "CNY", name: "Chinese Yuan", symbol: "\xA5", decimals: 2 },
1340
- // European Currencies
1341
- CHF: { code: "CHF", name: "Swiss Franc", symbol: "CHF", decimals: 2 },
1342
- SEK: { code: "SEK", name: "Swedish Krona", symbol: "kr", decimals: 2 },
1343
- NOK: { code: "NOK", name: "Norwegian Krone", symbol: "kr", decimals: 2 },
1344
- DKK: { code: "DKK", name: "Danish Krone", symbol: "kr", decimals: 2 },
1345
- PLN: { code: "PLN", name: "Polish Zloty", symbol: "z\u0142", decimals: 2 },
1346
- CZK: { code: "CZK", name: "Czech Koruna", symbol: "K\u010D", decimals: 2 },
1347
- HUF: { code: "HUF", name: "Hungarian Forint", symbol: "Ft", decimals: 0 },
1348
- RON: { code: "RON", name: "Romanian Leu", symbol: "lei", decimals: 2 },
1349
- BGN: { code: "BGN", name: "Bulgarian Lev", symbol: "\u043B\u0432", decimals: 2 },
1350
- HRK: { code: "HRK", name: "Croatian Kuna", symbol: "kn", decimals: 2 },
1351
- ISK: { code: "ISK", name: "Icelandic Krona", symbol: "kr", decimals: 0 },
1352
- RUB: { code: "RUB", name: "Russian Ruble", symbol: "\u20BD", decimals: 2 },
1353
- UAH: { code: "UAH", name: "Ukrainian Hryvnia", symbol: "\u20B4", decimals: 2 },
1354
- TRY: { code: "TRY", name: "Turkish Lira", symbol: "\u20BA", decimals: 2 },
1355
- // Americas
1356
- CAD: { code: "CAD", name: "Canadian Dollar", symbol: "CA$", decimals: 2 },
1357
- MXN: { code: "MXN", name: "Mexican Peso", symbol: "MX$", decimals: 2 },
1358
- BRL: { code: "BRL", name: "Brazilian Real", symbol: "R$", decimals: 2 },
1359
- ARS: { code: "ARS", name: "Argentine Peso", symbol: "AR$", decimals: 2 },
1360
- CLP: { code: "CLP", name: "Chilean Peso", symbol: "CL$", decimals: 0 },
1361
- COP: { code: "COP", name: "Colombian Peso", symbol: "COL$", decimals: 0 },
1362
- PEN: { code: "PEN", name: "Peruvian Sol", symbol: "S/", decimals: 2 },
1363
- UYU: { code: "UYU", name: "Uruguayan Peso", symbol: "UY$", decimals: 2 },
1364
- // Asia-Pacific
1365
- AUD: { code: "AUD", name: "Australian Dollar", symbol: "A$", decimals: 2 },
1366
- NZD: { code: "NZD", name: "New Zealand Dollar", symbol: "NZ$", decimals: 2 },
1367
- HKD: { code: "HKD", name: "Hong Kong Dollar", symbol: "HK$", decimals: 2 },
1368
- SGD: { code: "SGD", name: "Singapore Dollar", symbol: "S$", decimals: 2 },
1369
- KRW: { code: "KRW", name: "South Korean Won", symbol: "\u20A9", decimals: 0 },
1370
- INR: { code: "INR", name: "Indian Rupee", symbol: "\u20B9", decimals: 2 },
1371
- IDR: { code: "IDR", name: "Indonesian Rupiah", symbol: "Rp", decimals: 0 },
1372
- MYR: { code: "MYR", name: "Malaysian Ringgit", symbol: "RM", decimals: 2 },
1373
- PHP: { code: "PHP", name: "Philippine Peso", symbol: "\u20B1", decimals: 2 },
1374
- THB: { code: "THB", name: "Thai Baht", symbol: "\u0E3F", decimals: 2 },
1375
- VND: { code: "VND", name: "Vietnamese Dong", symbol: "\u20AB", decimals: 0 },
1376
- TWD: { code: "TWD", name: "Taiwan Dollar", symbol: "NT$", decimals: 0 },
1377
- PKR: { code: "PKR", name: "Pakistani Rupee", symbol: "\u20A8", decimals: 2 },
1378
- BDT: { code: "BDT", name: "Bangladeshi Taka", symbol: "\u09F3", decimals: 2 },
1379
- // Middle East
1380
- AED: { code: "AED", name: "UAE Dirham", symbol: "\u062F.\u0625", decimals: 2 },
1381
- SAR: { code: "SAR", name: "Saudi Riyal", symbol: "\uFDFC", decimals: 2 },
1382
- ILS: { code: "ILS", name: "Israeli Shekel", symbol: "\u20AA", decimals: 2 },
1383
- QAR: { code: "QAR", name: "Qatari Riyal", symbol: "\uFDFC", decimals: 2 },
1384
- KWD: { code: "KWD", name: "Kuwaiti Dinar", symbol: "\u062F.\u0643", decimals: 3 },
1385
- BHD: { code: "BHD", name: "Bahraini Dinar", symbol: "\u062F.\u0628", decimals: 3 },
1386
- OMR: { code: "OMR", name: "Omani Rial", symbol: "\uFDFC", decimals: 3 },
1387
- JOD: { code: "JOD", name: "Jordanian Dinar", symbol: "\u062F.\u0627", decimals: 3 },
1388
- LBP: { code: "LBP", name: "Lebanese Pound", symbol: "\u0644.\u0644", decimals: 0 },
1389
- // Africa
1390
- ZAR: { code: "ZAR", name: "South African Rand", symbol: "R", decimals: 2 },
1391
- EGP: { code: "EGP", name: "Egyptian Pound", symbol: "\xA3", decimals: 2 },
1392
- NGN: { code: "NGN", name: "Nigerian Naira", symbol: "\u20A6", decimals: 2 },
1393
- KES: { code: "KES", name: "Kenyan Shilling", symbol: "KSh", decimals: 2 },
1394
- MAD: { code: "MAD", name: "Moroccan Dirham", symbol: "\u062F.\u0645.", decimals: 2 },
1395
- TND: { code: "TND", name: "Tunisian Dinar", symbol: "\u062F.\u062A", decimals: 3 },
1396
- DZD: { code: "DZD", name: "Algerian Dinar", symbol: "\u062F.\u062C", decimals: 2 },
1397
- // Other Important
1398
- NIS: { code: "NIS", name: "Israeli New Shekel", symbol: "\u20AA", decimals: 2 }
1399
- };
1400
- var getCurrency = (code) => {
1401
- return CURRENCIES[code.toUpperCase()];
1402
- };
1403
- var getAllCurrencies = () => {
1404
- return Object.values(CURRENCIES);
1405
- };
1406
- var getCurrencySymbol = (code) => {
1407
- return CURRENCIES[code.toUpperCase()]?.symbol || code;
1408
- };
1409
- var isValidCurrencyCode = (code) => {
1410
- return code.toUpperCase() in CURRENCIES;
1411
- };
1412
-
1413
- // src/fileSizes.ts
1414
- var BYTES = {
1415
- /** 1 byte */
1416
- B_1: 1,
1417
- /** 10 bytes */
1418
- B_10: 10,
1419
- /** 100 bytes */
1420
- B_100: 100,
1421
- /** 512 bytes */
1422
- B_512: 512
1423
- };
1424
- var KILOBYTES = {
1425
- /** 1 KB (1,024 bytes) */
1426
- KB_1: 1024,
1427
- /** 2 KB (2,048 bytes) */
1428
- KB_2: 2 * 1024,
1429
- /** 5 KB (5,120 bytes) */
1430
- KB_5: 5 * 1024,
1431
- /** 10 KB (10,240 bytes) */
1432
- KB_10: 10 * 1024,
1433
- /** 50 KB (51,200 bytes) */
1434
- KB_50: 50 * 1024,
1435
- /** 100 KB (102,400 bytes) */
1436
- KB_100: 100 * 1024,
1437
- /** 500 KB (512,000 bytes) */
1438
- KB_500: 500 * 1024
1439
- };
1440
- var MEGABYTES = {
1441
- /** 1 MB (1,048,576 bytes) */
1442
- MB_1: 1024 * 1024,
1443
- /** 2 MB (2,097,152 bytes) */
1444
- MB_2: 2 * 1024 * 1024,
1445
- /** 5 MB (5,242,880 bytes) */
1446
- MB_5: 5 * 1024 * 1024,
1447
- /** 10 MB (10,485,760 bytes) */
1448
- MB_10: 10 * 1024 * 1024,
1449
- /** 20 MB (20,971,520 bytes) */
1450
- MB_20: 20 * 1024 * 1024,
1451
- /** 25 MB (26,214,400 bytes) */
1452
- MB_25: 25 * 1024 * 1024,
1453
- /** 50 MB (52,428,800 bytes) */
1454
- MB_50: 50 * 1024 * 1024,
1455
- /** 100 MB (104,857,600 bytes) */
1456
- MB_100: 100 * 1024 * 1024,
1457
- /** 200 MB (209,715,200 bytes) */
1458
- MB_200: 200 * 1024 * 1024,
1459
- /** 500 MB (524,288,000 bytes) */
1460
- MB_500: 500 * 1024 * 1024
1461
- };
1462
- var GIGABYTES = {
1463
- /** 1 GB (1,073,741,824 bytes) */
1464
- GB_1: 1024 * 1024 * 1024,
1465
- /** 2 GB (2,147,483,648 bytes) */
1466
- GB_2: 2 * 1024 * 1024 * 1024,
1467
- /** 5 GB (5,368,709,120 bytes) */
1468
- GB_5: 5 * 1024 * 1024 * 1024,
1469
- /** 10 GB (10,737,418,240 bytes) */
1470
- GB_10: 10 * 1024 * 1024 * 1024
1471
- };
1472
- var FILE_SIZE = {
1473
- ...BYTES,
1474
- ...KILOBYTES,
1475
- ...MEGABYTES,
1476
- ...GIGABYTES
1477
- };
1478
- var RECOMMENDED_MAX_SIZES = {
1479
- /** Avatar/Profile pictures: 2 MB */
1480
- AVATAR: FILE_SIZE.MB_2,
1481
- /** General images: 5 MB */
1482
- IMAGE: FILE_SIZE.MB_5,
1483
- /** Documents (PDF, Word, etc.): 10 MB */
1484
- DOCUMENT: FILE_SIZE.MB_10,
1485
- /** Presentations: 25 MB */
1486
- PRESENTATION: FILE_SIZE.MB_25,
1487
- /** Audio files: 50 MB */
1488
- AUDIO: FILE_SIZE.MB_50,
1489
- /** Video files: 500 MB */
1490
- VIDEO: FILE_SIZE.MB_500,
1491
- /** Large archives: 1 GB */
1492
- ARCHIVE: FILE_SIZE.GB_1
1493
- };
1494
- var mbToBytes = (mb) => {
1495
- return mb * 1024 * 1024;
1496
- };
1497
- var gbToBytes = (gb) => {
1498
- return gb * 1024 * 1024 * 1024;
1499
- };
1500
- var bytesToMb = (bytes) => {
1501
- return bytes / (1024 * 1024);
1502
- };
1503
- var bytesToGb = (bytes) => {
1504
- return bytes / (1024 * 1024 * 1024);
1505
- };
1506
- var isWithinSizeLimit = (bytes, maxBytes) => {
1507
- return bytes <= maxBytes;
1508
- };
1509
-
1510
- // src/icons.ts
1511
- var ICONS = [
1512
- "a-arrow-down",
1513
- "a-arrow-up",
1514
- "academic-hat",
1515
- "accessibility",
1516
- "activity-square",
1517
- "activity",
1518
- "add-queue",
1519
- "aeroplane",
1520
- "air-conditioner",
1521
- "airplay",
1522
- "airpods",
1523
- "alarm-check",
1524
- "alarm-minus",
1525
- "alarm-plus",
1526
- "alarm-smoke",
1527
- "alarm-snooze",
1528
- "alarm-x",
1529
- "alarm",
1530
- "album",
1531
- "align-bottom",
1532
- "align-horizontal",
1533
- "align-left",
1534
- "align-right",
1535
- "align-top",
1536
- "align-vertical",
1537
- "alt",
1538
- "ambulance",
1539
- "ampersand-square",
1540
- "ampersand",
1541
- "ampersands",
1542
- "anchor",
1543
- "angry-circle",
1544
- "angry-ghost",
1545
- "angry-square",
1546
- "annoyed-circle",
1547
- "annoyed-ghost",
1548
- "annoyed-square",
1549
- "aperture",
1550
- "api",
1551
- "ar",
1552
- "archive",
1553
- "arrow-diagonal-one",
1554
- "arrow-diagonal-two",
1555
- "arrow-down-circle",
1556
- "arrow-down-left-circle",
1557
- "arrow-down-left-square",
1558
- "arrow-down-left-waves",
1559
- "arrow-down-left",
1560
- "arrow-down-right-circle",
1561
- "arrow-down-right-square",
1562
- "arrow-down-right-waves",
1563
- "arrow-down-right",
1564
- "arrow-down-square",
1565
- "arrow-down-waves",
1566
- "arrow-down",
1567
- "arrow-left-circle",
1568
- "arrow-left-right",
1569
- "arrow-left-square",
1570
- "arrow-left-waves",
1571
- "arrow-left",
1572
- "arrow-long-down-left",
1573
- "arrow-long-down-right",
1574
- "arrow-long-down",
1575
- "arrow-long-left",
1576
- "arrow-long-right",
1577
- "arrow-long-up-left",
1578
- "arrow-long-up-right",
1579
- "arrow-long-up",
1580
- "arrow-right-circle",
1581
- "arrow-right-square",
1582
- "arrow-right-waves",
1583
- "arrow-right",
1584
- "arrow-up-circle",
1585
- "arrow-up-down",
1586
- "arrow-up-left-circle",
1587
- "arrow-up-left-square",
1588
- "arrow-up-left-waves",
1589
- "arrow-up-left",
1590
- "arrow-up-right-circle",
1591
- "arrow-up-right-square",
1592
- "arrow-up-right-waves",
1593
- "arrow-up-right",
1594
- "arrow-up-square",
1595
- "arrow-up-waves",
1596
- "arrow-up",
1597
- "asterisk-circle",
1598
- "asterisk-diamond",
1599
- "asterisk-hexagon",
1600
- "asterisk-octagon",
1601
- "asterisk-square",
1602
- "asterisk-waves",
1603
- "at",
1604
- "atom",
1605
- "baby",
1606
- "backpack",
1607
- "badge",
1608
- "baggage-claim",
1609
- "ban",
1610
- "bank",
1611
- "baseball",
1612
- "bath",
1613
- "battery-charging-four",
1614
- "battery-charging-one",
1615
- "battery-charging-three",
1616
- "battery-charging-two",
1617
- "battery-charging",
1618
- "battery-check",
1619
- "battery-empty",
1620
- "battery-full",
1621
- "battery-minus",
1622
- "battery-plus",
1623
- "battery-x",
1624
- "bell-check",
1625
- "bell-home",
1626
- "bell-minus",
1627
- "bell-on",
1628
- "bell-plus",
1629
- "bell-slash",
1630
- "bell-snooze",
1631
- "bell-user",
1632
- "bell-x",
1633
- "bell",
1634
- "binoculars",
1635
- "bitcoin-circle",
1636
- "bitcoin-diamond",
1637
- "bitcoin-hexagon",
1638
- "bitcoin-octagon",
1639
- "bitcoin-square",
1640
- "bitcoin-waves",
1641
- "bitcoin",
1642
- "bluetooth",
1643
- "boat",
1644
- "book-check",
1645
- "book-dot",
1646
- "book-home",
1647
- "book-image",
1648
- "book-minus",
1649
- "book-open",
1650
- "book-plus",
1651
- "book-slash",
1652
- "book-snooze",
1653
- "book-user",
1654
- "book-x",
1655
- "book",
1656
- "bookmark-check",
1657
- "bookmark-dot",
1658
- "bookmark-home",
1659
- "bookmark-minus",
1660
- "bookmark-plus",
1661
- "bookmark-slash",
1662
- "bookmark-snooze",
1663
- "bookmark-user",
1664
- "bookmark-x",
1665
- "bookmark",
1666
- "bounding-box",
1667
- "bowl",
1668
- "box",
1669
- "brand-chrome",
1670
- "brand-codepen",
1671
- "brand-codesandbox",
1672
- "brand-dribbble",
1673
- "brand-facebook",
1674
- "brand-figma",
1675
- "brand-framer",
1676
- "brand-github",
1677
- "brand-gitlab",
1678
- "brand-google",
1679
- "brand-instagram",
1680
- "brand-linkedin",
1681
- "brand-pinterest",
1682
- "brand-pocket",
1683
- "brand-slack",
1684
- "brand-spotify",
1685
- "brand-telegram",
1686
- "brand-threads",
1687
- "brand-trello",
1688
- "brand-twitch",
1689
- "brand-twitter",
1690
- "brand-x",
1691
- "brand-youtube",
1692
- "briefcase-conveyor-belt",
1693
- "briefcase",
1694
- "brightness-high",
1695
- "brightness-low",
1696
- "bubbles",
1697
- "building-one",
1698
- "building",
1699
- "cable-car",
1700
- "cake",
1701
- "calendar-check",
1702
- "calendar-down",
1703
- "calendar-minus",
1704
- "calendar-plus",
1705
- "calendar-slash",
1706
- "calendar-up",
1707
- "calendar-x",
1708
- "calendar",
1709
- "camera-slash",
1710
- "camera",
1711
- "campfire",
1712
- "cannabis",
1713
- "caravan",
1714
- "cart-check",
1715
- "cart-minus",
1716
- "cart-plus",
1717
- "cart-x",
1718
- "cart",
1719
- "cast-screen",
1720
- "center-focus",
1721
- "chart-area",
1722
- "chart-bar-big",
1723
- "chart-bar-decreasing",
1724
- "chart-bar-increasing",
1725
- "chart-bar-one",
1726
- "chart-bar-stacked",
1727
- "chart-bar",
1728
- "chart-bubble",
1729
- "chart-candlestick",
1730
- "chart-column-big",
1731
- "chart-column-decreasing",
1732
- "chart-column-increasing",
1733
- "chart-column-stacked",
1734
- "chart-column",
1735
- "chart-gantt",
1736
- "chart-graph",
1737
- "chart-line",
1738
- "chart-network",
1739
- "chart-no-axes-column-decreasing",
1740
- "chart-no-axes-column-increasing",
1741
- "chart-no-axes-column",
1742
- "chart-no-axes-combined",
1743
- "chart-no-axes-gantt",
1744
- "chart-pie-one",
1745
- "chart-pie-two",
1746
- "chart-pie",
1747
- "chart-scatter",
1748
- "chart-spline",
1749
- "chat-check",
1750
- "chat-dots",
1751
- "chat-messages",
1752
- "chat-minus",
1753
- "chat-plus",
1754
- "chat-x",
1755
- "chat",
1756
- "check-circle-one",
1757
- "check-circle",
1758
- "check-diamond",
1759
- "check-hexagon",
1760
- "check-octagon",
1761
- "check-square-one",
1762
- "check-square",
1763
- "check-waves",
1764
- "check",
1765
- "chevron-double-down-left",
1766
- "chevron-double-down-right",
1767
- "chevron-double-down",
1768
- "chevron-double-left",
1769
- "chevron-double-right",
1770
- "chevron-double-up-left",
1771
- "chevron-double-up-right",
1772
- "chevron-double-up",
1773
- "chevron-down-circle",
1774
- "chevron-down-left-circle",
1775
- "chevron-down-left-square",
1776
- "chevron-down-left-waves",
1777
- "chevron-down-left",
1778
- "chevron-down-right-circle",
1779
- "chevron-down-right-square",
1780
- "chevron-down-right-waves",
1781
- "chevron-down-right",
1782
- "chevron-down-square",
1783
- "chevron-down-waves",
1784
- "chevron-down",
1785
- "chevron-left-circle",
1786
- "chevron-left-square",
1787
- "chevron-left-waves",
1788
- "chevron-left",
1789
- "chevron-right-circle",
1790
- "chevron-right-square",
1791
- "chevron-right-waves",
1792
- "chevron-right",
1793
- "chevron-up-circle",
1794
- "chevron-up-down",
1795
- "chevron-up-left-circle",
1796
- "chevron-up-left-square",
1797
- "chevron-up-left-waves",
1798
- "chevron-up-left",
1799
- "chevron-up-right-circle",
1800
- "chevron-up-right-square",
1801
- "chevron-up-right-waves",
1802
- "chevron-up-right",
1803
- "chevron-up-square",
1804
- "chevron-up-waves",
1805
- "chevron-up",
1806
- "chip",
1807
- "cigarette-off",
1808
- "cigarette",
1809
- "circle-dashed",
1810
- "circle-half-circle",
1811
- "circle-half",
1812
- "circle-notch",
1813
- "circle",
1814
- "click",
1815
- "clipboard",
1816
- "clock-circle",
1817
- "clock-diamond",
1818
- "clock-eight",
1819
- "clock-eleven",
1820
- "clock-five",
1821
- "clock-four",
1822
- "clock-hand",
1823
- "clock-hexagon",
1824
- "clock-nine",
1825
- "clock-octagon",
1826
- "clock-one",
1827
- "clock-seven",
1828
- "clock-six",
1829
- "clock-square",
1830
- "clock-ten",
1831
- "clock-three",
1832
- "clock-twelve",
1833
- "clock-two",
1834
- "clock-waves",
1835
- "cloud-download",
1836
- "cloud-drizzle",
1837
- "cloud-fog",
1838
- "cloud-hail",
1839
- "cloud-lightning",
1840
- "cloud-moon-rain",
1841
- "cloud-moon",
1842
- "cloud-off",
1843
- "cloud-rain-wind",
1844
- "cloud-rain",
1845
- "cloud-snow",
1846
- "cloud-sun-rain",
1847
- "cloud-sun",
1848
- "cloud-upload",
1849
- "cloud",
1850
- "cloudy",
1851
- "cocktail",
1852
- "code-circle",
1853
- "code-diamond",
1854
- "code-hexagon",
1855
- "code-octagon",
1856
- "code-square",
1857
- "code-waves",
1858
- "code",
1859
- "coffee",
1860
- "cog-four",
1861
- "cog-one",
1862
- "cog-three",
1863
- "cog-two",
1864
- "cog",
1865
- "columns",
1866
- "command",
1867
- "compass",
1868
- "components",
1869
- "confetti",
1870
- "config-vertical",
1871
- "config",
1872
- "contactless-circle",
1873
- "contactless",
1874
- "controller",
1875
- "cookie",
1876
- "copy",
1877
- "copyleft",
1878
- "copyright-slash",
1879
- "copyright",
1880
- "corner-down-left",
1881
- "corner-down-right",
1882
- "corner-left-down",
1883
- "corner-left-up",
1884
- "corner-right-down",
1885
- "corner-right-up",
1886
- "corner-up-left",
1887
- "corner-up-right",
1888
- "credit-card-check",
1889
- "credit-card-minus",
1890
- "credit-card-plus",
1891
- "credit-card-x",
1892
- "credit-card",
1893
- "croissant",
1894
- "crop",
1895
- "crosshair",
1896
- "cupcake",
1897
- "danger-circle",
1898
- "danger-diamond",
1899
- "danger-hexagon",
1900
- "danger-octagon",
1901
- "danger-square",
1902
- "danger-triangle",
1903
- "danger-waves",
1904
- "danger",
1905
- "database",
1906
- "daze-circle",
1907
- "daze-ghost",
1908
- "daze-square",
1909
- "delete",
1910
- "desktop",
1911
- "diamond",
1912
- "dice-five",
1913
- "dice-four",
1914
- "dice-one",
1915
- "dice-six",
1916
- "dice-three",
1917
- "dice-two",
1918
- "dislike",
1919
- "divide",
1920
- "dollar-circle",
1921
- "dollar-diamond",
1922
- "dollar-hexagon",
1923
- "dollar-octagon",
1924
- "dollar-square",
1925
- "dollar-waves",
1926
- "dollar",
1927
- "door-closed-locked",
1928
- "door-closed",
1929
- "door-open",
1930
- "dots-circle",
1931
- "dots-diamond",
1932
- "dots-hexagon",
1933
- "dots-octagon",
1934
- "dots-square",
1935
- "dots-vertical-circle",
1936
- "dots-vertical-diamond",
1937
- "dots-vertical-hexagon",
1938
- "dots-vertical-octagon",
1939
- "dots-vertical-square",
1940
- "dots-vertical-waves",
1941
- "dots-vertical",
1942
- "dots-waves",
1943
- "dots",
1944
- "download",
1945
- "drop",
1946
- "droplet-off",
1947
- "droplet",
1948
- "droplets",
1949
- "ear-slash",
1950
- "ear",
1951
- "earth",
1952
- "eclipse",
1953
- "edit-one",
1954
- "edit",
1955
- "egg",
1956
- "eight-circle",
1957
- "eight-diamond",
1958
- "eight-hexagon",
1959
- "eight-octagon",
1960
- "eight-square",
1961
- "eight-waves",
1962
- "eight",
1963
- "elevator",
1964
- "envelope-open",
1965
- "envelope",
1966
- "euro-circle",
1967
- "euro-diamond",
1968
- "euro-hexagon",
1969
- "euro-octagon",
1970
- "euro-square",
1971
- "euro-waves",
1972
- "euro",
1973
- "exclude",
1974
- "external-link",
1975
- "eye-slash",
1976
- "eye",
1977
- "face-id",
1978
- "fat-arrow-down-left",
1979
- "fat-arrow-down-right",
1980
- "fat-arrow-down",
1981
- "fat-arrow-left",
1982
- "fat-arrow-right",
1983
- "fat-arrow-up-left",
1984
- "fat-arrow-up-right",
1985
- "fat-arrow-up",
1986
- "fat-corner-down-left",
1987
- "fat-corner-down-right",
1988
- "fat-corner-left-down",
1989
- "fat-corner-left-up",
1990
- "fat-corner-right-down",
1991
- "fat-corner-right-up",
1992
- "fat-corner-up-left",
1993
- "fat-corner-up-right",
1994
- "female",
1995
- "file-check",
1996
- "file-minus",
1997
- "file-plus",
1998
- "file-text",
1999
- "file-x",
2000
- "file",
2001
- "film",
2002
- "filter-one",
2003
- "filter",
2004
- "fine-tune",
2005
- "fire",
2006
- "five-circle",
2007
- "five-diamond",
2008
- "five-hexagon",
2009
- "five-octagon",
2010
- "five-square",
2011
- "five-waves",
2012
- "five",
2013
- "flag-one",
2014
- "flag",
2015
- "flame-kindling",
2016
- "flame",
2017
- "flask",
2018
- "flower-2",
2019
- "flower",
2020
- "folder-check",
2021
- "folder-heart",
2022
- "folder-kanban",
2023
- "folder-minus",
2024
- "folder-one",
2025
- "folder-plus",
2026
- "folder-slash",
2027
- "folder-two",
2028
- "folder-x",
2029
- "folder",
2030
- "forward-circle",
2031
- "forward-diamond",
2032
- "forward-hexagon",
2033
- "forward-octagon",
2034
- "forward-square",
2035
- "forward-waves",
2036
- "forward",
2037
- "four-circle",
2038
- "four-diamond",
2039
- "four-hexagon",
2040
- "four-octagon",
2041
- "four-square",
2042
- "four-waves",
2043
- "four",
2044
- "frame",
2045
- "funny-circle",
2046
- "funny-ghost",
2047
- "funny-square",
2048
- "gift",
2049
- "git-branch",
2050
- "git-circle",
2051
- "git-commit",
2052
- "git-diamond",
2053
- "git-diff",
2054
- "git-hexagon",
2055
- "git-merge",
2056
- "git-octagon",
2057
- "git-pull-request",
2058
- "git-square",
2059
- "git-waves",
2060
- "glasses",
2061
- "globe",
2062
- "grid-one",
2063
- "grid",
2064
- "hand",
2065
- "hard-drive",
2066
- "hash-circle",
2067
- "hash-diamond",
2068
- "hash-hexagon",
2069
- "hash-octagon",
2070
- "hash-square",
2071
- "hash-waves",
2072
- "hash",
2073
- "haze",
2074
- "heading-five",
2075
- "heading-four",
2076
- "heading-one",
2077
- "heading-six",
2078
- "heading-three",
2079
- "heading-two",
2080
- "heading",
2081
- "headphones",
2082
- "heart-broken",
2083
- "heart-check",
2084
- "heart-circle",
2085
- "heart-diamond",
2086
- "heart-dot",
2087
- "heart-hexagon",
2088
- "heart-home",
2089
- "heart-minus",
2090
- "heart-octagon",
2091
- "heart-plus",
2092
- "heart-slash",
2093
- "heart-snooze",
2094
- "heart-square",
2095
- "heart-user",
2096
- "heart-waves",
2097
- "heart-x",
2098
- "heart",
2099
- "hexagon",
2100
- "home-check",
2101
- "home-minus",
2102
- "home-plus",
2103
- "home-smile",
2104
- "home-x",
2105
- "home",
2106
- "image-circle",
2107
- "image-rectangle",
2108
- "image",
2109
- "inbox-archive",
2110
- "inbox-check",
2111
- "inbox-down",
2112
- "inbox-minus",
2113
- "inbox-plus",
2114
- "inbox-up",
2115
- "inbox-x",
2116
- "inbox",
2117
- "incognito",
2118
- "indifferent-circle",
2119
- "indifferent-ghost",
2120
- "indifferent-square",
2121
- "infinity",
2122
- "info-circle",
2123
- "info-diamond",
2124
- "info-hexagon",
2125
- "info-octagon",
2126
- "info-square",
2127
- "info-triangle",
2128
- "info-waves",
2129
- "info",
2130
- "intersect",
2131
- "kanban",
2132
- "key",
2133
- "keyboard-brightness-high",
2134
- "keyboard-brightness-low",
2135
- "keyboard",
2136
- "label",
2137
- "lamp",
2138
- "layers-one",
2139
- "layers-three",
2140
- "layers-two",
2141
- "layout",
2142
- "leaf",
2143
- "leaves",
2144
- "letter-a-circle",
2145
- "letter-a-diamond",
2146
- "letter-a-hexagon",
2147
- "letter-a-octagon",
2148
- "letter-a-square",
2149
- "letter-a-waves",
2150
- "letter-a",
2151
- "letter-b-circle",
2152
- "letter-b-diamond",
2153
- "letter-b-hexagon",
2154
- "letter-b-octagon",
2155
- "letter-b-square",
2156
- "letter-b-waves",
2157
- "letter-b",
2158
- "letter-c-circle",
2159
- "letter-c-diamond",
2160
- "letter-c-hexagon",
2161
- "letter-c-octagon",
2162
- "letter-c-square",
2163
- "letter-c-waves",
2164
- "letter-c",
2165
- "letter-d-circle",
2166
- "letter-d-diamond",
2167
- "letter-d-hexagon",
2168
- "letter-d-octagon",
2169
- "letter-d-square",
2170
- "letter-d-waves",
2171
- "letter-d",
2172
- "letter-e-circle",
2173
- "letter-e-diamond",
2174
- "letter-e-hexagon",
2175
- "letter-e-octagon",
2176
- "letter-e-square",
2177
- "letter-e-waves",
2178
- "letter-e",
2179
- "letter-f-circle",
2180
- "letter-f-diamond",
2181
- "letter-f-hexagon",
2182
- "letter-f-octagon",
2183
- "letter-f-square",
2184
- "letter-f-waves",
2185
- "letter-f",
2186
- "letter-g-circle",
2187
- "letter-g-diamond",
2188
- "letter-g-hexagon",
2189
- "letter-g-octagon",
2190
- "letter-g-square",
2191
- "letter-g-waves",
2192
- "letter-g",
2193
- "letter-h-circle",
2194
- "letter-h-diamond",
2195
- "letter-h-hexagon",
2196
- "letter-h-octagon",
2197
- "letter-h-square",
2198
- "letter-h-waves",
2199
- "letter-h",
2200
- "letter-i-circle",
2201
- "letter-i-diamond",
2202
- "letter-i-hexagon",
2203
- "letter-i-octagon",
2204
- "letter-i-square",
2205
- "letter-i-waves",
2206
- "letter-i",
2207
- "letter-j-circle",
2208
- "letter-j-diamond",
2209
- "letter-j-hexagon",
2210
- "letter-j-octagon",
2211
- "letter-j-square",
2212
- "letter-j-waves",
2213
- "letter-j",
2214
- "letter-k-circle",
2215
- "letter-k-diamond",
2216
- "letter-k-hexagon",
2217
- "letter-k-octagon",
2218
- "letter-k-square",
2219
- "letter-k-waves",
2220
- "letter-k",
2221
- "letter-l-circle",
2222
- "letter-l-diamond",
2223
- "letter-l-hexagon",
2224
- "letter-l-octagon",
2225
- "letter-l-square",
2226
- "letter-l-waves",
2227
- "letter-l",
2228
- "letter-m-circle",
2229
- "letter-m-diamond",
2230
- "letter-m-hexagon",
2231
- "letter-m-octagon",
2232
- "letter-m-square",
2233
- "letter-m-waves",
2234
- "letter-m",
2235
- "letter-n-circle",
2236
- "letter-n-diamond",
2237
- "letter-n-hexagon",
2238
- "letter-n-octagon",
2239
- "letter-n-square",
2240
- "letter-n-waves",
2241
- "letter-n",
2242
- "letter-o-circle",
2243
- "letter-o-diamond",
2244
- "letter-o-hexagon",
2245
- "letter-o-octagon",
2246
- "letter-o-square",
2247
- "letter-o-waves",
2248
- "letter-o",
2249
- "letter-p-circle",
2250
- "letter-p-diamond",
2251
- "letter-p-hexagon",
2252
- "letter-p-octagon",
2253
- "letter-p-square",
2254
- "letter-p-waves",
2255
- "letter-p",
2256
- "letter-q-circle",
2257
- "letter-q-diamond",
2258
- "letter-q-hexagon",
2259
- "letter-q-octagon",
2260
- "letter-q-square",
2261
- "letter-q-waves",
2262
- "letter-q",
2263
- "letter-r-circle",
2264
- "letter-r-diamond",
2265
- "letter-r-hexagon",
2266
- "letter-r-octagon",
2267
- "letter-r-square",
2268
- "letter-r-waves",
2269
- "letter-r",
2270
- "letter-s-circle",
2271
- "letter-s-diamond",
2272
- "letter-s-hexagon",
2273
- "letter-s-octagon",
2274
- "letter-s-square",
2275
- "letter-s-waves",
2276
- "letter-s",
2277
- "letter-t-circle",
2278
- "letter-t-diamond",
2279
- "letter-t-hexagon",
2280
- "letter-t-octagon",
2281
- "letter-t-square",
2282
- "letter-t-waves",
2283
- "letter-t",
2284
- "letter-u-circle",
2285
- "letter-u-diamond",
2286
- "letter-u-hexagon",
2287
- "letter-u-octagon",
2288
- "letter-u-square",
2289
- "letter-u-waves",
2290
- "letter-u",
2291
- "letter-v-circle",
2292
- "letter-v-diamond",
2293
- "letter-v-hexagon",
2294
- "letter-v-octagon",
2295
- "letter-v-square",
2296
- "letter-v-waves",
2297
- "letter-v",
2298
- "letter-w-circle",
2299
- "letter-w-diamond",
2300
- "letter-w-hexagon",
2301
- "letter-w-octagon",
2302
- "letter-w-square",
2303
- "letter-w-waves",
2304
- "letter-w",
2305
- "letter-x-circle",
2306
- "letter-x-diamond",
2307
- "letter-x-hexagon",
2308
- "letter-x-octagon",
2309
- "letter-x-square",
2310
- "letter-x-waves",
2311
- "letter-x",
2312
- "letter-y-circle",
2313
- "letter-y-diamond",
2314
- "letter-y-hexagon",
2315
- "letter-y-octagon",
2316
- "letter-y-square",
2317
- "letter-y-waves",
2318
- "letter-y",
2319
- "letter-z-circle",
2320
- "letter-z-diamond",
2321
- "letter-z-hexagon",
2322
- "letter-z-octagon",
2323
- "letter-z-square",
2324
- "letter-z-waves",
2325
- "letter-z",
2326
- "lightning-off",
2327
- "lightning",
2328
- "like",
2329
- "line-chart-circle",
2330
- "line-chart-diamond",
2331
- "line-chart-hexagon",
2332
- "line-chart-octagon",
2333
- "line-chart-square",
2334
- "line-chart-waves",
2335
- "link-one",
2336
- "link-two",
2337
- "link",
2338
- "list-check",
2339
- "list-number",
2340
- "list",
2341
- "location-check",
2342
- "location-home",
2343
- "location-minus",
2344
- "location-plus",
2345
- "location-selected",
2346
- "location-slash",
2347
- "location-snooze",
2348
- "location-user",
2349
- "location-x",
2350
- "location",
2351
- "lock-circle",
2352
- "lock-diamond",
2353
- "lock-hexagon",
2354
- "lock-keyhole",
2355
- "lock-octagon",
2356
- "lock-open-keyhole",
2357
- "lock-open-password",
2358
- "lock-open",
2359
- "lock-password",
2360
- "lock-square",
2361
- "lock-waves",
2362
- "lock",
2363
- "login",
2364
- "logout",
2365
- "magnet",
2366
- "male",
2367
- "map",
2368
- "mask",
2369
- "math-square",
2370
- "math",
2371
- "maximize-one",
2372
- "maximize",
2373
- "menu",
2374
- "message-check",
2375
- "message-dots",
2376
- "message-minus",
2377
- "message-plus",
2378
- "message-reply",
2379
- "message-x",
2380
- "message",
2381
- "microphone-slash",
2382
- "microphone",
2383
- "minimize-one",
2384
- "minimize",
2385
- "minus-circle",
2386
- "minus-diamond",
2387
- "minus-hexagon",
2388
- "minus-octagon",
2389
- "minus-square",
2390
- "minus-waves",
2391
- "minus",
2392
- "mobile-signal-five",
2393
- "mobile-signal-four",
2394
- "mobile-signal-one",
2395
- "mobile-signal-three",
2396
- "mobile-signal-two",
2397
- "mobile",
2398
- "moon-star",
2399
- "moon",
2400
- "mountain-snow",
2401
- "mountain",
2402
- "mouse-pointer",
2403
- "move-diagonal-one",
2404
- "move-diagonal",
2405
- "move-horizontal",
2406
- "move-vertical",
2407
- "move",
2408
- "music-circle",
2409
- "music-diamond",
2410
- "music-hexagon",
2411
- "music-octagon",
2412
- "music-square",
2413
- "music-waves",
2414
- "music",
2415
- "myna",
2416
- "navigation-one",
2417
- "navigation",
2418
- "nine-circle",
2419
- "nine-diamond",
2420
- "nine-hexagon",
2421
- "nine-octagon",
2422
- "nine-square",
2423
- "nine-waves",
2424
- "nine",
2425
- "notification",
2426
- "octagon",
2427
- "one-circle",
2428
- "one-diamond",
2429
- "one-hexagon",
2430
- "one-octagon",
2431
- "one-square",
2432
- "one-waves",
2433
- "one",
2434
- "option",
2435
- "package",
2436
- "paint",
2437
- "panel-bottom-close",
2438
- "panel-bottom-inactive",
2439
- "panel-bottom-open",
2440
- "panel-bottom",
2441
- "panel-left-close",
2442
- "panel-left-inactive",
2443
- "panel-left-open",
2444
- "panel-left",
2445
- "panel-right-close",
2446
- "panel-right-inactive",
2447
- "panel-right-open",
2448
- "panel-right",
2449
- "panel-top-close",
2450
- "panel-top-inactive",
2451
- "panel-top-open",
2452
- "panel-top",
2453
- "paperclip",
2454
- "parking",
2455
- "password",
2456
- "path",
2457
- "pause-circle",
2458
- "pause-diamond",
2459
- "pause-hexagon",
2460
- "pause-octagon",
2461
- "pause-square",
2462
- "pause-waves",
2463
- "pause",
2464
- "pen",
2465
- "pencil",
2466
- "percentage-circle",
2467
- "percentage-diamond",
2468
- "percentage-hexagon",
2469
- "percentage-octagon",
2470
- "percentage-square",
2471
- "percentage-waves",
2472
- "percentage",
2473
- "pin",
2474
- "pizza",
2475
- "planet",
2476
- "play-circle",
2477
- "play-diamond",
2478
- "play-hexagon",
2479
- "play-octagon",
2480
- "play-square",
2481
- "play-waves",
2482
- "play",
2483
- "plus-circle",
2484
- "plus-diamond",
2485
- "plus-hexagon",
2486
- "plus-octagon",
2487
- "plus-square",
2488
- "plus-waves",
2489
- "plus",
2490
- "pokeball",
2491
- "power",
2492
- "presentation",
2493
- "printer",
2494
- "puzzle",
2495
- "question-circle",
2496
- "question-diamond",
2497
- "question-hexagon",
2498
- "question-octagon",
2499
- "question-square",
2500
- "question-waves",
2501
- "question",
2502
- "radio",
2503
- "rainbow",
2504
- "reception-bell",
2505
- "record",
2506
- "rectangle-vertical",
2507
- "rectangle",
2508
- "redo",
2509
- "refresh-alt",
2510
- "refresh",
2511
- "repeat",
2512
- "rewind-circle",
2513
- "rewind-diamond",
2514
- "rewind-hexagon",
2515
- "rewind-octagon",
2516
- "rewind-square",
2517
- "rewind-waves",
2518
- "rewind",
2519
- "rhombus",
2520
- "ribbon",
2521
- "rocket",
2522
- "room-service",
2523
- "rows",
2524
- "rss",
2525
- "ruler",
2526
- "rupee-circle",
2527
- "rupee-diamond",
2528
- "rupee-hexagon",
2529
- "rupee-octagon",
2530
- "rupee-square",
2531
- "rupee-waves",
2532
- "rupee",
2533
- "sad-circle",
2534
- "sad-ghost",
2535
- "sad-square",
2536
- "save",
2537
- "scan",
2538
- "scissors",
2539
- "sea-waves",
2540
- "search-check",
2541
- "search-circle",
2542
- "search-diamond",
2543
- "search-dot",
2544
- "search-hexagon",
2545
- "search-home",
2546
- "search-minus",
2547
- "search-octagon",
2548
- "search-plus",
2549
- "search-slash",
2550
- "search-snooze",
2551
- "search-square",
2552
- "search-user",
2553
- "search-waves",
2554
- "search-x",
2555
- "search",
2556
- "select-multiple",
2557
- "send",
2558
- "servers",
2559
- "seven-circle",
2560
- "seven-diamond",
2561
- "seven-hexagon",
2562
- "seven-octagon",
2563
- "seven-square",
2564
- "seven-waves",
2565
- "seven",
2566
- "share",
2567
- "shell",
2568
- "shield-check",
2569
- "shield-crossed",
2570
- "shield-minus",
2571
- "shield-one",
2572
- "shield-plus",
2573
- "shield-slash",
2574
- "shield-two",
2575
- "shield-x",
2576
- "shield",
2577
- "shooting-star",
2578
- "shopping-bag",
2579
- "shovel",
2580
- "shrub",
2581
- "shuffle-alt",
2582
- "shuffle",
2583
- "sidebar-alt",
2584
- "sidebar",
2585
- "signal-circle",
2586
- "signal-diamond",
2587
- "signal-hexagon",
2588
- "signal-octagon",
2589
- "signal-square",
2590
- "signal-waves",
2591
- "signal",
2592
- "six-circle",
2593
- "six-diamond",
2594
- "six-hexagon",
2595
- "six-octagon",
2596
- "six-square",
2597
- "six-waves",
2598
- "six",
2599
- "skip-back",
2600
- "skip-forward",
2601
- "slash-circle",
2602
- "slash-diamond",
2603
- "slash-hexagon",
2604
- "slash-octagon",
2605
- "slash-square",
2606
- "slash-waves",
2607
- "smile-circle",
2608
- "smile-ghost",
2609
- "smile-square",
2610
- "snow",
2611
- "snowflake",
2612
- "sofa",
2613
- "sort",
2614
- "sparkles",
2615
- "speaker",
2616
- "spinner-one",
2617
- "spinner",
2618
- "sprout",
2619
- "square-chart-gantt",
2620
- "square-dashed-kanban",
2621
- "square-dashed",
2622
- "square-half",
2623
- "square-kanban",
2624
- "square",
2625
- "star",
2626
- "stop-circle",
2627
- "stop-diamond",
2628
- "stop-hexagon",
2629
- "stop-octagon",
2630
- "stop-square",
2631
- "stop-waves",
2632
- "stop",
2633
- "store",
2634
- "subtract",
2635
- "sun-dim",
2636
- "sun-medium",
2637
- "sun-snow",
2638
- "sun",
2639
- "sunrise",
2640
- "sunset",
2641
- "support",
2642
- "swatches",
2643
- "table",
2644
- "tablet",
2645
- "tag-plus",
2646
- "tag",
2647
- "tally-five",
2648
- "tally-four",
2649
- "tally-one",
2650
- "tally-three",
2651
- "tally-two",
2652
- "target",
2653
- "telephone-call",
2654
- "telephone-forward",
2655
- "telephone-in",
2656
- "telephone-missed",
2657
- "telephone-out",
2658
- "telephone-slash",
2659
- "telephone",
2660
- "tent-tree",
2661
- "tent",
2662
- "terminal",
2663
- "text-align-center",
2664
- "text-align-left",
2665
- "text-align-right",
2666
- "text-justify",
2667
- "thermometer-snowflake",
2668
- "thermometer-sun",
2669
- "thermometer",
2670
- "three-circle",
2671
- "three-diamond",
2672
- "three-hexagon",
2673
- "three-octagon",
2674
- "three-square",
2675
- "three-waves",
2676
- "three",
2677
- "ticket-slash",
2678
- "ticket",
2679
- "toggle-left",
2680
- "toggle-right",
2681
- "tool",
2682
- "tornado",
2683
- "train",
2684
- "trash-one",
2685
- "trash-two",
2686
- "trash",
2687
- "tree-deciduous",
2688
- "tree-palm",
2689
- "tree-pine",
2690
- "tree",
2691
- "trees",
2692
- "trending-down",
2693
- "trending-up-down",
2694
- "trending-up",
2695
- "triangle",
2696
- "truck",
2697
- "tv",
2698
- "two-circle",
2699
- "two-diamond",
2700
- "two-hexagon",
2701
- "two-octagon",
2702
- "two-square",
2703
- "two-waves",
2704
- "two",
2705
- "type-bold",
2706
- "type-italic",
2707
- "type-text",
2708
- "type-underline",
2709
- "umbrella-off",
2710
- "umbrella",
2711
- "undo",
2712
- "union",
2713
- "unlink",
2714
- "upload",
2715
- "user-check",
2716
- "user-circle",
2717
- "user-diamond",
2718
- "user-hexagon",
2719
- "user-minus",
2720
- "user-octagon",
2721
- "user-plus",
2722
- "user-settings",
2723
- "user-square",
2724
- "user-waves",
2725
- "user-x",
2726
- "user",
2727
- "users-group",
2728
- "users",
2729
- "video-slash",
2730
- "video",
2731
- "volume-check",
2732
- "volume-high",
2733
- "volume-low",
2734
- "volume-minus",
2735
- "volume-none",
2736
- "volume-plus",
2737
- "volume-slash",
2738
- "volume-x",
2739
- "watch",
2740
- "waves",
2741
- "webcam",
2742
- "wheel",
2743
- "wheelchair",
2744
- "wifi-check",
2745
- "wifi-low",
2746
- "wifi-medium",
2747
- "wifi-minus",
2748
- "wifi-plus",
2749
- "wifi-slash",
2750
- "wifi-x",
2751
- "wifi",
2752
- "wind-arrow-down",
2753
- "wind",
2754
- "winds",
2755
- "wine",
2756
- "wink-circle",
2757
- "wink-ghost",
2758
- "wink-square",
2759
- "wrench",
2760
- "x-circle",
2761
- "x-diamond",
2762
- "x-hexagon",
2763
- "x-octagon",
2764
- "x-square",
2765
- "x-triangle",
2766
- "x-waves",
2767
- "x",
2768
- "yen-circle",
2769
- "yen-diamond",
2770
- "yen-hexagon",
2771
- "yen-octagon",
2772
- "yen-square",
2773
- "yen-waves",
2774
- "yen",
2775
- "zap-off",
2776
- "zap",
2777
- "zero-circle",
2778
- "zero-diamond",
2779
- "zero-hexagon",
2780
- "zero-octagon",
2781
- "zero-square",
2782
- "zero-waves",
2783
- "zero"
2784
- ];
2785
-
2786
- // src/memories.ts
2787
- var MEMORY_NAME_MAX_LENGTH = 100;
2788
- var MEMORY_DESCRIPTION_MAX_LENGTH = 160;
2789
-
2790
- // src/skills.ts
2791
- var SKILL_NAME_MAX_LENGTH = 100;
2792
- var SKILL_DESCRIPTION_MAX_LENGTH = 160;
2793
-
2794
- // src/tenant.ts
2795
- var DEFAULT_TENANT_ID = "00000000-0000-0000-0000-000000000000";
2796
-
2797
- // src/text-format-presets.ts
2798
- var TEXT_FORMAT_PRESETS = [
2799
- // Communication
2800
- {
2801
- id: "email",
2802
- label: "Email",
2803
- icon: "envelope",
2804
- group: "communication",
2805
- storage: { kind: "format", value: "email" }
2806
- },
2807
- {
2808
- id: "url",
2809
- label: "URL",
2810
- icon: "link",
2811
- group: "communication",
2812
- storage: { kind: "format", value: "url" }
2813
- },
2814
- {
2815
- id: "phone_fr",
2816
- label: "T\xE9l\xE9phone (FR)",
2817
- icon: "telephone",
2818
- group: "communication",
2819
- storage: { kind: "pattern", regex: "^0[1-9]([-. ]?[0-9]{2}){4}$" }
2820
- },
2821
- // Identifiants
2822
- {
2823
- id: "slug",
2824
- label: "Slug (kebab-case)",
2825
- icon: "hash",
2826
- group: "identifiants",
2827
- storage: { kind: "format", value: "slug" }
2828
- },
2829
- {
2830
- id: "alphanumeric",
2831
- label: "Alphanum\xE9rique",
2832
- icon: "type-text",
2833
- group: "identifiants",
2834
- storage: { kind: "pattern", regex: "^[a-zA-Z0-9]+$" }
2835
- },
2836
- // Business (FR)
2837
- {
2838
- id: "siren",
2839
- label: "SIREN",
2840
- icon: "building",
2841
- group: "business_fr",
2842
- storage: { kind: "pattern", regex: "^[0-9]{9}$" }
2843
- },
2844
- {
2845
- id: "siret",
2846
- label: "SIRET",
2847
- icon: "building",
2848
- group: "business_fr",
2849
- storage: { kind: "pattern", regex: "^[0-9]{14}$" }
2850
- },
2851
- {
2852
- id: "postcode_fr",
2853
- label: "Code postal (FR)",
2854
- icon: "location",
2855
- group: "business_fr",
2856
- storage: { kind: "pattern", regex: "^[0-9]{5}$" }
2857
- },
2858
- {
2859
- id: "iban",
2860
- label: "IBAN",
2861
- icon: "credit-card",
2862
- group: "business_fr",
2863
- storage: { kind: "pattern", regex: "^[A-Z]{2}[0-9]{2}[A-Z0-9]{1,30}$" }
2864
- },
2865
- {
2866
- id: "vat_fr",
2867
- label: "TVA intracom",
2868
- icon: "credit-card",
2869
- group: "business_fr",
2870
- storage: { kind: "pattern", regex: "^[A-Z]{2}[0-9A-Z]{2,12}$" }
2871
- },
2872
- // Design
2873
- {
2874
- id: "hex_color",
2875
- label: "Code couleur hex",
2876
- icon: "paint",
2877
- group: "design",
2878
- storage: { kind: "pattern", regex: "^#[0-9A-Fa-f]{6}$" }
2879
- }
2880
- ];
2881
- // Annotate the CommonJS export names for ESM import in node:
2882
- 0 && (module.exports = {
2883
- AI_CHAT_ACCEPTED_TYPES,
2884
- AI_CHAT_MAX_FILES,
2885
- AI_CHAT_MAX_FILE_SIZE,
2886
- AI_CHAT_SUPPORTED_DOCUMENTS,
2887
- AI_CHAT_SUPPORTED_IMAGES,
2888
- AI_CHAT_SUPPORTED_MIME_TYPES,
2889
- ALL_MIME_TYPES,
2890
- ARCHIVES,
2891
- ARCHIVE_MIME_TYPES,
2892
- ARCHIVE_MIME_TYPES_ARRAY,
2893
- AUDIO,
2894
- AUDIO_MIME_TYPES,
2895
- AUDIO_MIME_TYPES_ARRAY,
2896
- BUILT_IN_AGENT_TOOL_GROUPS,
2897
- BUILT_IN_AGENT_TOOL_NAMES,
2898
- BYTES,
2899
- CODE,
2900
- CODE_MIME_TYPES,
2901
- CODE_MIME_TYPES_ARRAY,
2902
- COLORS,
2903
- COLOR_GROUPS,
2904
- COUNTRIES,
2905
- CURRENCIES,
2906
- DEFAULT_ATTRIBUTE_ICONS,
2907
- DEFAULT_TAB_ICONS,
2908
- DEFAULT_TENANT_ID,
2909
- DOCUMENTS,
2910
- DOCUMENT_MIME_TYPES,
2911
- DOCUMENT_MIME_TYPES_ARRAY,
2912
- FILE_SIZE,
2913
- FONTS,
2914
- FONT_MIME_TYPES,
2915
- FONT_MIME_TYPES_ARRAY,
2916
- GIGABYTES,
2917
- ICONS,
2918
- IMAGES,
2919
- IMAGE_MIME_TYPES,
2920
- IMAGE_MIME_TYPES_ARRAY,
2921
- KILOBYTES,
2922
- MEDIA,
2923
- MEGABYTES,
2924
- MEMORY_DESCRIPTION_MAX_LENGTH,
2925
- MEMORY_NAME_MAX_LENGTH,
2926
- OFFICE_DOCUMENTS,
2927
- RECOMMENDED_MAX_SIZES,
2928
- SKILL_DESCRIPTION_MAX_LENGTH,
2929
- SKILL_NAME_MAX_LENGTH,
2930
- STATUS_COLORS,
2931
- TEXT_FORMAT_PRESETS,
2932
- VIDEO,
2933
- VIDEO_MIME_TYPES,
2934
- VIDEO_MIME_TYPES_ARRAY,
2935
- WEB_IMAGES,
2936
- bytesToGb,
2937
- bytesToMb,
2938
- cn,
2939
- gbToBytes,
2940
- getAllColors,
2941
- getAllCountries,
2942
- getAllCurrencies,
2943
- getColor,
2944
- getColorIds,
2945
- getColorsByGroup,
2946
- getCountryByIso2,
2947
- getCountryByIso3,
2948
- getCountryDisplayName,
2949
- getCountryDisplayNameByIso3,
2950
- getCurrency,
2951
- getCurrencySymbol,
2952
- getDefaultAttributeIcon,
2953
- getDefaultTabIcon,
2954
- getPhoneMaxDigits,
2955
- getPhoneTrunkPrefix,
2956
- getSortedCountries,
2957
- isArchiveMimeType,
2958
- isAudioMimeType,
2959
- isCodeMimeType,
2960
- isDocumentMimeType,
2961
- isImageMimeType,
2962
- isValidColorId,
2963
- isValidCurrencyCode,
2964
- isValidIso2,
2965
- isValidIso3,
2966
- isVideoMimeType,
2967
- isWithinSizeLimit,
2968
- mbToBytes,
2969
- stripTrunkPrefix
2970
- });
1
+ /*! © 2025-2026 AND YOU CREATE SAS (RCS Paris 940 190 614). Proprietary — see LICENSE (Standards SDK License 1.0). */
2
+ "use strict";var x=Object.defineProperty;var ee=Object.getOwnPropertyDescriptor;var oe=Object.getOwnPropertyNames;var re=Object.prototype.hasOwnProperty;var o=(e,r)=>x(e,"name",{value:r,configurable:!0});var ne=(e,r)=>{for(var a in r)x(e,a,{get:r[a],enumerable:!0})},ae=(e,r,a,c)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of oe(r))!re.call(e,s)&&s!==a&&x(e,s,{get:()=>r[s],enumerable:!(c=ee(r,s))||c.enumerable});return e};var te=e=>ae(x({},"__esModule",{value:!0}),e);var Je={};ne(Je,{AI_CHAT_ACCEPTED_TYPES:()=>xe,AI_CHAT_MAX_FILES:()=>Ce,AI_CHAT_MAX_FILE_SIZE:()=>fe,AI_CHAT_SUPPORTED_DOCUMENTS:()=>L,AI_CHAT_SUPPORTED_IMAGES:()=>U,AI_CHAT_SUPPORTED_MIME_TYPES:()=>G,ALL_MIME_TYPES:()=>le,ARCHIVES:()=>k,ARCHIVE_MIME_TYPES:()=>_,ARCHIVE_MIME_TYPES_ARRAY:()=>P,AUDIO:()=>C,AUDIO_MIME_TYPES:()=>A,AUDIO_MIME_TYPES_ARRAY:()=>I,BUILT_IN_AGENT_TOOL_GROUPS:()=>F,BUILT_IN_AGENT_TOOL_NAMES:()=>be,BYTES:()=>j,CODE:()=>T,CODE_MIME_TYPES:()=>p,CODE_MIME_TYPES_ARRAY:()=>N,COLORS:()=>u,COLOR_GROUPS:()=>V,COUNTRIES:()=>l,CURRENCIES:()=>m,DEFAULT_ATTRIBUTE_ICONS:()=>K,DEFAULT_TAB_ICONS:()=>Y,DEFAULT_TENANT_ID:()=>We,DOCUMENTS:()=>w,DOCUMENT_MIME_TYPES:()=>t,DOCUMENT_MIME_TYPES_ARRAY:()=>D,FILE_SIZE:()=>d,FONTS:()=>q,FONT_MIME_TYPES:()=>O,FONT_MIME_TYPES_ARRAY:()=>B,GIGABYTES:()=>J,ICONS:()=>je,IMAGES:()=>f,IMAGE_MIME_TYPES:()=>i,IMAGE_MIME_TYPES_ARRAY:()=>E,KILOBYTES:()=>W,MEDIA:()=>ce,MEGABYTES:()=>$,MEMORY_DESCRIPTION_MAX_LENGTH:()=>ko,MEMORY_NAME_MAX_LENGTH:()=>wo,OFFICE_DOCUMENTS:()=>se,RECOMMENDED_MAX_SIZES:()=>Ye,SKILL_DESCRIPTION_MAX_LENGTH:()=>Mo,SKILL_NAME_MAX_LENGTH:()=>vo,STATUS_COLORS:()=>Pe,TEXT_FORMAT_PRESETS:()=>$e,VIDEO:()=>b,VIDEO_MIME_TYPES:()=>R,VIDEO_MIME_TYPES_ARRAY:()=>S,WEB_IMAGES:()=>ie,bytesToGb:()=>Ze,bytesToMb:()=>Ve,cn:()=>Te,gbToBytes:()=>ze,getAllColors:()=>Me,getAllCountries:()=>X,getAllCurrencies:()=>Ge,getColor:()=>ve,getColorIds:()=>Ee,getColorsByGroup:()=>_e,getCountryByIso2:()=>Ae,getCountryByIso3:()=>Z,getCountryDisplayName:()=>y,getCountryDisplayNameByIso3:()=>Be,getCurrency:()=>Le,getCurrencySymbol:()=>Fe,getDefaultAttributeIcon:()=>ye,getDefaultTabIcon:()=>we,getPhoneMaxDigits:()=>Ie,getPhoneTrunkPrefix:()=>Re,getSortedCountries:()=>qe,isArchiveMimeType:()=>ue,isAudioMimeType:()=>me,isCodeMimeType:()=>ge,isDocumentMimeType:()=>pe,isImageMimeType:()=>de,isValidColorId:()=>De,isValidCurrencyCode:()=>Ke,isValidIso2:()=>Se,isValidIso3:()=>Ne,isVideoMimeType:()=>he,isWithinSizeLimit:()=>Xe,mbToBytes:()=>He,stripTrunkPrefix:()=>Ue});module.exports=te(Je);var i={JPEG:"image/jpeg",PNG:"image/png",GIF:"image/gif",WEBP:"image/webp",SVG:"image/svg+xml",BMP:"image/bmp",TIFF:"image/tiff",ICO:"image/x-icon",HEIC:"image/heic",HEIF:"image/heif"},E=Object.values(i),t={PDF:"application/pdf",DOC:"application/msword",DOCX:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",XLS:"application/vnd.ms-excel",XLSX:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",PPT:"application/vnd.ms-powerpoint",PPTX:"application/vnd.openxmlformats-officedocument.presentationml.presentation",ODT:"application/vnd.oasis.opendocument.text",ODS:"application/vnd.oasis.opendocument.spreadsheet",ODP:"application/vnd.oasis.opendocument.presentation",RTF:"application/rtf",TXT:"text/plain",CSV:"text/csv",MARKDOWN:"text/markdown"},D=Object.values(t),_={ZIP:"application/zip",RAR:"application/vnd.rar",TAR:"application/x-tar",GZIP:"application/gzip","7Z":"application/x-7z-compressed",BZ2:"application/x-bzip2"},P=Object.values(_),A={MP3:"audio/mpeg",WAV:"audio/wav",OGG:"audio/ogg",AAC:"audio/aac",FLAC:"audio/flac",M4A:"audio/mp4",WEBM:"audio/webm"},I=Object.values(A),R={MP4:"video/mp4",WEBM:"video/webm",OGG:"video/ogg",AVI:"video/x-msvideo",MOV:"video/quicktime",MKV:"video/x-matroska",FLV:"video/x-flv",WMV:"video/x-ms-wmv",MPEG:"video/mpeg"},S=Object.values(R),p={JAVASCRIPT:"text/javascript",JAVASCRIPT_LEGACY:"application/javascript",TYPESCRIPT:"text/typescript",JSON:"application/json",XML:"application/xml",HTML:"text/html",CSS:"text/css",PYTHON:"text/x-python",JAVA:"text/x-java-source",C:"text/x-c",CPP:"text/x-c++",YAML:"application/x-yaml",SQL:"application/sql"},N=Object.values(p),O={TTF:"font/ttf",OTF:"font/otf",WOFF:"font/woff",WOFF2:"font/woff2",EOT:"application/vnd.ms-fontobject"},B=Object.values(O),f=E,w=D,k=P,C=I,b=S,T=N,q=B,ie=[i.JPEG,i.PNG,i.GIF,i.WEBP],se=[t.PDF,t.DOC,t.DOCX,t.XLS,t.XLSX,t.PPT,t.PPTX],ce=[...f,...C,...b],le=[...f,...w,...k,...C,...b,...T,...q],de=o(e=>f.includes(e),"isImageMimeType"),pe=o(e=>w.includes(e),"isDocumentMimeType"),ue=o(e=>k.includes(e),"isArchiveMimeType"),me=o(e=>C.includes(e),"isAudioMimeType"),he=o(e=>b.includes(e),"isVideoMimeType"),ge=o(e=>T.includes(e),"isCodeMimeType");var U=[i.JPEG,i.PNG,i.WEBP,i.GIF,i.SVG],L=[t.PDF,t.DOC,t.DOCX,t.XLSX,t.TXT,t.MARKDOWN,t.CSV,p.JAVASCRIPT,p.JAVASCRIPT_LEGACY],G=[...U,...L],xe=G.join(","),fe=50*1024*1024,Ce=5;var F={bulk:["bulk_create_records","bulk_delete_records","bulk_search","bulk_update_records"],calendar:["get_calendar_event","get_meeting_transcript","search_calendar_events"],core:["archive_document","ask_questions","attach_file","call_reflex","create_folder","create_record","delete_record","exec_command","get_record","get_schema","get_skill","global_search","initialize_record_drive_structure","list_record_drive","list_workspace_users","load_toolset","publish_artifact","read_document","remove_file","request_work_mode","sandbox_get_file","sandbox_upload_file","sandbox_validate_payload","search_records","update_document","update_record","write_todos"],email:["download_email_attachments","get_email","get_email_thread","search_emails"],memory:["get_memory","save_memory","search_memories"],orchestration:["message_agent","spawn_agent"],schema:["apply_architect_operation","describe_architect_operation","discard_architect_draft","get_default_view","get_schema_history","request_design_review","search_icons"],web:["read_webpage","web_search"]},be=Object.values(F).flat();var K={text:"text-align-left",textarea:"align-left",number:"hash",checkbox:"check-square",date:"calendar",phone:"telephone",currency:"dollar-circle",status:"activity",location:"location",timestamp:"clock-circle",select:"chevron-down-circle",multiselect:"list-check",file:"file",user:"user",relation:"link",rating:"star",formula:"math",rollup:"chart-bar-stacked"};function ye(e){return K[e]??"circle"}o(ye,"getDefaultAttributeIcon");var Y={form:"layout",table:"table",custom:"puzzle",activity:"activity",richtext:"file-text",documents:"folder",forms:"clipboard",emails:"envelope",meetings:"calendar"};function we(e){return Y[e]??"circle"}o(we,"getDefaultTabIcon");var H=require("clsx"),z=require("tailwind-merge");var ke=(0,z.extendTailwindMerge)({extend:{classGroups:{"font-size":["text-control-2xs","text-control-xs","text-control-sm","text-control-default","text-control-lg","text-row-sm","text-row-default","text-row-lg","text-metric"],h:["h-control-sm","h-control-default","h-control-lg","h-row-sm","h-row-default","h-row-lg"],w:["w-control-sm","w-control-default","w-control-lg","w-query-popover"],size:["size-control-sm","size-control-default","size-control-lg"],p:["p-surface-sm","p-surface-default","p-surface-lg"]}}});function Te(...e){return ke((0,H.clsx)(e))}o(Te,"cn");var v=o((e,r)=>`light-dark(${e}, ${r})`,"lightDark");function n(e,r,a){let c=Number.parseInt(e.slice(1,3),16),s=Number.parseInt(e.slice(3,5),16),h=Number.parseInt(e.slice(5,7),16),g=o(Q=>`rgba(${c}, ${s}, ${h}, ${Q})`,"alpha");return{background:v(g(.15),g(.22)),border:v(g(.3),g(.42)),text:v(r,a),icon:e}}o(n,"defineColor");var u={gray:n("#6B7280","#374151","#D1D5DB"),slate:n("#64748B","#334155","#CBD5E1"),blue:n("#3B82F6","#1D4ED8","#93C5FD"),sky:n("#0EA5E9","#0369A1","#7DD3FC"),indigo:n("#6366F1","#4338CA","#A5B4FC"),green:n("#22C55E","#15803D","#86EFAC"),emerald:n("#10B981","#047857","#6EE7B7"),teal:n("#14B8A6","#0F766E","#5EEAD4"),red:n("#EF4444","#B91C1C","#FCA5A5"),rose:n("#F43F5E","#BE123C","#FDA4AF"),yellow:n("#EAB308","#A16207","#FDE047"),amber:n("#F59E0B","#B45309","#FCD34D"),orange:n("#F97316","#C2410C","#FDBA74"),purple:n("#A855F7","#7E22CE","#D8B4FE"),violet:n("#8B5CF6","#6D28D9","#C4B5FD"),fuchsia:n("#D946EF","#A21CAF","#F0ABFC"),pink:n("#EC4899","#BE185D","#F9A8D4"),cyan:n("#06B6D4","#0E7490","#67E8F9"),lime:n("#84CC16","#4D7C0F","#BEF264")},ve=o(e=>u[e],"getColor"),Me=o(()=>Object.values(u),"getAllColors"),Ee=o(()=>Object.keys(u),"getColorIds"),De=o(e=>e in u,"isValidColorId"),V={neutral:["gray","slate"],primary:["blue","indigo","sky"],success:["green","emerald","teal","lime"],danger:["red","rose"],warning:["yellow","amber","orange"],info:["blue","cyan","sky"],special:["purple","violet","fuchsia"],accent:["pink"]},_e=o(e=>[...V[e]],"getColorsByGroup"),Pe={idle:["gray","slate"],in_progress:["blue","indigo","sky","cyan","purple"],finished:["green","emerald","teal"],cancelled:["red","rose"],warning:["yellow","amber","orange"]};var l={FR:{name:"France",iso2:"FR",iso3:"FRA",numericCode:"250",phoneCode:"+33",phoneMaxDigits:10,phoneTrunkPrefix:"0"},US:{name:"United States",iso2:"US",iso3:"USA",numericCode:"840",phoneCode:"+1",phoneMaxDigits:10,phoneTrunkPrefix:""},GB:{name:"United Kingdom",iso2:"GB",iso3:"GBR",numericCode:"826",phoneCode:"+44",phoneMaxDigits:11,phoneTrunkPrefix:"0"},DE:{name:"Germany",iso2:"DE",iso3:"DEU",numericCode:"276",phoneCode:"+49",phoneMaxDigits:11,phoneTrunkPrefix:"0"},ES:{name:"Spain",iso2:"ES",iso3:"ESP",numericCode:"724",phoneCode:"+34",phoneMaxDigits:9,phoneTrunkPrefix:""},IT:{name:"Italy",iso2:"IT",iso3:"ITA",numericCode:"380",phoneCode:"+39",phoneMaxDigits:10,phoneTrunkPrefix:"0"},BE:{name:"Belgium",iso2:"BE",iso3:"BEL",numericCode:"056",phoneCode:"+32",phoneMaxDigits:9,phoneTrunkPrefix:"0"},CH:{name:"Switzerland",iso2:"CH",iso3:"CHE",numericCode:"756",phoneCode:"+41",phoneMaxDigits:10,phoneTrunkPrefix:"0"},NL:{name:"Netherlands",iso2:"NL",iso3:"NLD",numericCode:"528",phoneCode:"+31",phoneMaxDigits:9,phoneTrunkPrefix:"0"},PT:{name:"Portugal",iso2:"PT",iso3:"PRT",numericCode:"620",phoneCode:"+351",phoneMaxDigits:9,phoneTrunkPrefix:""},CA:{name:"Canada",iso2:"CA",iso3:"CAN",numericCode:"124",phoneCode:"+1",phoneMaxDigits:10,phoneTrunkPrefix:""},AU:{name:"Australia",iso2:"AU",iso3:"AUS",numericCode:"036",phoneCode:"+61",phoneMaxDigits:9,phoneTrunkPrefix:"0"},AT:{name:"Austria",iso2:"AT",iso3:"AUT",numericCode:"040",phoneCode:"+43",phoneMaxDigits:11,phoneTrunkPrefix:"0"},SE:{name:"Sweden",iso2:"SE",iso3:"SWE",numericCode:"752",phoneCode:"+46",phoneMaxDigits:10,phoneTrunkPrefix:"0"},NO:{name:"Norway",iso2:"NO",iso3:"NOR",numericCode:"578",phoneCode:"+47",phoneMaxDigits:8,phoneTrunkPrefix:""},DK:{name:"Denmark",iso2:"DK",iso3:"DNK",numericCode:"208",phoneCode:"+45",phoneMaxDigits:8,phoneTrunkPrefix:""},FI:{name:"Finland",iso2:"FI",iso3:"FIN",numericCode:"246",phoneCode:"+358",phoneMaxDigits:10,phoneTrunkPrefix:"0"},IE:{name:"Ireland",iso2:"IE",iso3:"IRL",numericCode:"372",phoneCode:"+353",phoneMaxDigits:10,phoneTrunkPrefix:"0"},PL:{name:"Poland",iso2:"PL",iso3:"POL",numericCode:"616",phoneCode:"+48",phoneMaxDigits:9,phoneTrunkPrefix:""},CZ:{name:"Czech Republic",iso2:"CZ",iso3:"CZE",numericCode:"203",phoneCode:"+420",phoneMaxDigits:9,phoneTrunkPrefix:""},GR:{name:"Greece",iso2:"GR",iso3:"GRC",numericCode:"300",phoneCode:"+30",phoneMaxDigits:10,phoneTrunkPrefix:""},RO:{name:"Romania",iso2:"RO",iso3:"ROU",numericCode:"642",phoneCode:"+40",phoneMaxDigits:10,phoneTrunkPrefix:"0"},HU:{name:"Hungary",iso2:"HU",iso3:"HUN",numericCode:"348",phoneCode:"+36",phoneMaxDigits:9,phoneTrunkPrefix:"06"},LU:{name:"Luxembourg",iso2:"LU",iso3:"LUX",numericCode:"442",phoneCode:"+352",phoneMaxDigits:9,phoneTrunkPrefix:""},SK:{name:"Slovakia",iso2:"SK",iso3:"SVK",numericCode:"703",phoneCode:"+421",phoneMaxDigits:9,phoneTrunkPrefix:"0"},BG:{name:"Bulgaria",iso2:"BG",iso3:"BGR",numericCode:"100",phoneCode:"+359",phoneMaxDigits:9,phoneTrunkPrefix:"0"},HR:{name:"Croatia",iso2:"HR",iso3:"HRV",numericCode:"191",phoneCode:"+385",phoneMaxDigits:9,phoneTrunkPrefix:"0"},SI:{name:"Slovenia",iso2:"SI",iso3:"SVN",numericCode:"705",phoneCode:"+386",phoneMaxDigits:8,phoneTrunkPrefix:"0"},EE:{name:"Estonia",iso2:"EE",iso3:"EST",numericCode:"233",phoneCode:"+372",phoneMaxDigits:8,phoneTrunkPrefix:""},LV:{name:"Latvia",iso2:"LV",iso3:"LVA",numericCode:"428",phoneCode:"+371",phoneMaxDigits:8,phoneTrunkPrefix:""},LT:{name:"Lithuania",iso2:"LT",iso3:"LTU",numericCode:"440",phoneCode:"+370",phoneMaxDigits:8,phoneTrunkPrefix:""},IS:{name:"Iceland",iso2:"IS",iso3:"ISL",numericCode:"352",phoneCode:"+354",phoneMaxDigits:7,phoneTrunkPrefix:""},MT:{name:"Malta",iso2:"MT",iso3:"MLT",numericCode:"470",phoneCode:"+356",phoneMaxDigits:8,phoneTrunkPrefix:""},CY:{name:"Cyprus",iso2:"CY",iso3:"CYP",numericCode:"196",phoneCode:"+357",phoneMaxDigits:8,phoneTrunkPrefix:""},MC:{name:"Monaco",iso2:"MC",iso3:"MCO",numericCode:"492",phoneCode:"+377",phoneMaxDigits:8,phoneTrunkPrefix:""},MX:{name:"Mexico",iso2:"MX",iso3:"MEX",numericCode:"484",phoneCode:"+52",phoneMaxDigits:10,phoneTrunkPrefix:""},BR:{name:"Brazil",iso2:"BR",iso3:"BRA",numericCode:"076",phoneCode:"+55",phoneMaxDigits:11,phoneTrunkPrefix:""},AR:{name:"Argentina",iso2:"AR",iso3:"ARG",numericCode:"032",phoneCode:"+54",phoneMaxDigits:10,phoneTrunkPrefix:""},CL:{name:"Chile",iso2:"CL",iso3:"CHL",numericCode:"152",phoneCode:"+56",phoneMaxDigits:9,phoneTrunkPrefix:""},CO:{name:"Colombia",iso2:"CO",iso3:"COL",numericCode:"170",phoneCode:"+57",phoneMaxDigits:10,phoneTrunkPrefix:""},PE:{name:"Peru",iso2:"PE",iso3:"PER",numericCode:"604",phoneCode:"+51",phoneMaxDigits:9,phoneTrunkPrefix:""},VE:{name:"Venezuela",iso2:"VE",iso3:"VEN",numericCode:"862",phoneCode:"+58",phoneMaxDigits:10,phoneTrunkPrefix:""},EC:{name:"Ecuador",iso2:"EC",iso3:"ECU",numericCode:"218",phoneCode:"+593",phoneMaxDigits:9,phoneTrunkPrefix:""},UY:{name:"Uruguay",iso2:"UY",iso3:"URY",numericCode:"858",phoneCode:"+598",phoneMaxDigits:8,phoneTrunkPrefix:""},PY:{name:"Paraguay",iso2:"PY",iso3:"PRY",numericCode:"600",phoneCode:"+595",phoneMaxDigits:9,phoneTrunkPrefix:""},BO:{name:"Bolivia",iso2:"BO",iso3:"BOL",numericCode:"068",phoneCode:"+591",phoneMaxDigits:8,phoneTrunkPrefix:""},CR:{name:"Costa Rica",iso2:"CR",iso3:"CRI",numericCode:"188",phoneCode:"+506",phoneMaxDigits:8,phoneTrunkPrefix:""},PA:{name:"Panama",iso2:"PA",iso3:"PAN",numericCode:"591",phoneCode:"+507",phoneMaxDigits:8,phoneTrunkPrefix:""},CN:{name:"China",iso2:"CN",iso3:"CHN",numericCode:"156",phoneCode:"+86",phoneMaxDigits:11,phoneTrunkPrefix:""},JP:{name:"Japan",iso2:"JP",iso3:"JPN",numericCode:"392",phoneCode:"+81",phoneMaxDigits:11,phoneTrunkPrefix:"0"},IN:{name:"India",iso2:"IN",iso3:"IND",numericCode:"356",phoneCode:"+91",phoneMaxDigits:10,phoneTrunkPrefix:""},KR:{name:"South Korea",iso2:"KR",iso3:"KOR",numericCode:"410",phoneCode:"+82",phoneMaxDigits:11,phoneTrunkPrefix:"0"},SG:{name:"Singapore",iso2:"SG",iso3:"SGP",numericCode:"702",phoneCode:"+65",phoneMaxDigits:8,phoneTrunkPrefix:""},HK:{name:"Hong Kong",iso2:"HK",iso3:"HKG",numericCode:"344",phoneCode:"+852",phoneMaxDigits:8,phoneTrunkPrefix:""},TW:{name:"Taiwan",iso2:"TW",iso3:"TWN",numericCode:"158",phoneCode:"+886",phoneMaxDigits:10,phoneTrunkPrefix:"0"},TH:{name:"Thailand",iso2:"TH",iso3:"THA",numericCode:"764",phoneCode:"+66",phoneMaxDigits:9,phoneTrunkPrefix:"0"},MY:{name:"Malaysia",iso2:"MY",iso3:"MYS",numericCode:"458",phoneCode:"+60",phoneMaxDigits:10,phoneTrunkPrefix:"0"},ID:{name:"Indonesia",iso2:"ID",iso3:"IDN",numericCode:"360",phoneCode:"+62",phoneMaxDigits:12,phoneTrunkPrefix:"0"},PH:{name:"Philippines",iso2:"PH",iso3:"PHL",numericCode:"608",phoneCode:"+63",phoneMaxDigits:10,phoneTrunkPrefix:"0"},VN:{name:"Vietnam",iso2:"VN",iso3:"VNM",numericCode:"704",phoneCode:"+84",phoneMaxDigits:10,phoneTrunkPrefix:"0"},PK:{name:"Pakistan",iso2:"PK",iso3:"PAK",numericCode:"586",phoneCode:"+92",phoneMaxDigits:10,phoneTrunkPrefix:"0"},BD:{name:"Bangladesh",iso2:"BD",iso3:"BGD",numericCode:"050",phoneCode:"+880",phoneMaxDigits:10,phoneTrunkPrefix:"0"},IL:{name:"Israel",iso2:"IL",iso3:"ISR",numericCode:"376",phoneCode:"+972",phoneMaxDigits:10,phoneTrunkPrefix:"0"},AE:{name:"United Arab Emirates",iso2:"AE",iso3:"ARE",numericCode:"784",phoneCode:"+971",phoneMaxDigits:9,phoneTrunkPrefix:""},SA:{name:"Saudi Arabia",iso2:"SA",iso3:"SAU",numericCode:"682",phoneCode:"+966",phoneMaxDigits:9,phoneTrunkPrefix:""},TR:{name:"Turkey",iso2:"TR",iso3:"TUR",numericCode:"792",phoneCode:"+90",phoneMaxDigits:10,phoneTrunkPrefix:"0"},NZ:{name:"New Zealand",iso2:"NZ",iso3:"NZL",numericCode:"554",phoneCode:"+64",phoneMaxDigits:10,phoneTrunkPrefix:"0"},ZA:{name:"South Africa",iso2:"ZA",iso3:"ZAF",numericCode:"710",phoneCode:"+27",phoneMaxDigits:9,phoneTrunkPrefix:"0"},EG:{name:"Egypt",iso2:"EG",iso3:"EGY",numericCode:"818",phoneCode:"+20",phoneMaxDigits:10,phoneTrunkPrefix:"0"},NG:{name:"Nigeria",iso2:"NG",iso3:"NGA",numericCode:"566",phoneCode:"+234",phoneMaxDigits:10,phoneTrunkPrefix:"0"},KE:{name:"Kenya",iso2:"KE",iso3:"KEN",numericCode:"404",phoneCode:"+254",phoneMaxDigits:9,phoneTrunkPrefix:"0"},MA:{name:"Morocco",iso2:"MA",iso3:"MAR",numericCode:"504",phoneCode:"+212",phoneMaxDigits:9,phoneTrunkPrefix:"0"},TN:{name:"Tunisia",iso2:"TN",iso3:"TUN",numericCode:"788",phoneCode:"+216",phoneMaxDigits:8,phoneTrunkPrefix:""},DZ:{name:"Algeria",iso2:"DZ",iso3:"DZA",numericCode:"012",phoneCode:"+213",phoneMaxDigits:9,phoneTrunkPrefix:"0"},QA:{name:"Qatar",iso2:"QA",iso3:"QAT",numericCode:"634",phoneCode:"+974",phoneMaxDigits:8,phoneTrunkPrefix:""},KW:{name:"Kuwait",iso2:"KW",iso3:"KWT",numericCode:"414",phoneCode:"+965",phoneMaxDigits:8,phoneTrunkPrefix:""},OM:{name:"Oman",iso2:"OM",iso3:"OMN",numericCode:"512",phoneCode:"+968",phoneMaxDigits:8,phoneTrunkPrefix:""},BH:{name:"Bahrain",iso2:"BH",iso3:"BHR",numericCode:"048",phoneCode:"+973",phoneMaxDigits:8,phoneTrunkPrefix:""},LB:{name:"Lebanon",iso2:"LB",iso3:"LBN",numericCode:"422",phoneCode:"+961",phoneMaxDigits:8,phoneTrunkPrefix:"0"},JO:{name:"Jordan",iso2:"JO",iso3:"JOR",numericCode:"400",phoneCode:"+962",phoneMaxDigits:9,phoneTrunkPrefix:"0"},RU:{name:"Russia",iso2:"RU",iso3:"RUS",numericCode:"643",phoneCode:"+7",phoneMaxDigits:10,phoneTrunkPrefix:""},UA:{name:"Ukraine",iso2:"UA",iso3:"UKR",numericCode:"804",phoneCode:"+380",phoneMaxDigits:9,phoneTrunkPrefix:"0"},BY:{name:"Belarus",iso2:"BY",iso3:"BLR",numericCode:"112",phoneCode:"+375",phoneMaxDigits:9,phoneTrunkPrefix:""},KZ:{name:"Kazakhstan",iso2:"KZ",iso3:"KAZ",numericCode:"398",phoneCode:"+7",phoneMaxDigits:10,phoneTrunkPrefix:""}},Ae=o(e=>l[e.toUpperCase()],"getCountryByIso2"),Z=o(e=>Object.values(l).find(r=>r.iso3.toUpperCase()===e.toUpperCase()),"getCountryByIso3"),X=o(()=>Object.values(l),"getAllCountries"),Ie=o(e=>l[e.toUpperCase()]?.phoneMaxDigits??15,"getPhoneMaxDigits"),Re=o(e=>l[e.toUpperCase()]?.phoneTrunkPrefix??"","getPhoneTrunkPrefix"),Se=o(e=>e.toUpperCase()in l,"isValidIso2"),Ne=o(e=>Object.values(l).some(r=>r.iso3.toUpperCase()===e.toUpperCase()),"isValidIso3"),M=new Map;function Oe(e){let r=e.join("\0"),a=M.get(r);if(a!==void 0)return a;try{let c=new Intl.DisplayNames(e,{type:"region"});return M.set(r,c),c}catch{return M.set(r,null),null}}o(Oe,"_getDisplayNames");function y(e,r=["fr","en"]){let a=e.toUpperCase(),c=Array.isArray(r)?r:[r],s=Oe(c);if(s)try{let h=s.of(a);if(h)return h}catch{}return l[a]?.name??a}o(y,"getCountryDisplayName");function Be(e,r){let a=Z(e);return a?y(a.iso2,r):e}o(Be,"getCountryDisplayNameByIso3");function qe(e="fr"){return X().sort((r,a)=>y(r.iso2,e).localeCompare(y(a.iso2,e),e))}o(qe,"getSortedCountries");function Ue(e,r){return r&&e.startsWith(r)?e.slice(r.length):e}o(Ue,"stripTrunkPrefix");var m={USD:{code:"USD",name:"US Dollar",symbol:"$",decimals:2},EUR:{code:"EUR",name:"Euro",symbol:"\u20AC",decimals:2},GBP:{code:"GBP",name:"British Pound",symbol:"\xA3",decimals:2},JPY:{code:"JPY",name:"Japanese Yen",symbol:"\xA5",decimals:0},CNY:{code:"CNY",name:"Chinese Yuan",symbol:"\xA5",decimals:2},CHF:{code:"CHF",name:"Swiss Franc",symbol:"CHF",decimals:2},SEK:{code:"SEK",name:"Swedish Krona",symbol:"kr",decimals:2},NOK:{code:"NOK",name:"Norwegian Krone",symbol:"kr",decimals:2},DKK:{code:"DKK",name:"Danish Krone",symbol:"kr",decimals:2},PLN:{code:"PLN",name:"Polish Zloty",symbol:"z\u0142",decimals:2},CZK:{code:"CZK",name:"Czech Koruna",symbol:"K\u010D",decimals:2},HUF:{code:"HUF",name:"Hungarian Forint",symbol:"Ft",decimals:0},RON:{code:"RON",name:"Romanian Leu",symbol:"lei",decimals:2},BGN:{code:"BGN",name:"Bulgarian Lev",symbol:"\u043B\u0432",decimals:2},HRK:{code:"HRK",name:"Croatian Kuna",symbol:"kn",decimals:2},ISK:{code:"ISK",name:"Icelandic Krona",symbol:"kr",decimals:0},RUB:{code:"RUB",name:"Russian Ruble",symbol:"\u20BD",decimals:2},UAH:{code:"UAH",name:"Ukrainian Hryvnia",symbol:"\u20B4",decimals:2},TRY:{code:"TRY",name:"Turkish Lira",symbol:"\u20BA",decimals:2},CAD:{code:"CAD",name:"Canadian Dollar",symbol:"CA$",decimals:2},MXN:{code:"MXN",name:"Mexican Peso",symbol:"MX$",decimals:2},BRL:{code:"BRL",name:"Brazilian Real",symbol:"R$",decimals:2},ARS:{code:"ARS",name:"Argentine Peso",symbol:"AR$",decimals:2},CLP:{code:"CLP",name:"Chilean Peso",symbol:"CL$",decimals:0},COP:{code:"COP",name:"Colombian Peso",symbol:"COL$",decimals:0},PEN:{code:"PEN",name:"Peruvian Sol",symbol:"S/",decimals:2},UYU:{code:"UYU",name:"Uruguayan Peso",symbol:"UY$",decimals:2},AUD:{code:"AUD",name:"Australian Dollar",symbol:"A$",decimals:2},NZD:{code:"NZD",name:"New Zealand Dollar",symbol:"NZ$",decimals:2},HKD:{code:"HKD",name:"Hong Kong Dollar",symbol:"HK$",decimals:2},SGD:{code:"SGD",name:"Singapore Dollar",symbol:"S$",decimals:2},KRW:{code:"KRW",name:"South Korean Won",symbol:"\u20A9",decimals:0},INR:{code:"INR",name:"Indian Rupee",symbol:"\u20B9",decimals:2},IDR:{code:"IDR",name:"Indonesian Rupiah",symbol:"Rp",decimals:0},MYR:{code:"MYR",name:"Malaysian Ringgit",symbol:"RM",decimals:2},PHP:{code:"PHP",name:"Philippine Peso",symbol:"\u20B1",decimals:2},THB:{code:"THB",name:"Thai Baht",symbol:"\u0E3F",decimals:2},VND:{code:"VND",name:"Vietnamese Dong",symbol:"\u20AB",decimals:0},TWD:{code:"TWD",name:"Taiwan Dollar",symbol:"NT$",decimals:0},PKR:{code:"PKR",name:"Pakistani Rupee",symbol:"\u20A8",decimals:2},BDT:{code:"BDT",name:"Bangladeshi Taka",symbol:"\u09F3",decimals:2},AED:{code:"AED",name:"UAE Dirham",symbol:"\u062F.\u0625",decimals:2},SAR:{code:"SAR",name:"Saudi Riyal",symbol:"\uFDFC",decimals:2},ILS:{code:"ILS",name:"Israeli Shekel",symbol:"\u20AA",decimals:2},QAR:{code:"QAR",name:"Qatari Riyal",symbol:"\uFDFC",decimals:2},KWD:{code:"KWD",name:"Kuwaiti Dinar",symbol:"\u062F.\u0643",decimals:3},BHD:{code:"BHD",name:"Bahraini Dinar",symbol:"\u062F.\u0628",decimals:3},OMR:{code:"OMR",name:"Omani Rial",symbol:"\uFDFC",decimals:3},JOD:{code:"JOD",name:"Jordanian Dinar",symbol:"\u062F.\u0627",decimals:3},LBP:{code:"LBP",name:"Lebanese Pound",symbol:"\u0644.\u0644",decimals:0},ZAR:{code:"ZAR",name:"South African Rand",symbol:"R",decimals:2},EGP:{code:"EGP",name:"Egyptian Pound",symbol:"\xA3",decimals:2},NGN:{code:"NGN",name:"Nigerian Naira",symbol:"\u20A6",decimals:2},KES:{code:"KES",name:"Kenyan Shilling",symbol:"KSh",decimals:2},MAD:{code:"MAD",name:"Moroccan Dirham",symbol:"\u062F.\u0645.",decimals:2},TND:{code:"TND",name:"Tunisian Dinar",symbol:"\u062F.\u062A",decimals:3},DZD:{code:"DZD",name:"Algerian Dinar",symbol:"\u062F.\u062C",decimals:2},NIS:{code:"NIS",name:"Israeli New Shekel",symbol:"\u20AA",decimals:2}},Le=o(e=>m[e.toUpperCase()],"getCurrency"),Ge=o(()=>Object.values(m),"getAllCurrencies"),Fe=o(e=>m[e.toUpperCase()]?.symbol||e,"getCurrencySymbol"),Ke=o(e=>e.toUpperCase()in m,"isValidCurrencyCode");var j={B_1:1,B_10:10,B_100:100,B_512:512},W={KB_1:1024,KB_2:2*1024,KB_5:5*1024,KB_10:10*1024,KB_50:50*1024,KB_100:100*1024,KB_500:500*1024},$={MB_1:1024*1024,MB_2:2*1024*1024,MB_5:5*1024*1024,MB_10:10*1024*1024,MB_20:20*1024*1024,MB_25:25*1024*1024,MB_50:50*1024*1024,MB_100:100*1024*1024,MB_200:200*1024*1024,MB_500:500*1024*1024},J={GB_1:1024*1024*1024,GB_2:2*1024*1024*1024,GB_5:5*1024*1024*1024,GB_10:10*1024*1024*1024},d={...j,...W,...$,...J},Ye={AVATAR:d.MB_2,IMAGE:d.MB_5,DOCUMENT:d.MB_10,PRESENTATION:d.MB_25,AUDIO:d.MB_50,VIDEO:d.MB_500,ARCHIVE:d.GB_1},He=o(e=>e*1024*1024,"mbToBytes"),ze=o(e=>e*1024*1024*1024,"gbToBytes"),Ve=o(e=>e/(1024*1024),"bytesToMb"),Ze=o(e=>e/(1024*1024*1024),"bytesToGb"),Xe=o((e,r)=>e<=r,"isWithinSizeLimit");var je=["a-arrow-down","a-arrow-up","academic-hat","accessibility","activity-square","activity","add-queue","aeroplane","air-conditioner","airplay","airpods","alarm-check","alarm-minus","alarm-plus","alarm-smoke","alarm-snooze","alarm-x","alarm","album","align-bottom","align-horizontal","align-left","align-right","align-top","align-vertical","alt","ambulance","ampersand-square","ampersand","ampersands","anchor","angry-circle","angry-ghost","angry-square","annoyed-circle","annoyed-ghost","annoyed-square","aperture","api","ar","archive","arrow-diagonal-one","arrow-diagonal-two","arrow-down-circle","arrow-down-left-circle","arrow-down-left-square","arrow-down-left-waves","arrow-down-left","arrow-down-right-circle","arrow-down-right-square","arrow-down-right-waves","arrow-down-right","arrow-down-square","arrow-down-waves","arrow-down","arrow-left-circle","arrow-left-right","arrow-left-square","arrow-left-waves","arrow-left","arrow-long-down-left","arrow-long-down-right","arrow-long-down","arrow-long-left","arrow-long-right","arrow-long-up-left","arrow-long-up-right","arrow-long-up","arrow-right-circle","arrow-right-square","arrow-right-waves","arrow-right","arrow-up-circle","arrow-up-down","arrow-up-left-circle","arrow-up-left-square","arrow-up-left-waves","arrow-up-left","arrow-up-right-circle","arrow-up-right-square","arrow-up-right-waves","arrow-up-right","arrow-up-square","arrow-up-waves","arrow-up","asterisk-circle","asterisk-diamond","asterisk-hexagon","asterisk-octagon","asterisk-square","asterisk-waves","at","atom","baby","backpack","badge","baggage-claim","ban","bank","baseball","bath","battery-charging-four","battery-charging-one","battery-charging-three","battery-charging-two","battery-charging","battery-check","battery-empty","battery-full","battery-minus","battery-plus","battery-x","bell-check","bell-home","bell-minus","bell-on","bell-plus","bell-slash","bell-snooze","bell-user","bell-x","bell","binoculars","bitcoin-circle","bitcoin-diamond","bitcoin-hexagon","bitcoin-octagon","bitcoin-square","bitcoin-waves","bitcoin","bluetooth","boat","book-check","book-dot","book-home","book-image","book-minus","book-open","book-plus","book-slash","book-snooze","book-user","book-x","book","bookmark-check","bookmark-dot","bookmark-home","bookmark-minus","bookmark-plus","bookmark-slash","bookmark-snooze","bookmark-user","bookmark-x","bookmark","bounding-box","bowl","box","brand-chrome","brand-codepen","brand-codesandbox","brand-dribbble","brand-facebook","brand-figma","brand-framer","brand-github","brand-gitlab","brand-google","brand-instagram","brand-linkedin","brand-pinterest","brand-pocket","brand-slack","brand-spotify","brand-telegram","brand-threads","brand-trello","brand-twitch","brand-twitter","brand-x","brand-youtube","briefcase-conveyor-belt","briefcase","brightness-high","brightness-low","bubbles","building-one","building","cable-car","cake","calendar-check","calendar-down","calendar-minus","calendar-plus","calendar-slash","calendar-up","calendar-x","calendar","camera-slash","camera","campfire","cannabis","caravan","cart-check","cart-minus","cart-plus","cart-x","cart","cast-screen","center-focus","chart-area","chart-bar-big","chart-bar-decreasing","chart-bar-increasing","chart-bar-one","chart-bar-stacked","chart-bar","chart-bubble","chart-candlestick","chart-column-big","chart-column-decreasing","chart-column-increasing","chart-column-stacked","chart-column","chart-gantt","chart-graph","chart-line","chart-network","chart-no-axes-column-decreasing","chart-no-axes-column-increasing","chart-no-axes-column","chart-no-axes-combined","chart-no-axes-gantt","chart-pie-one","chart-pie-two","chart-pie","chart-scatter","chart-spline","chat-check","chat-dots","chat-messages","chat-minus","chat-plus","chat-x","chat","check-circle-one","check-circle","check-diamond","check-hexagon","check-octagon","check-square-one","check-square","check-waves","check","chevron-double-down-left","chevron-double-down-right","chevron-double-down","chevron-double-left","chevron-double-right","chevron-double-up-left","chevron-double-up-right","chevron-double-up","chevron-down-circle","chevron-down-left-circle","chevron-down-left-square","chevron-down-left-waves","chevron-down-left","chevron-down-right-circle","chevron-down-right-square","chevron-down-right-waves","chevron-down-right","chevron-down-square","chevron-down-waves","chevron-down","chevron-left-circle","chevron-left-square","chevron-left-waves","chevron-left","chevron-right-circle","chevron-right-square","chevron-right-waves","chevron-right","chevron-up-circle","chevron-up-down","chevron-up-left-circle","chevron-up-left-square","chevron-up-left-waves","chevron-up-left","chevron-up-right-circle","chevron-up-right-square","chevron-up-right-waves","chevron-up-right","chevron-up-square","chevron-up-waves","chevron-up","chip","cigarette-off","cigarette","circle-dashed","circle-half-circle","circle-half","circle-notch","circle","click","clipboard","clock-circle","clock-diamond","clock-eight","clock-eleven","clock-five","clock-four","clock-hand","clock-hexagon","clock-nine","clock-octagon","clock-one","clock-seven","clock-six","clock-square","clock-ten","clock-three","clock-twelve","clock-two","clock-waves","cloud-download","cloud-drizzle","cloud-fog","cloud-hail","cloud-lightning","cloud-moon-rain","cloud-moon","cloud-off","cloud-rain-wind","cloud-rain","cloud-snow","cloud-sun-rain","cloud-sun","cloud-upload","cloud","cloudy","cocktail","code-circle","code-diamond","code-hexagon","code-octagon","code-square","code-waves","code","coffee","cog-four","cog-one","cog-three","cog-two","cog","columns","command","compass","components","confetti","config-vertical","config","contactless-circle","contactless","controller","cookie","copy","copyleft","copyright-slash","copyright","corner-down-left","corner-down-right","corner-left-down","corner-left-up","corner-right-down","corner-right-up","corner-up-left","corner-up-right","credit-card-check","credit-card-minus","credit-card-plus","credit-card-x","credit-card","croissant","crop","crosshair","cupcake","danger-circle","danger-diamond","danger-hexagon","danger-octagon","danger-square","danger-triangle","danger-waves","danger","database","daze-circle","daze-ghost","daze-square","delete","desktop","diamond","dice-five","dice-four","dice-one","dice-six","dice-three","dice-two","dislike","divide","dollar-circle","dollar-diamond","dollar-hexagon","dollar-octagon","dollar-square","dollar-waves","dollar","door-closed-locked","door-closed","door-open","dots-circle","dots-diamond","dots-hexagon","dots-octagon","dots-square","dots-vertical-circle","dots-vertical-diamond","dots-vertical-hexagon","dots-vertical-octagon","dots-vertical-square","dots-vertical-waves","dots-vertical","dots-waves","dots","download","drop","droplet-off","droplet","droplets","ear-slash","ear","earth","eclipse","edit-one","edit","egg","eight-circle","eight-diamond","eight-hexagon","eight-octagon","eight-square","eight-waves","eight","elevator","envelope-open","envelope","euro-circle","euro-diamond","euro-hexagon","euro-octagon","euro-square","euro-waves","euro","exclude","external-link","eye-slash","eye","face-id","fat-arrow-down-left","fat-arrow-down-right","fat-arrow-down","fat-arrow-left","fat-arrow-right","fat-arrow-up-left","fat-arrow-up-right","fat-arrow-up","fat-corner-down-left","fat-corner-down-right","fat-corner-left-down","fat-corner-left-up","fat-corner-right-down","fat-corner-right-up","fat-corner-up-left","fat-corner-up-right","female","file-check","file-minus","file-plus","file-text","file-x","file","film","filter-one","filter","fine-tune","fire","five-circle","five-diamond","five-hexagon","five-octagon","five-square","five-waves","five","flag-one","flag","flame-kindling","flame","flask","flower-2","flower","folder-check","folder-heart","folder-kanban","folder-minus","folder-one","folder-plus","folder-slash","folder-two","folder-x","folder","forward-circle","forward-diamond","forward-hexagon","forward-octagon","forward-square","forward-waves","forward","four-circle","four-diamond","four-hexagon","four-octagon","four-square","four-waves","four","frame","funny-circle","funny-ghost","funny-square","gift","git-branch","git-circle","git-commit","git-diamond","git-diff","git-hexagon","git-merge","git-octagon","git-pull-request","git-square","git-waves","glasses","globe","grid-one","grid","hand","hard-drive","hash-circle","hash-diamond","hash-hexagon","hash-octagon","hash-square","hash-waves","hash","haze","heading-five","heading-four","heading-one","heading-six","heading-three","heading-two","heading","headphones","heart-broken","heart-check","heart-circle","heart-diamond","heart-dot","heart-hexagon","heart-home","heart-minus","heart-octagon","heart-plus","heart-slash","heart-snooze","heart-square","heart-user","heart-waves","heart-x","heart","hexagon","home-check","home-minus","home-plus","home-smile","home-x","home","image-circle","image-rectangle","image","inbox-archive","inbox-check","inbox-down","inbox-minus","inbox-plus","inbox-up","inbox-x","inbox","incognito","indifferent-circle","indifferent-ghost","indifferent-square","infinity","info-circle","info-diamond","info-hexagon","info-octagon","info-square","info-triangle","info-waves","info","intersect","kanban","key","keyboard-brightness-high","keyboard-brightness-low","keyboard","label","lamp","layers-one","layers-three","layers-two","layout","leaf","leaves","letter-a-circle","letter-a-diamond","letter-a-hexagon","letter-a-octagon","letter-a-square","letter-a-waves","letter-a","letter-b-circle","letter-b-diamond","letter-b-hexagon","letter-b-octagon","letter-b-square","letter-b-waves","letter-b","letter-c-circle","letter-c-diamond","letter-c-hexagon","letter-c-octagon","letter-c-square","letter-c-waves","letter-c","letter-d-circle","letter-d-diamond","letter-d-hexagon","letter-d-octagon","letter-d-square","letter-d-waves","letter-d","letter-e-circle","letter-e-diamond","letter-e-hexagon","letter-e-octagon","letter-e-square","letter-e-waves","letter-e","letter-f-circle","letter-f-diamond","letter-f-hexagon","letter-f-octagon","letter-f-square","letter-f-waves","letter-f","letter-g-circle","letter-g-diamond","letter-g-hexagon","letter-g-octagon","letter-g-square","letter-g-waves","letter-g","letter-h-circle","letter-h-diamond","letter-h-hexagon","letter-h-octagon","letter-h-square","letter-h-waves","letter-h","letter-i-circle","letter-i-diamond","letter-i-hexagon","letter-i-octagon","letter-i-square","letter-i-waves","letter-i","letter-j-circle","letter-j-diamond","letter-j-hexagon","letter-j-octagon","letter-j-square","letter-j-waves","letter-j","letter-k-circle","letter-k-diamond","letter-k-hexagon","letter-k-octagon","letter-k-square","letter-k-waves","letter-k","letter-l-circle","letter-l-diamond","letter-l-hexagon","letter-l-octagon","letter-l-square","letter-l-waves","letter-l","letter-m-circle","letter-m-diamond","letter-m-hexagon","letter-m-octagon","letter-m-square","letter-m-waves","letter-m","letter-n-circle","letter-n-diamond","letter-n-hexagon","letter-n-octagon","letter-n-square","letter-n-waves","letter-n","letter-o-circle","letter-o-diamond","letter-o-hexagon","letter-o-octagon","letter-o-square","letter-o-waves","letter-o","letter-p-circle","letter-p-diamond","letter-p-hexagon","letter-p-octagon","letter-p-square","letter-p-waves","letter-p","letter-q-circle","letter-q-diamond","letter-q-hexagon","letter-q-octagon","letter-q-square","letter-q-waves","letter-q","letter-r-circle","letter-r-diamond","letter-r-hexagon","letter-r-octagon","letter-r-square","letter-r-waves","letter-r","letter-s-circle","letter-s-diamond","letter-s-hexagon","letter-s-octagon","letter-s-square","letter-s-waves","letter-s","letter-t-circle","letter-t-diamond","letter-t-hexagon","letter-t-octagon","letter-t-square","letter-t-waves","letter-t","letter-u-circle","letter-u-diamond","letter-u-hexagon","letter-u-octagon","letter-u-square","letter-u-waves","letter-u","letter-v-circle","letter-v-diamond","letter-v-hexagon","letter-v-octagon","letter-v-square","letter-v-waves","letter-v","letter-w-circle","letter-w-diamond","letter-w-hexagon","letter-w-octagon","letter-w-square","letter-w-waves","letter-w","letter-x-circle","letter-x-diamond","letter-x-hexagon","letter-x-octagon","letter-x-square","letter-x-waves","letter-x","letter-y-circle","letter-y-diamond","letter-y-hexagon","letter-y-octagon","letter-y-square","letter-y-waves","letter-y","letter-z-circle","letter-z-diamond","letter-z-hexagon","letter-z-octagon","letter-z-square","letter-z-waves","letter-z","lightning-off","lightning","like","line-chart-circle","line-chart-diamond","line-chart-hexagon","line-chart-octagon","line-chart-square","line-chart-waves","link-one","link-two","link","list-check","list-number","list","location-check","location-home","location-minus","location-plus","location-selected","location-slash","location-snooze","location-user","location-x","location","lock-circle","lock-diamond","lock-hexagon","lock-keyhole","lock-octagon","lock-open-keyhole","lock-open-password","lock-open","lock-password","lock-square","lock-waves","lock","login","logout","magnet","male","map","mask","math-square","math","maximize-one","maximize","menu","message-check","message-dots","message-minus","message-plus","message-reply","message-x","message","microphone-slash","microphone","minimize-one","minimize","minus-circle","minus-diamond","minus-hexagon","minus-octagon","minus-square","minus-waves","minus","mobile-signal-five","mobile-signal-four","mobile-signal-one","mobile-signal-three","mobile-signal-two","mobile","moon-star","moon","mountain-snow","mountain","mouse-pointer","move-diagonal-one","move-diagonal","move-horizontal","move-vertical","move","music-circle","music-diamond","music-hexagon","music-octagon","music-square","music-waves","music","myna","navigation-one","navigation","nine-circle","nine-diamond","nine-hexagon","nine-octagon","nine-square","nine-waves","nine","notification","octagon","one-circle","one-diamond","one-hexagon","one-octagon","one-square","one-waves","one","option","package","paint","panel-bottom-close","panel-bottom-inactive","panel-bottom-open","panel-bottom","panel-left-close","panel-left-inactive","panel-left-open","panel-left","panel-right-close","panel-right-inactive","panel-right-open","panel-right","panel-top-close","panel-top-inactive","panel-top-open","panel-top","paperclip","parking","password","path","pause-circle","pause-diamond","pause-hexagon","pause-octagon","pause-square","pause-waves","pause","pen","pencil","percentage-circle","percentage-diamond","percentage-hexagon","percentage-octagon","percentage-square","percentage-waves","percentage","pin","pizza","planet","play-circle","play-diamond","play-hexagon","play-octagon","play-square","play-waves","play","plus-circle","plus-diamond","plus-hexagon","plus-octagon","plus-square","plus-waves","plus","pokeball","power","presentation","printer","puzzle","question-circle","question-diamond","question-hexagon","question-octagon","question-square","question-waves","question","radio","rainbow","reception-bell","record","rectangle-vertical","rectangle","redo","refresh-alt","refresh","repeat","rewind-circle","rewind-diamond","rewind-hexagon","rewind-octagon","rewind-square","rewind-waves","rewind","rhombus","ribbon","rocket","room-service","rows","rss","ruler","rupee-circle","rupee-diamond","rupee-hexagon","rupee-octagon","rupee-square","rupee-waves","rupee","sad-circle","sad-ghost","sad-square","save","scan","scissors","sea-waves","search-check","search-circle","search-diamond","search-dot","search-hexagon","search-home","search-minus","search-octagon","search-plus","search-slash","search-snooze","search-square","search-user","search-waves","search-x","search","select-multiple","send","servers","seven-circle","seven-diamond","seven-hexagon","seven-octagon","seven-square","seven-waves","seven","share","shell","shield-check","shield-crossed","shield-minus","shield-one","shield-plus","shield-slash","shield-two","shield-x","shield","shooting-star","shopping-bag","shovel","shrub","shuffle-alt","shuffle","sidebar-alt","sidebar","signal-circle","signal-diamond","signal-hexagon","signal-octagon","signal-square","signal-waves","signal","six-circle","six-diamond","six-hexagon","six-octagon","six-square","six-waves","six","skip-back","skip-forward","slash-circle","slash-diamond","slash-hexagon","slash-octagon","slash-square","slash-waves","smile-circle","smile-ghost","smile-square","snow","snowflake","sofa","sort","sparkles","speaker","spinner-one","spinner","sprout","square-chart-gantt","square-dashed-kanban","square-dashed","square-half","square-kanban","square","star","stop-circle","stop-diamond","stop-hexagon","stop-octagon","stop-square","stop-waves","stop","store","subtract","sun-dim","sun-medium","sun-snow","sun","sunrise","sunset","support","swatches","table","tablet","tag-plus","tag","tally-five","tally-four","tally-one","tally-three","tally-two","target","telephone-call","telephone-forward","telephone-in","telephone-missed","telephone-out","telephone-slash","telephone","tent-tree","tent","terminal","text-align-center","text-align-left","text-align-right","text-justify","thermometer-snowflake","thermometer-sun","thermometer","three-circle","three-diamond","three-hexagon","three-octagon","three-square","three-waves","three","ticket-slash","ticket","toggle-left","toggle-right","tool","tornado","train","trash-one","trash-two","trash","tree-deciduous","tree-palm","tree-pine","tree","trees","trending-down","trending-up-down","trending-up","triangle","truck","tv","two-circle","two-diamond","two-hexagon","two-octagon","two-square","two-waves","two","type-bold","type-italic","type-text","type-underline","umbrella-off","umbrella","undo","union","unlink","upload","user-check","user-circle","user-diamond","user-hexagon","user-minus","user-octagon","user-plus","user-settings","user-square","user-waves","user-x","user","users-group","users","video-slash","video","volume-check","volume-high","volume-low","volume-minus","volume-none","volume-plus","volume-slash","volume-x","watch","waves","webcam","wheel","wheelchair","wifi-check","wifi-low","wifi-medium","wifi-minus","wifi-plus","wifi-slash","wifi-x","wifi","wind-arrow-down","wind","winds","wine","wink-circle","wink-ghost","wink-square","wrench","x-circle","x-diamond","x-hexagon","x-octagon","x-square","x-triangle","x-waves","x","yen-circle","yen-diamond","yen-hexagon","yen-octagon","yen-square","yen-waves","yen","zap-off","zap","zero-circle","zero-diamond","zero-hexagon","zero-octagon","zero-square","zero-waves","zero"];var wo=100,ko=160;var vo=100,Mo=160;var We="00000000-0000-0000-0000-000000000000";var $e=[{id:"email",label:"Email",icon:"envelope",group:"communication",storage:{kind:"format",value:"email"}},{id:"url",label:"URL",icon:"link",group:"communication",storage:{kind:"format",value:"url"}},{id:"phone_fr",label:"T\xE9l\xE9phone (FR)",icon:"telephone",group:"communication",storage:{kind:"pattern",regex:"^0[1-9]([-. ]?[0-9]{2}){4}$"}},{id:"slug",label:"Slug (kebab-case)",icon:"hash",group:"identifiants",storage:{kind:"format",value:"slug"}},{id:"alphanumeric",label:"Alphanum\xE9rique",icon:"type-text",group:"identifiants",storage:{kind:"pattern",regex:"^[a-zA-Z0-9]+$"}},{id:"siren",label:"SIREN",icon:"building",group:"business_fr",storage:{kind:"pattern",regex:"^[0-9]{9}$"}},{id:"siret",label:"SIRET",icon:"building",group:"business_fr",storage:{kind:"pattern",regex:"^[0-9]{14}$"}},{id:"postcode_fr",label:"Code postal (FR)",icon:"location",group:"business_fr",storage:{kind:"pattern",regex:"^[0-9]{5}$"}},{id:"iban",label:"IBAN",icon:"credit-card",group:"business_fr",storage:{kind:"pattern",regex:"^[A-Z]{2}[0-9]{2}[A-Z0-9]{1,30}$"}},{id:"vat_fr",label:"TVA intracom",icon:"credit-card",group:"business_fr",storage:{kind:"pattern",regex:"^[A-Z]{2}[0-9A-Z]{2,12}$"}},{id:"hex_color",label:"Code couleur hex",icon:"paint",group:"design",storage:{kind:"pattern",regex:"^#[0-9A-Fa-f]{6}$"}}];0&&(module.exports={AI_CHAT_ACCEPTED_TYPES,AI_CHAT_MAX_FILES,AI_CHAT_MAX_FILE_SIZE,AI_CHAT_SUPPORTED_DOCUMENTS,AI_CHAT_SUPPORTED_IMAGES,AI_CHAT_SUPPORTED_MIME_TYPES,ALL_MIME_TYPES,ARCHIVES,ARCHIVE_MIME_TYPES,ARCHIVE_MIME_TYPES_ARRAY,AUDIO,AUDIO_MIME_TYPES,AUDIO_MIME_TYPES_ARRAY,BUILT_IN_AGENT_TOOL_GROUPS,BUILT_IN_AGENT_TOOL_NAMES,BYTES,CODE,CODE_MIME_TYPES,CODE_MIME_TYPES_ARRAY,COLORS,COLOR_GROUPS,COUNTRIES,CURRENCIES,DEFAULT_ATTRIBUTE_ICONS,DEFAULT_TAB_ICONS,DEFAULT_TENANT_ID,DOCUMENTS,DOCUMENT_MIME_TYPES,DOCUMENT_MIME_TYPES_ARRAY,FILE_SIZE,FONTS,FONT_MIME_TYPES,FONT_MIME_TYPES_ARRAY,GIGABYTES,ICONS,IMAGES,IMAGE_MIME_TYPES,IMAGE_MIME_TYPES_ARRAY,KILOBYTES,MEDIA,MEGABYTES,MEMORY_DESCRIPTION_MAX_LENGTH,MEMORY_NAME_MAX_LENGTH,OFFICE_DOCUMENTS,RECOMMENDED_MAX_SIZES,SKILL_DESCRIPTION_MAX_LENGTH,SKILL_NAME_MAX_LENGTH,STATUS_COLORS,TEXT_FORMAT_PRESETS,VIDEO,VIDEO_MIME_TYPES,VIDEO_MIME_TYPES_ARRAY,WEB_IMAGES,bytesToGb,bytesToMb,cn,gbToBytes,getAllColors,getAllCountries,getAllCurrencies,getColor,getColorIds,getColorsByGroup,getCountryByIso2,getCountryByIso3,getCountryDisplayName,getCountryDisplayNameByIso3,getCurrency,getCurrencySymbol,getDefaultAttributeIcon,getDefaultTabIcon,getPhoneMaxDigits,getPhoneTrunkPrefix,getSortedCountries,isArchiveMimeType,isAudioMimeType,isCodeMimeType,isDocumentMimeType,isImageMimeType,isValidColorId,isValidCurrencyCode,isValidIso2,isValidIso3,isVideoMimeType,isWithinSizeLimit,mbToBytes,stripTrunkPrefix});