@iblai/iblai-js 1.11.3 → 1.11.5

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.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import React__default, { useRef, useEffect, useState, useCallback, useLayoutEffect, forwardRef, createElement as createElement$1, useMemo, createContext, useReducer, useImperativeHandle, useContext, useDebugValue, isValidElement, Children, PureComponent, cloneElement, Component } from 'react';
3
- import { LOCAL_STORAGE_KEYS, TimeTracker, getInitials, useTenantMetadata, isAlphaNumeric32, checkRbacPermission, getTimeAgo, REQUIRED_ACTIONS_FOR_GROUPS, formatRelativeTime as formatRelativeTime$2, ANONYMOUS_USERNAME, combineCSVData, redirectToAuthSpaJoinTenant, redirectToAuthSpa, getAuthSpaJoinUrl, useStripeUpgrade } from '@iblai/web-utils';
3
+ import { LOCAL_STORAGE_KEYS, TimeTracker, getInitials, useTenantMetadata, isAlphaNumeric32, checkRbacPermission, getTimeAgo, REQUIRED_ACTIONS_FOR_GROUPS, formatRelativeTime as formatRelativeTime$2, ANONYMOUS_USERNAME, combineCSVData, redirectToAuthSpaJoinTenant, redirectToAuthSpa, getAuthSpaJoinUrl, useStripeUpgrade, useOS } from '@iblai/web-utils';
4
4
  import { useTimeTrackingMutation, useGetUserMetadataQuery, useGetUserMetadataEdxQuery, useUpdateUserMetadataMutation, useUpdateUserMetadataEdxMutation, useUploadProfileImageMutation, useResetPasswordMutation, useSelfRetireMutation, useCreateUserInstitutionMutation, useGetUserInstitutionsQuery, useCreateUserEducationMutation, useUpdateUserEducationMutation, useDeleteUserEducationMutation, useGetUserEducationQuery, useCreateUserCompanyMutation, useGetUserCompaniesQuery, useCreateUserExperienceMutation, useUpdateUserExperienceMutation, useDeleteUserExperienceMutation, useGetUserExperienceQuery, useGetUserResumeQuery, useCreateUserResumeMutation, useGetMySubscriptionsQuery, useGetItemSubscriptionQuery, useCancelSubscriptionMutation, useCreateGlobalMemoryMutation, useGetMemsearchStatusQuery, useGetUserMemorySettingsQuery, useUpdateUserMemorySettingsMutation, useGetGlobalMemoriesQuery, useDeleteGlobalMemoryMutation, useInviteUserMutation, usePlatformInvitationsQuery, useCreateCatalogInvitationCourseBulkMutation, useGetCatalogInvitationsCourseQuery, useLazyPlatformUsersQuery, useLazyPlatformUserGroupsQuery, useGetPersonnalizedSearchQuery, useCreateCatalogInvitationProgramBulkMutation, useGetCatalogInvitationsProgramQuery, useGetNotificationsCountQuery, useLazyGetNotificationsQuery, useMarkAllAsReadMutation, useCreateNotificationPreviewMutation, useSendNotificationMutation, useGetMentorsQuery, useGetRbacPoliciesQuery, usePlatformUsersQuery, usePlatformUserGroupsQuery, useUpdateTemplateMutation, useGetTemplateDetailsQuery, useGetTemplatesQuery, useLazyGetTemplateDetailsQuery, useToggleTemplateMutation, useGetTopicsStatsQuery, useGetUsersStatsQuery, useGetSessionStatsQuery, useGetTopicsDetailsStatsQuery, useGetAccessTimeHeatmapQuery, useGetUserDetailsStatsQuery, useGetTranscriptsConversationHeadlineQuery, useGetAverageRatingQuery, useGetFinancialStatsQuery, useGetDetailedFinancialStatsQuery, useGetTranscriptsMessagesDetailsQuery, useGetTranscriptsMessagesQuery, useGetReportDetailQuery, useLazyGetDownloadReportFromURLQuery, useGetReportsQuery, useCreateReportMutation, useGetMentorPublicSettingsQuery, useGetContentAnalyticsQuery, useGetContentAnalyticsDetailsQuery, useGetRevenueQuery, useListPaywallsQuery, useListSubscribersQuery, useGetAuditLogsQuery, useLazyGetCourseMetaDataQuery, useLazyGetCourseCompletionOutlinesQuery, useLazyGetCourseEligibilityQuery, useLazyGetUserEnrolledCoursesQuery, useLazyGetUserAssignedCoursesQuery, useLazyGetUserCredentialsQuery, useLazyGetOverTimeActivityQuery, useLazyGetCatalogSearchQuery, useGetUserEarnedSkillsQuery, useGetUserReportedSkillsQuery, useGetUserDesiredSkillsQuery, useCreateOrUpdateUserReportedSkillMutation, useCreateOrUpdateUserDesiredSkillMutation, useLazyGetPathwayListQuery, useLazyGetUserAssignedPathwaysQuery, useLazyGetUserEnrolledPathwaysQuery, useLazyGetPathwayCompletionQuery, useLazyGetProgramListQuery, useLazyGetProgramCompletionQuery, useLazyGetUserEnrolledProgramsQuery, useLazyGetAssignedProgramsQuery, useLazyGetUserSkillsPointsQuery, useLazyGetUserReportedSkillsQuery, useLazyGetUserDesiredSkillsQuery, useLazyGetUserCatalogPathwaysQuery, useLazyGetPerLearnerInfoQuery, useLazyGetEdxSSOTokenQuery, useCreateCourseEnrollmentMutation, useCreateStripeCheckoutSessionMutation, useLazyGetCourseProgressQuery, useLazyGetCourseCompletionQuery, useLazyGetPersonnalizedSearchQuery, useUpdateExamAttemptMutation, useStartExamMutation, useLazyGetExamInfoQuery, useGetClawMentorConfigQuery, useGetClawInstancesQuery, useGetAgentConfigQuery, useGetLlmsQuery, useUpdateClawMentorConfigMutation, useCreateClawMentorConfigMutation, useDeleteClawMentorConfigMutation, usePushClawConfigMutation, useCreateClawInstanceMutation, useDeleteClawInstanceMutation, useUpdateAgentConfigMutation, useHealthCheckClawInstanceMutation, useTestConnectivityClawInstanceMutation, useUpdateClawInstanceMutation, useGetAgentSkillsQuery, useGetMentorSkillAssignmentsQuery, useCreateMentorSkillAssignmentMutation, useUpdateMentorSkillAssignmentMutation, useDeleteMentorSkillAssignmentMutation, useCreateAgentSkillMutation, useUpdateAgentSkillMutation, useDeleteAgentSkillMutation, useCreateCheckoutMutation, useGetAccountBillingInfoQuery, useUpdateAutoRechargeInfoMutation, useTriggerAutoRechargeMutation, useCreateStripeCustomerPortalMutation } from '@iblai/data-layer';
5
5
  import { toast, Toaster as Toaster$1 } from 'sonner';
6
6
  import { jsx, Fragment as Fragment$1, jsxs } from 'react/jsx-runtime';
@@ -240,8 +240,8 @@ const TAURI_COMMANDS = {
240
240
  */
241
241
  const getTauriAPIs = async () => {
242
242
  try {
243
- const { invoke } = await Promise.resolve().then(function () { return core; });
244
- const { listen } = await Promise.resolve().then(function () { return event; });
243
+ const { invoke } = await import('@tauri-apps/api/core');
244
+ const { listen } = await import('@tauri-apps/api/event');
245
245
  return { invoke, listen };
246
246
  }
247
247
  catch (error) {
@@ -33506,7 +33506,7 @@ const subsetToRegexCache = new WeakMap();
33506
33506
  * @param {CoreWithFormatOptions} options
33507
33507
  * @returns {string}
33508
33508
  */
33509
- function core$2(value, options) {
33509
+ function core$1(value, options) {
33510
33510
  value = value.replace(
33511
33511
  options.subset
33512
33512
  ? charactersToExpressionCached(options.subset)
@@ -34155,7 +34155,7 @@ function formatSmart(code, next, options) {
34155
34155
  * Encoded value.
34156
34156
  */
34157
34157
  function stringifyEntities(value, options) {
34158
- return core$2(value, Object.assign({format: formatSmart}, options))
34158
+ return core$1(value, Object.assign({format: formatSmart}, options))
34159
34159
  }
34160
34160
 
34161
34161
  /**
@@ -53315,7 +53315,7 @@ const createLucideIcon = (iconName, iconNode) => {
53315
53315
  */
53316
53316
 
53317
53317
 
53318
- const __iconNode$1v = [
53318
+ const __iconNode$1w = [
53319
53319
  [
53320
53320
  "path",
53321
53321
  {
@@ -53324,7 +53324,7 @@ const __iconNode$1v = [
53324
53324
  }
53325
53325
  ]
53326
53326
  ];
53327
- const Activity = createLucideIcon("activity", __iconNode$1v);
53327
+ const Activity = createLucideIcon("activity", __iconNode$1w);
53328
53328
 
53329
53329
  /**
53330
53330
  * @license lucide-react v0.507.0 - ISC
@@ -53334,12 +53334,12 @@ const Activity = createLucideIcon("activity", __iconNode$1v);
53334
53334
  */
53335
53335
 
53336
53336
 
53337
- const __iconNode$1u = [
53337
+ const __iconNode$1v = [
53338
53338
  ["path", { d: "M17 12H7", key: "16if0g" }],
53339
53339
  ["path", { d: "M19 18H5", key: "18s9l3" }],
53340
53340
  ["path", { d: "M21 6H3", key: "1jwq7v" }]
53341
53341
  ];
53342
- const AlignCenter = createLucideIcon("align-center", __iconNode$1u);
53342
+ const AlignCenter = createLucideIcon("align-center", __iconNode$1v);
53343
53343
 
53344
53344
  /**
53345
53345
  * @license lucide-react v0.507.0 - ISC
@@ -53349,12 +53349,12 @@ const AlignCenter = createLucideIcon("align-center", __iconNode$1u);
53349
53349
  */
53350
53350
 
53351
53351
 
53352
- const __iconNode$1t = [
53352
+ const __iconNode$1u = [
53353
53353
  ["path", { d: "M15 12H3", key: "6jk70r" }],
53354
53354
  ["path", { d: "M17 18H3", key: "1amg6g" }],
53355
53355
  ["path", { d: "M21 6H3", key: "1jwq7v" }]
53356
53356
  ];
53357
- const AlignLeft = createLucideIcon("align-left", __iconNode$1t);
53357
+ const AlignLeft = createLucideIcon("align-left", __iconNode$1u);
53358
53358
 
53359
53359
  /**
53360
53360
  * @license lucide-react v0.507.0 - ISC
@@ -53364,12 +53364,12 @@ const AlignLeft = createLucideIcon("align-left", __iconNode$1t);
53364
53364
  */
53365
53365
 
53366
53366
 
53367
- const __iconNode$1s = [
53367
+ const __iconNode$1t = [
53368
53368
  ["path", { d: "M21 12H9", key: "dn1m92" }],
53369
53369
  ["path", { d: "M21 18H7", key: "1ygte8" }],
53370
53370
  ["path", { d: "M21 6H3", key: "1jwq7v" }]
53371
53371
  ];
53372
- const AlignRight = createLucideIcon("align-right", __iconNode$1s);
53372
+ const AlignRight = createLucideIcon("align-right", __iconNode$1t);
53373
53373
 
53374
53374
  /**
53375
53375
  * @license lucide-react v0.507.0 - ISC
@@ -53379,12 +53379,12 @@ const AlignRight = createLucideIcon("align-right", __iconNode$1s);
53379
53379
  */
53380
53380
 
53381
53381
 
53382
- const __iconNode$1r = [
53382
+ const __iconNode$1s = [
53383
53383
  ["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1", key: "1wp1u1" }],
53384
53384
  ["path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8", key: "1s80jp" }],
53385
53385
  ["path", { d: "M10 12h4", key: "a56b0p" }]
53386
53386
  ];
53387
- const Archive = createLucideIcon("archive", __iconNode$1r);
53387
+ const Archive = createLucideIcon("archive", __iconNode$1s);
53388
53388
 
53389
53389
  /**
53390
53390
  * @license lucide-react v0.507.0 - ISC
@@ -53394,11 +53394,11 @@ const Archive = createLucideIcon("archive", __iconNode$1r);
53394
53394
  */
53395
53395
 
53396
53396
 
53397
- const __iconNode$1q = [
53397
+ const __iconNode$1r = [
53398
53398
  ["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
53399
53399
  ["path", { d: "M19 12H5", key: "x3x0zl" }]
53400
53400
  ];
53401
- const ArrowLeft = createLucideIcon("arrow-left", __iconNode$1q);
53401
+ const ArrowLeft = createLucideIcon("arrow-left", __iconNode$1r);
53402
53402
 
53403
53403
  /**
53404
53404
  * @license lucide-react v0.507.0 - ISC
@@ -53408,7 +53408,7 @@ const ArrowLeft = createLucideIcon("arrow-left", __iconNode$1q);
53408
53408
  */
53409
53409
 
53410
53410
 
53411
- const __iconNode$1p = [
53411
+ const __iconNode$1q = [
53412
53412
  ["path", { d: "M10.268 21a2 2 0 0 0 3.464 0", key: "vwvbt9" }],
53413
53413
  [
53414
53414
  "path",
@@ -53418,7 +53418,7 @@ const __iconNode$1p = [
53418
53418
  }
53419
53419
  ]
53420
53420
  ];
53421
- const Bell = createLucideIcon("bell", __iconNode$1p);
53421
+ const Bell = createLucideIcon("bell", __iconNode$1q);
53422
53422
 
53423
53423
  /**
53424
53424
  * @license lucide-react v0.507.0 - ISC
@@ -53428,13 +53428,13 @@ const Bell = createLucideIcon("bell", __iconNode$1p);
53428
53428
  */
53429
53429
 
53430
53430
 
53431
- const __iconNode$1o = [
53431
+ const __iconNode$1p = [
53432
53432
  [
53433
53433
  "path",
53434
53434
  { d: "M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8", key: "mg9rjx" }
53435
53435
  ]
53436
53436
  ];
53437
- const Bold$1 = createLucideIcon("bold", __iconNode$1o);
53437
+ const Bold$1 = createLucideIcon("bold", __iconNode$1p);
53438
53438
 
53439
53439
  /**
53440
53440
  * @license lucide-react v0.507.0 - ISC
@@ -53444,7 +53444,7 @@ const Bold$1 = createLucideIcon("bold", __iconNode$1o);
53444
53444
  */
53445
53445
 
53446
53446
 
53447
- const __iconNode$1n = [
53447
+ const __iconNode$1o = [
53448
53448
  ["path", { d: "M12 7v14", key: "1akyts" }],
53449
53449
  [
53450
53450
  "path",
@@ -53454,7 +53454,7 @@ const __iconNode$1n = [
53454
53454
  }
53455
53455
  ]
53456
53456
  ];
53457
- const BookOpen = createLucideIcon("book-open", __iconNode$1n);
53457
+ const BookOpen = createLucideIcon("book-open", __iconNode$1o);
53458
53458
 
53459
53459
  /**
53460
53460
  * @license lucide-react v0.507.0 - ISC
@@ -53464,7 +53464,7 @@ const BookOpen = createLucideIcon("book-open", __iconNode$1n);
53464
53464
  */
53465
53465
 
53466
53466
 
53467
- const __iconNode$1m = [
53467
+ const __iconNode$1n = [
53468
53468
  ["path", { d: "M12 8V4H8", key: "hb8ula" }],
53469
53469
  ["rect", { width: "16", height: "12", x: "4", y: "8", rx: "2", key: "enze0r" }],
53470
53470
  ["path", { d: "M2 14h2", key: "vft8re" }],
@@ -53472,7 +53472,7 @@ const __iconNode$1m = [
53472
53472
  ["path", { d: "M15 13v2", key: "1xurst" }],
53473
53473
  ["path", { d: "M9 13v2", key: "rq6x2g" }]
53474
53474
  ];
53475
- const Bot = createLucideIcon("bot", __iconNode$1m);
53475
+ const Bot = createLucideIcon("bot", __iconNode$1n);
53476
53476
 
53477
53477
  /**
53478
53478
  * @license lucide-react v0.507.0 - ISC
@@ -53482,11 +53482,11 @@ const Bot = createLucideIcon("bot", __iconNode$1m);
53482
53482
  */
53483
53483
 
53484
53484
 
53485
- const __iconNode$1l = [
53485
+ const __iconNode$1m = [
53486
53486
  ["path", { d: "M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16", key: "jecpp" }],
53487
53487
  ["rect", { width: "20", height: "14", x: "2", y: "6", rx: "2", key: "i6l2r4" }]
53488
53488
  ];
53489
- const Briefcase = createLucideIcon("briefcase", __iconNode$1l);
53489
+ const Briefcase = createLucideIcon("briefcase", __iconNode$1m);
53490
53490
 
53491
53491
  /**
53492
53492
  * @license lucide-react v0.507.0 - ISC
@@ -53496,13 +53496,13 @@ const Briefcase = createLucideIcon("briefcase", __iconNode$1l);
53496
53496
  */
53497
53497
 
53498
53498
 
53499
- const __iconNode$1k = [
53499
+ const __iconNode$1l = [
53500
53500
  ["path", { d: "M8 2v4", key: "1cmpym" }],
53501
53501
  ["path", { d: "M16 2v4", key: "4m81vk" }],
53502
53502
  ["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2", key: "1hopcy" }],
53503
53503
  ["path", { d: "M3 10h18", key: "8toen8" }]
53504
53504
  ];
53505
- const Calendar$1 = createLucideIcon("calendar", __iconNode$1k);
53505
+ const Calendar$1 = createLucideIcon("calendar", __iconNode$1l);
53506
53506
 
53507
53507
  /**
53508
53508
  * @license lucide-react v0.507.0 - ISC
@@ -53512,11 +53512,11 @@ const Calendar$1 = createLucideIcon("calendar", __iconNode$1k);
53512
53512
  */
53513
53513
 
53514
53514
 
53515
- const __iconNode$1j = [
53515
+ const __iconNode$1k = [
53516
53516
  ["path", { d: "M18 6 7 17l-5-5", key: "116fxf" }],
53517
53517
  ["path", { d: "m22 10-7.5 7.5L13 16", key: "ke71qq" }]
53518
53518
  ];
53519
- const CheckCheck = createLucideIcon("check-check", __iconNode$1j);
53519
+ const CheckCheck = createLucideIcon("check-check", __iconNode$1k);
53520
53520
 
53521
53521
  /**
53522
53522
  * @license lucide-react v0.507.0 - ISC
@@ -53526,8 +53526,8 @@ const CheckCheck = createLucideIcon("check-check", __iconNode$1j);
53526
53526
  */
53527
53527
 
53528
53528
 
53529
- const __iconNode$1i = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
53530
- const Check = createLucideIcon("check", __iconNode$1i);
53529
+ const __iconNode$1j = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
53530
+ const Check = createLucideIcon("check", __iconNode$1j);
53531
53531
 
53532
53532
  /**
53533
53533
  * @license lucide-react v0.507.0 - ISC
@@ -53537,8 +53537,8 @@ const Check = createLucideIcon("check", __iconNode$1i);
53537
53537
  */
53538
53538
 
53539
53539
 
53540
- const __iconNode$1h = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
53541
- const ChevronDown = createLucideIcon("chevron-down", __iconNode$1h);
53540
+ const __iconNode$1i = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
53541
+ const ChevronDown = createLucideIcon("chevron-down", __iconNode$1i);
53542
53542
 
53543
53543
  /**
53544
53544
  * @license lucide-react v0.507.0 - ISC
@@ -53548,11 +53548,11 @@ const ChevronDown = createLucideIcon("chevron-down", __iconNode$1h);
53548
53548
  */
53549
53549
 
53550
53550
 
53551
- const __iconNode$1g = [
53551
+ const __iconNode$1h = [
53552
53552
  ["path", { d: "m17 18-6-6 6-6", key: "1yerx2" }],
53553
53553
  ["path", { d: "M7 6v12", key: "1p53r6" }]
53554
53554
  ];
53555
- const ChevronFirst = createLucideIcon("chevron-first", __iconNode$1g);
53555
+ const ChevronFirst = createLucideIcon("chevron-first", __iconNode$1h);
53556
53556
 
53557
53557
  /**
53558
53558
  * @license lucide-react v0.507.0 - ISC
@@ -53562,8 +53562,8 @@ const ChevronFirst = createLucideIcon("chevron-first", __iconNode$1g);
53562
53562
  */
53563
53563
 
53564
53564
 
53565
- const __iconNode$1f = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
53566
- const ChevronLeft = createLucideIcon("chevron-left", __iconNode$1f);
53565
+ const __iconNode$1g = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
53566
+ const ChevronLeft = createLucideIcon("chevron-left", __iconNode$1g);
53567
53567
 
53568
53568
  /**
53569
53569
  * @license lucide-react v0.507.0 - ISC
@@ -53573,11 +53573,11 @@ const ChevronLeft = createLucideIcon("chevron-left", __iconNode$1f);
53573
53573
  */
53574
53574
 
53575
53575
 
53576
- const __iconNode$1e = [
53576
+ const __iconNode$1f = [
53577
53577
  ["path", { d: "m7 18 6-6-6-6", key: "lwmzdw" }],
53578
53578
  ["path", { d: "M17 6v12", key: "1o0aio" }]
53579
53579
  ];
53580
- const ChevronLast = createLucideIcon("chevron-last", __iconNode$1e);
53580
+ const ChevronLast = createLucideIcon("chevron-last", __iconNode$1f);
53581
53581
 
53582
53582
  /**
53583
53583
  * @license lucide-react v0.507.0 - ISC
@@ -53587,8 +53587,8 @@ const ChevronLast = createLucideIcon("chevron-last", __iconNode$1e);
53587
53587
  */
53588
53588
 
53589
53589
 
53590
- const __iconNode$1d = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
53591
- const ChevronRight = createLucideIcon("chevron-right", __iconNode$1d);
53590
+ const __iconNode$1e = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
53591
+ const ChevronRight = createLucideIcon("chevron-right", __iconNode$1e);
53592
53592
 
53593
53593
  /**
53594
53594
  * @license lucide-react v0.507.0 - ISC
@@ -53598,8 +53598,8 @@ const ChevronRight = createLucideIcon("chevron-right", __iconNode$1d);
53598
53598
  */
53599
53599
 
53600
53600
 
53601
- const __iconNode$1c = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
53602
- const ChevronUp = createLucideIcon("chevron-up", __iconNode$1c);
53601
+ const __iconNode$1d = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
53602
+ const ChevronUp = createLucideIcon("chevron-up", __iconNode$1d);
53603
53603
 
53604
53604
  /**
53605
53605
  * @license lucide-react v0.507.0 - ISC
@@ -53609,11 +53609,11 @@ const ChevronUp = createLucideIcon("chevron-up", __iconNode$1c);
53609
53609
  */
53610
53610
 
53611
53611
 
53612
- const __iconNode$1b = [
53612
+ const __iconNode$1c = [
53613
53613
  ["path", { d: "m11 17-5-5 5-5", key: "13zhaf" }],
53614
53614
  ["path", { d: "m18 17-5-5 5-5", key: "h8a8et" }]
53615
53615
  ];
53616
- const ChevronsLeft = createLucideIcon("chevrons-left", __iconNode$1b);
53616
+ const ChevronsLeft = createLucideIcon("chevrons-left", __iconNode$1c);
53617
53617
 
53618
53618
  /**
53619
53619
  * @license lucide-react v0.507.0 - ISC
@@ -53623,11 +53623,11 @@ const ChevronsLeft = createLucideIcon("chevrons-left", __iconNode$1b);
53623
53623
  */
53624
53624
 
53625
53625
 
53626
- const __iconNode$1a = [
53626
+ const __iconNode$1b = [
53627
53627
  ["path", { d: "m6 17 5-5-5-5", key: "xnjwq" }],
53628
53628
  ["path", { d: "m13 17 5-5-5-5", key: "17xmmf" }]
53629
53629
  ];
53630
- const ChevronsRight = createLucideIcon("chevrons-right", __iconNode$1a);
53630
+ const ChevronsRight = createLucideIcon("chevrons-right", __iconNode$1b);
53631
53631
 
53632
53632
  /**
53633
53633
  * @license lucide-react v0.507.0 - ISC
@@ -53637,11 +53637,11 @@ const ChevronsRight = createLucideIcon("chevrons-right", __iconNode$1a);
53637
53637
  */
53638
53638
 
53639
53639
 
53640
- const __iconNode$19 = [
53640
+ const __iconNode$1a = [
53641
53641
  ["path", { d: "m7 15 5 5 5-5", key: "1hf1tw" }],
53642
53642
  ["path", { d: "m7 9 5-5 5 5", key: "sgt6xg" }]
53643
53643
  ];
53644
- const ChevronsUpDown = createLucideIcon("chevrons-up-down", __iconNode$19);
53644
+ const ChevronsUpDown = createLucideIcon("chevrons-up-down", __iconNode$1a);
53645
53645
 
53646
53646
  /**
53647
53647
  * @license lucide-react v0.507.0 - ISC
@@ -53651,12 +53651,12 @@ const ChevronsUpDown = createLucideIcon("chevrons-up-down", __iconNode$19);
53651
53651
  */
53652
53652
 
53653
53653
 
53654
- const __iconNode$18 = [
53654
+ const __iconNode$19 = [
53655
53655
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
53656
53656
  ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
53657
53657
  ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
53658
53658
  ];
53659
- const CircleAlert = createLucideIcon("circle-alert", __iconNode$18);
53659
+ const CircleAlert = createLucideIcon("circle-alert", __iconNode$19);
53660
53660
 
53661
53661
  /**
53662
53662
  * @license lucide-react v0.507.0 - ISC
@@ -53666,11 +53666,11 @@ const CircleAlert = createLucideIcon("circle-alert", __iconNode$18);
53666
53666
  */
53667
53667
 
53668
53668
 
53669
- const __iconNode$17 = [
53669
+ const __iconNode$18 = [
53670
53670
  ["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }],
53671
53671
  ["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
53672
53672
  ];
53673
- const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$17);
53673
+ const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$18);
53674
53674
 
53675
53675
  /**
53676
53676
  * @license lucide-react v0.507.0 - ISC
@@ -53680,11 +53680,11 @@ const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$17);
53680
53680
  */
53681
53681
 
53682
53682
 
53683
- const __iconNode$16 = [
53683
+ const __iconNode$17 = [
53684
53684
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
53685
53685
  ["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
53686
53686
  ];
53687
- const CircleCheck = createLucideIcon("circle-check", __iconNode$16);
53687
+ const CircleCheck = createLucideIcon("circle-check", __iconNode$17);
53688
53688
 
53689
53689
  /**
53690
53690
  * @license lucide-react v0.507.0 - ISC
@@ -53694,12 +53694,12 @@ const CircleCheck = createLucideIcon("circle-check", __iconNode$16);
53694
53694
  */
53695
53695
 
53696
53696
 
53697
- const __iconNode$15 = [
53697
+ const __iconNode$16 = [
53698
53698
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
53699
53699
  ["path", { d: "m15 9-6 6", key: "1uzhvr" }],
53700
53700
  ["path", { d: "m9 9 6 6", key: "z0biqf" }]
53701
53701
  ];
53702
- const CircleX = createLucideIcon("circle-x", __iconNode$15);
53702
+ const CircleX = createLucideIcon("circle-x", __iconNode$16);
53703
53703
 
53704
53704
  /**
53705
53705
  * @license lucide-react v0.507.0 - ISC
@@ -53709,8 +53709,8 @@ const CircleX = createLucideIcon("circle-x", __iconNode$15);
53709
53709
  */
53710
53710
 
53711
53711
 
53712
- const __iconNode$14 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
53713
- const Circle = createLucideIcon("circle", __iconNode$14);
53712
+ const __iconNode$15 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
53713
+ const Circle = createLucideIcon("circle", __iconNode$15);
53714
53714
 
53715
53715
  /**
53716
53716
  * @license lucide-react v0.507.0 - ISC
@@ -53720,11 +53720,11 @@ const Circle = createLucideIcon("circle", __iconNode$14);
53720
53720
  */
53721
53721
 
53722
53722
 
53723
- const __iconNode$13 = [
53723
+ const __iconNode$14 = [
53724
53724
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
53725
53725
  ["polyline", { points: "12 6 12 12 16 14", key: "68esgv" }]
53726
53726
  ];
53727
- const Clock = createLucideIcon("clock", __iconNode$13);
53727
+ const Clock = createLucideIcon("clock", __iconNode$14);
53728
53728
 
53729
53729
  /**
53730
53730
  * @license lucide-react v0.507.0 - ISC
@@ -53734,12 +53734,12 @@ const Clock = createLucideIcon("clock", __iconNode$13);
53734
53734
  */
53735
53735
 
53736
53736
 
53737
- const __iconNode$12 = [
53737
+ const __iconNode$13 = [
53738
53738
  ["path", { d: "m18 16 4-4-4-4", key: "1inbqp" }],
53739
53739
  ["path", { d: "m6 8-4 4 4 4", key: "15zrgr" }],
53740
53740
  ["path", { d: "m14.5 4-5 16", key: "e7oirm" }]
53741
53741
  ];
53742
- const CodeXml = createLucideIcon("code-xml", __iconNode$12);
53742
+ const CodeXml = createLucideIcon("code-xml", __iconNode$13);
53743
53743
 
53744
53744
  /**
53745
53745
  * @license lucide-react v0.507.0 - ISC
@@ -53749,11 +53749,11 @@ const CodeXml = createLucideIcon("code-xml", __iconNode$12);
53749
53749
  */
53750
53750
 
53751
53751
 
53752
- const __iconNode$11 = [
53752
+ const __iconNode$12 = [
53753
53753
  ["polyline", { points: "16 18 22 12 16 6", key: "z7tu5w" }],
53754
53754
  ["polyline", { points: "8 6 2 12 8 18", key: "1eg1df" }]
53755
53755
  ];
53756
- const Code$1 = createLucideIcon("code", __iconNode$11);
53756
+ const Code$1 = createLucideIcon("code", __iconNode$12);
53757
53757
 
53758
53758
  /**
53759
53759
  * @license lucide-react v0.507.0 - ISC
@@ -53763,11 +53763,11 @@ const Code$1 = createLucideIcon("code", __iconNode$11);
53763
53763
  */
53764
53764
 
53765
53765
 
53766
- const __iconNode$10 = [
53766
+ const __iconNode$11 = [
53767
53767
  ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
53768
53768
  ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2", key: "zix9uf" }]
53769
53769
  ];
53770
- const Copy = createLucideIcon("copy", __iconNode$10);
53770
+ const Copy = createLucideIcon("copy", __iconNode$11);
53771
53771
 
53772
53772
  /**
53773
53773
  * @license lucide-react v0.507.0 - ISC
@@ -53777,11 +53777,11 @@ const Copy = createLucideIcon("copy", __iconNode$10);
53777
53777
  */
53778
53778
 
53779
53779
 
53780
- const __iconNode$$ = [
53780
+ const __iconNode$10 = [
53781
53781
  ["rect", { width: "20", height: "14", x: "2", y: "5", rx: "2", key: "ynyp8z" }],
53782
53782
  ["line", { x1: "2", x2: "22", y1: "10", y2: "10", key: "1b3vmo" }]
53783
53783
  ];
53784
- const CreditCard = createLucideIcon("credit-card", __iconNode$$);
53784
+ const CreditCard = createLucideIcon("credit-card", __iconNode$10);
53785
53785
 
53786
53786
  /**
53787
53787
  * @license lucide-react v0.507.0 - ISC
@@ -53791,12 +53791,12 @@ const CreditCard = createLucideIcon("credit-card", __iconNode$$);
53791
53791
  */
53792
53792
 
53793
53793
 
53794
- const __iconNode$_ = [
53794
+ const __iconNode$$ = [
53795
53795
  ["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
53796
53796
  ["path", { d: "M3 5V19A9 3 0 0 0 21 19V5", key: "1wlel7" }],
53797
53797
  ["path", { d: "M3 12A9 3 0 0 0 21 12", key: "mv7ke4" }]
53798
53798
  ];
53799
- const Database = createLucideIcon("database", __iconNode$_);
53799
+ const Database = createLucideIcon("database", __iconNode$$);
53800
53800
 
53801
53801
  /**
53802
53802
  * @license lucide-react v0.507.0 - ISC
@@ -53806,11 +53806,11 @@ const Database = createLucideIcon("database", __iconNode$_);
53806
53806
  */
53807
53807
 
53808
53808
 
53809
- const __iconNode$Z = [
53809
+ const __iconNode$_ = [
53810
53810
  ["line", { x1: "12", x2: "12", y1: "2", y2: "22", key: "7eqyqh" }],
53811
53811
  ["path", { d: "M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6", key: "1b0p4s" }]
53812
53812
  ];
53813
- const DollarSign = createLucideIcon("dollar-sign", __iconNode$Z);
53813
+ const DollarSign = createLucideIcon("dollar-sign", __iconNode$_);
53814
53814
 
53815
53815
  /**
53816
53816
  * @license lucide-react v0.507.0 - ISC
@@ -53820,12 +53820,12 @@ const DollarSign = createLucideIcon("dollar-sign", __iconNode$Z);
53820
53820
  */
53821
53821
 
53822
53822
 
53823
- const __iconNode$Y = [
53823
+ const __iconNode$Z = [
53824
53824
  ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
53825
53825
  ["polyline", { points: "7 10 12 15 17 10", key: "2ggqvy" }],
53826
53826
  ["line", { x1: "12", x2: "12", y1: "15", y2: "3", key: "1vk2je" }]
53827
53827
  ];
53828
- const Download = createLucideIcon("download", __iconNode$Y);
53828
+ const Download = createLucideIcon("download", __iconNode$Z);
53829
53829
 
53830
53830
  /**
53831
53831
  * @license lucide-react v0.507.0 - ISC
@@ -53835,12 +53835,12 @@ const Download = createLucideIcon("download", __iconNode$Y);
53835
53835
  */
53836
53836
 
53837
53837
 
53838
- const __iconNode$X = [
53838
+ const __iconNode$Y = [
53839
53839
  ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
53840
53840
  ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
53841
53841
  ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
53842
53842
  ];
53843
- const Ellipsis = createLucideIcon("ellipsis", __iconNode$X);
53843
+ const Ellipsis = createLucideIcon("ellipsis", __iconNode$Y);
53844
53844
 
53845
53845
  /**
53846
53846
  * @license lucide-react v0.507.0 - ISC
@@ -53850,12 +53850,12 @@ const Ellipsis = createLucideIcon("ellipsis", __iconNode$X);
53850
53850
  */
53851
53851
 
53852
53852
 
53853
- const __iconNode$W = [
53853
+ const __iconNode$X = [
53854
53854
  ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
53855
53855
  ["path", { d: "M10 14 21 3", key: "gplh6r" }],
53856
53856
  ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
53857
53857
  ];
53858
- const ExternalLink = createLucideIcon("external-link", __iconNode$W);
53858
+ const ExternalLink = createLucideIcon("external-link", __iconNode$X);
53859
53859
 
53860
53860
  /**
53861
53861
  * @license lucide-react v0.507.0 - ISC
@@ -53865,7 +53865,7 @@ const ExternalLink = createLucideIcon("external-link", __iconNode$W);
53865
53865
  */
53866
53866
 
53867
53867
 
53868
- const __iconNode$V = [
53868
+ const __iconNode$W = [
53869
53869
  [
53870
53870
  "path",
53871
53871
  {
@@ -53875,7 +53875,7 @@ const __iconNode$V = [
53875
53875
  ],
53876
53876
  ["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
53877
53877
  ];
53878
- const Eye = createLucideIcon("eye", __iconNode$V);
53878
+ const Eye = createLucideIcon("eye", __iconNode$W);
53879
53879
 
53880
53880
  /**
53881
53881
  * @license lucide-react v0.507.0 - ISC
@@ -53885,13 +53885,13 @@ const Eye = createLucideIcon("eye", __iconNode$V);
53885
53885
  */
53886
53886
 
53887
53887
 
53888
- const __iconNode$U = [
53888
+ const __iconNode$V = [
53889
53889
  ["path", { d: "M10 12.5 8 15l2 2.5", key: "1tg20x" }],
53890
53890
  ["path", { d: "m14 12.5 2 2.5-2 2.5", key: "yinavb" }],
53891
53891
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
53892
53892
  ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z", key: "1mlx9k" }]
53893
53893
  ];
53894
- const FileCode = createLucideIcon("file-code", __iconNode$U);
53894
+ const FileCode = createLucideIcon("file-code", __iconNode$V);
53895
53895
 
53896
53896
  /**
53897
53897
  * @license lucide-react v0.507.0 - ISC
@@ -53901,13 +53901,13 @@ const FileCode = createLucideIcon("file-code", __iconNode$U);
53901
53901
  */
53902
53902
 
53903
53903
 
53904
- const __iconNode$T = [
53904
+ const __iconNode$U = [
53905
53905
  ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
53906
53906
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
53907
53907
  ["path", { d: "M12 18v-6", key: "17g6i2" }],
53908
53908
  ["path", { d: "m9 15 3 3 3-3", key: "1npd3o" }]
53909
53909
  ];
53910
- const FileDown = createLucideIcon("file-down", __iconNode$T);
53910
+ const FileDown = createLucideIcon("file-down", __iconNode$U);
53911
53911
 
53912
53912
  /**
53913
53913
  * @license lucide-react v0.507.0 - ISC
@@ -53917,14 +53917,14 @@ const FileDown = createLucideIcon("file-down", __iconNode$T);
53917
53917
  */
53918
53918
 
53919
53919
 
53920
- const __iconNode$S = [
53920
+ const __iconNode$T = [
53921
53921
  ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
53922
53922
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
53923
53923
  ["path", { d: "M10 9H8", key: "b1mrlr" }],
53924
53924
  ["path", { d: "M16 13H8", key: "t4e002" }],
53925
53925
  ["path", { d: "M16 17H8", key: "z1uh3a" }]
53926
53926
  ];
53927
- const FileText = createLucideIcon("file-text", __iconNode$S);
53927
+ const FileText = createLucideIcon("file-text", __iconNode$T);
53928
53928
 
53929
53929
  /**
53930
53930
  * @license lucide-react v0.507.0 - ISC
@@ -53934,13 +53934,13 @@ const FileText = createLucideIcon("file-text", __iconNode$S);
53934
53934
  */
53935
53935
 
53936
53936
 
53937
- const __iconNode$R = [
53937
+ const __iconNode$S = [
53938
53938
  ["line", { x1: "6", x2: "6", y1: "3", y2: "15", key: "17qcm7" }],
53939
53939
  ["circle", { cx: "18", cy: "6", r: "3", key: "1h7g24" }],
53940
53940
  ["circle", { cx: "6", cy: "18", r: "3", key: "fqmcym" }],
53941
53941
  ["path", { d: "M18 9a9 9 0 0 1-9 9", key: "n2h4wq" }]
53942
53942
  ];
53943
- const GitBranch = createLucideIcon("git-branch", __iconNode$R);
53943
+ const GitBranch = createLucideIcon("git-branch", __iconNode$S);
53944
53944
 
53945
53945
  /**
53946
53946
  * @license lucide-react v0.507.0 - ISC
@@ -53950,12 +53950,12 @@ const GitBranch = createLucideIcon("git-branch", __iconNode$R);
53950
53950
  */
53951
53951
 
53952
53952
 
53953
- const __iconNode$Q = [
53953
+ const __iconNode$R = [
53954
53954
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
53955
53955
  ["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
53956
53956
  ["path", { d: "M2 12h20", key: "9i4pu4" }]
53957
53957
  ];
53958
- const Globe = createLucideIcon("globe", __iconNode$Q);
53958
+ const Globe = createLucideIcon("globe", __iconNode$R);
53959
53959
 
53960
53960
  /**
53961
53961
  * @license lucide-react v0.507.0 - ISC
@@ -53965,7 +53965,7 @@ const Globe = createLucideIcon("globe", __iconNode$Q);
53965
53965
  */
53966
53966
 
53967
53967
 
53968
- const __iconNode$P = [
53968
+ const __iconNode$Q = [
53969
53969
  [
53970
53970
  "path",
53971
53971
  {
@@ -53976,7 +53976,7 @@ const __iconNode$P = [
53976
53976
  ["path", { d: "M22 10v6", key: "1lu8f3" }],
53977
53977
  ["path", { d: "M6 12.5V16a6 3 0 0 0 12 0v-3.5", key: "1r8lef" }]
53978
53978
  ];
53979
- const GraduationCap = createLucideIcon("graduation-cap", __iconNode$P);
53979
+ const GraduationCap = createLucideIcon("graduation-cap", __iconNode$Q);
53980
53980
 
53981
53981
  /**
53982
53982
  * @license lucide-react v0.507.0 - ISC
@@ -53986,13 +53986,13 @@ const GraduationCap = createLucideIcon("graduation-cap", __iconNode$P);
53986
53986
  */
53987
53987
 
53988
53988
 
53989
- const __iconNode$O = [
53989
+ const __iconNode$P = [
53990
53990
  ["path", { d: "M4 12h8", key: "17cfdx" }],
53991
53991
  ["path", { d: "M4 18V6", key: "1rz3zl" }],
53992
53992
  ["path", { d: "M12 18V6", key: "zqpxq5" }],
53993
53993
  ["path", { d: "m17 12 3-2v8", key: "1hhhft" }]
53994
53994
  ];
53995
- const Heading1 = createLucideIcon("heading-1", __iconNode$O);
53995
+ const Heading1 = createLucideIcon("heading-1", __iconNode$P);
53996
53996
 
53997
53997
  /**
53998
53998
  * @license lucide-react v0.507.0 - ISC
@@ -54002,13 +54002,13 @@ const Heading1 = createLucideIcon("heading-1", __iconNode$O);
54002
54002
  */
54003
54003
 
54004
54004
 
54005
- const __iconNode$N = [
54005
+ const __iconNode$O = [
54006
54006
  ["path", { d: "M4 12h8", key: "17cfdx" }],
54007
54007
  ["path", { d: "M4 18V6", key: "1rz3zl" }],
54008
54008
  ["path", { d: "M12 18V6", key: "zqpxq5" }],
54009
54009
  ["path", { d: "M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1", key: "9jr5yi" }]
54010
54010
  ];
54011
- const Heading2 = createLucideIcon("heading-2", __iconNode$N);
54011
+ const Heading2 = createLucideIcon("heading-2", __iconNode$O);
54012
54012
 
54013
54013
  /**
54014
54014
  * @license lucide-react v0.507.0 - ISC
@@ -54018,14 +54018,14 @@ const Heading2 = createLucideIcon("heading-2", __iconNode$N);
54018
54018
  */
54019
54019
 
54020
54020
 
54021
- const __iconNode$M = [
54021
+ const __iconNode$N = [
54022
54022
  ["path", { d: "M4 12h8", key: "17cfdx" }],
54023
54023
  ["path", { d: "M4 18V6", key: "1rz3zl" }],
54024
54024
  ["path", { d: "M12 18V6", key: "zqpxq5" }],
54025
54025
  ["path", { d: "M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2", key: "68ncm8" }],
54026
54026
  ["path", { d: "M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2", key: "1ejuhz" }]
54027
54027
  ];
54028
- const Heading3 = createLucideIcon("heading-3", __iconNode$M);
54028
+ const Heading3 = createLucideIcon("heading-3", __iconNode$N);
54029
54029
 
54030
54030
  /**
54031
54031
  * @license lucide-react v0.507.0 - ISC
@@ -54035,12 +54035,12 @@ const Heading3 = createLucideIcon("heading-3", __iconNode$M);
54035
54035
  */
54036
54036
 
54037
54037
 
54038
- const __iconNode$L = [
54038
+ const __iconNode$M = [
54039
54039
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }],
54040
54040
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }],
54041
54041
  ["path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21", key: "1xmnt7" }]
54042
54042
  ];
54043
- const Image$3 = createLucideIcon("image", __iconNode$L);
54043
+ const Image$3 = createLucideIcon("image", __iconNode$M);
54044
54044
 
54045
54045
  /**
54046
54046
  * @license lucide-react v0.507.0 - ISC
@@ -54050,12 +54050,12 @@ const Image$3 = createLucideIcon("image", __iconNode$L);
54050
54050
  */
54051
54051
 
54052
54052
 
54053
- const __iconNode$K = [
54053
+ const __iconNode$L = [
54054
54054
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
54055
54055
  ["path", { d: "M12 16v-4", key: "1dtifu" }],
54056
54056
  ["path", { d: "M12 8h.01", key: "e9boi3" }]
54057
54057
  ];
54058
- const Info$3 = createLucideIcon("info", __iconNode$K);
54058
+ const Info$3 = createLucideIcon("info", __iconNode$L);
54059
54059
 
54060
54060
  /**
54061
54061
  * @license lucide-react v0.507.0 - ISC
@@ -54065,12 +54065,12 @@ const Info$3 = createLucideIcon("info", __iconNode$K);
54065
54065
  */
54066
54066
 
54067
54067
 
54068
- const __iconNode$J = [
54068
+ const __iconNode$K = [
54069
54069
  ["line", { x1: "19", x2: "10", y1: "4", y2: "4", key: "15jd3p" }],
54070
54070
  ["line", { x1: "14", x2: "5", y1: "20", y2: "20", key: "bu0au3" }],
54071
54071
  ["line", { x1: "15", x2: "9", y1: "4", y2: "20", key: "uljnxc" }]
54072
54072
  ];
54073
- const Italic$1 = createLucideIcon("italic", __iconNode$J);
54073
+ const Italic$1 = createLucideIcon("italic", __iconNode$K);
54074
54074
 
54075
54075
  /**
54076
54076
  * @license lucide-react v0.507.0 - ISC
@@ -54080,12 +54080,12 @@ const Italic$1 = createLucideIcon("italic", __iconNode$J);
54080
54080
  */
54081
54081
 
54082
54082
 
54083
- const __iconNode$I = [
54083
+ const __iconNode$J = [
54084
54084
  ["path", { d: "M9 17H7A5 5 0 0 1 7 7h2", key: "8i5ue5" }],
54085
54085
  ["path", { d: "M15 7h2a5 5 0 1 1 0 10h-2", key: "1b9ql8" }],
54086
54086
  ["line", { x1: "8", x2: "16", y1: "12", y2: "12", key: "1jonct" }]
54087
54087
  ];
54088
- const Link2 = createLucideIcon("link-2", __iconNode$I);
54088
+ const Link2 = createLucideIcon("link-2", __iconNode$J);
54089
54089
 
54090
54090
  /**
54091
54091
  * @license lucide-react v0.507.0 - ISC
@@ -54095,11 +54095,11 @@ const Link2 = createLucideIcon("link-2", __iconNode$I);
54095
54095
  */
54096
54096
 
54097
54097
 
54098
- const __iconNode$H = [
54098
+ const __iconNode$I = [
54099
54099
  ["path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71", key: "1cjeqo" }],
54100
54100
  ["path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71", key: "19qd67" }]
54101
54101
  ];
54102
- const Link$1 = createLucideIcon("link", __iconNode$H);
54102
+ const Link$1 = createLucideIcon("link", __iconNode$I);
54103
54103
 
54104
54104
  /**
54105
54105
  * @license lucide-react v0.507.0 - ISC
@@ -54109,7 +54109,7 @@ const Link$1 = createLucideIcon("link", __iconNode$H);
54109
54109
  */
54110
54110
 
54111
54111
 
54112
- const __iconNode$G = [
54112
+ const __iconNode$H = [
54113
54113
  ["path", { d: "M10 12h11", key: "6m4ad9" }],
54114
54114
  ["path", { d: "M10 18h11", key: "11hvi2" }],
54115
54115
  ["path", { d: "M10 6h11", key: "c7qv1k" }],
@@ -54117,7 +54117,7 @@ const __iconNode$G = [
54117
54117
  ["path", { d: "M4 6h1v4", key: "cnovpq" }],
54118
54118
  ["path", { d: "M6 18H4c0-1 2-2 2-3s-1-1.5-2-1", key: "m9a95d" }]
54119
54119
  ];
54120
- const ListOrdered = createLucideIcon("list-ordered", __iconNode$G);
54120
+ const ListOrdered = createLucideIcon("list-ordered", __iconNode$H);
54121
54121
 
54122
54122
  /**
54123
54123
  * @license lucide-react v0.507.0 - ISC
@@ -54127,7 +54127,7 @@ const ListOrdered = createLucideIcon("list-ordered", __iconNode$G);
54127
54127
  */
54128
54128
 
54129
54129
 
54130
- const __iconNode$F = [
54130
+ const __iconNode$G = [
54131
54131
  ["path", { d: "M3 12h.01", key: "nlz23k" }],
54132
54132
  ["path", { d: "M3 18h.01", key: "1tta3j" }],
54133
54133
  ["path", { d: "M3 6h.01", key: "1rqtza" }],
@@ -54135,7 +54135,7 @@ const __iconNode$F = [
54135
54135
  ["path", { d: "M8 18h13", key: "1lx6n3" }],
54136
54136
  ["path", { d: "M8 6h13", key: "ik3vkj" }]
54137
54137
  ];
54138
- const List$1 = createLucideIcon("list", __iconNode$F);
54138
+ const List$1 = createLucideIcon("list", __iconNode$G);
54139
54139
 
54140
54140
  /**
54141
54141
  * @license lucide-react v0.507.0 - ISC
@@ -54145,8 +54145,8 @@ const List$1 = createLucideIcon("list", __iconNode$F);
54145
54145
  */
54146
54146
 
54147
54147
 
54148
- const __iconNode$E = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
54149
- const LoaderCircle = createLucideIcon("loader-circle", __iconNode$E);
54148
+ const __iconNode$F = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
54149
+ const LoaderCircle = createLucideIcon("loader-circle", __iconNode$F);
54150
54150
 
54151
54151
  /**
54152
54152
  * @license lucide-react v0.507.0 - ISC
@@ -54156,11 +54156,11 @@ const LoaderCircle = createLucideIcon("loader-circle", __iconNode$E);
54156
54156
  */
54157
54157
 
54158
54158
 
54159
- const __iconNode$D = [
54159
+ const __iconNode$E = [
54160
54160
  ["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
54161
54161
  ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
54162
54162
  ];
54163
- const Mail = createLucideIcon("mail", __iconNode$D);
54163
+ const Mail = createLucideIcon("mail", __iconNode$E);
54164
54164
 
54165
54165
  /**
54166
54166
  * @license lucide-react v0.507.0 - ISC
@@ -54170,7 +54170,7 @@ const Mail = createLucideIcon("mail", __iconNode$D);
54170
54170
  */
54171
54171
 
54172
54172
 
54173
- const __iconNode$C = [
54173
+ const __iconNode$D = [
54174
54174
  ["path", { d: "M13.234 20.252 21 12.3", key: "1cbrk9" }],
54175
54175
  [
54176
54176
  "path",
@@ -54180,7 +54180,7 @@ const __iconNode$C = [
54180
54180
  }
54181
54181
  ]
54182
54182
  ];
54183
- const Paperclip = createLucideIcon("paperclip", __iconNode$C);
54183
+ const Paperclip = createLucideIcon("paperclip", __iconNode$D);
54184
54184
 
54185
54185
  /**
54186
54186
  * @license lucide-react v0.507.0 - ISC
@@ -54190,7 +54190,7 @@ const Paperclip = createLucideIcon("paperclip", __iconNode$C);
54190
54190
  */
54191
54191
 
54192
54192
 
54193
- const __iconNode$B = [
54193
+ const __iconNode$C = [
54194
54194
  [
54195
54195
  "path",
54196
54196
  {
@@ -54199,7 +54199,7 @@ const __iconNode$B = [
54199
54199
  }
54200
54200
  ]
54201
54201
  ];
54202
- const Pen = createLucideIcon("pen", __iconNode$B);
54202
+ const Pen = createLucideIcon("pen", __iconNode$C);
54203
54203
 
54204
54204
  /**
54205
54205
  * @license lucide-react v0.507.0 - ISC
@@ -54209,8 +54209,8 @@ const Pen = createLucideIcon("pen", __iconNode$B);
54209
54209
  */
54210
54210
 
54211
54211
 
54212
- const __iconNode$A = [["polygon", { points: "6 3 20 12 6 21 6 3", key: "1oa8hb" }]];
54213
- const Play = createLucideIcon("play", __iconNode$A);
54212
+ const __iconNode$B = [["polygon", { points: "6 3 20 12 6 21 6 3", key: "1oa8hb" }]];
54213
+ const Play = createLucideIcon("play", __iconNode$B);
54214
54214
 
54215
54215
  /**
54216
54216
  * @license lucide-react v0.507.0 - ISC
@@ -54220,11 +54220,11 @@ const Play = createLucideIcon("play", __iconNode$A);
54220
54220
  */
54221
54221
 
54222
54222
 
54223
- const __iconNode$z = [
54223
+ const __iconNode$A = [
54224
54224
  ["path", { d: "M5 12h14", key: "1ays0h" }],
54225
54225
  ["path", { d: "M12 5v14", key: "s699le" }]
54226
54226
  ];
54227
- const Plus = createLucideIcon("plus", __iconNode$z);
54227
+ const Plus = createLucideIcon("plus", __iconNode$A);
54228
54228
 
54229
54229
  /**
54230
54230
  * @license lucide-react v0.507.0 - ISC
@@ -54234,7 +54234,7 @@ const Plus = createLucideIcon("plus", __iconNode$z);
54234
54234
  */
54235
54235
 
54236
54236
 
54237
- const __iconNode$y = [
54237
+ const __iconNode$z = [
54238
54238
  [
54239
54239
  "path",
54240
54240
  {
@@ -54243,7 +54243,7 @@ const __iconNode$y = [
54243
54243
  }
54244
54244
  ]
54245
54245
  ];
54246
- const Puzzle = createLucideIcon("puzzle", __iconNode$y);
54246
+ const Puzzle = createLucideIcon("puzzle", __iconNode$z);
54247
54247
 
54248
54248
  /**
54249
54249
  * @license lucide-react v0.507.0 - ISC
@@ -54253,7 +54253,7 @@ const Puzzle = createLucideIcon("puzzle", __iconNode$y);
54253
54253
  */
54254
54254
 
54255
54255
 
54256
- const __iconNode$x = [
54256
+ const __iconNode$y = [
54257
54257
  [
54258
54258
  "path",
54259
54259
  {
@@ -54269,7 +54269,7 @@ const __iconNode$x = [
54269
54269
  }
54270
54270
  ]
54271
54271
  ];
54272
- const Quote = createLucideIcon("quote", __iconNode$x);
54272
+ const Quote = createLucideIcon("quote", __iconNode$y);
54273
54273
 
54274
54274
  /**
54275
54275
  * @license lucide-react v0.507.0 - ISC
@@ -54279,13 +54279,13 @@ const Quote = createLucideIcon("quote", __iconNode$x);
54279
54279
  */
54280
54280
 
54281
54281
 
54282
- const __iconNode$w = [
54282
+ const __iconNode$x = [
54283
54283
  ["path", { d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8", key: "v9h5vc" }],
54284
54284
  ["path", { d: "M21 3v5h-5", key: "1q7to0" }],
54285
54285
  ["path", { d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16", key: "3uifl3" }],
54286
54286
  ["path", { d: "M8 16H3v5", key: "1cv678" }]
54287
54287
  ];
54288
- const RefreshCw = createLucideIcon("refresh-cw", __iconNode$w);
54288
+ const RefreshCw = createLucideIcon("refresh-cw", __iconNode$x);
54289
54289
 
54290
54290
  /**
54291
54291
  * @license lucide-react v0.507.0 - ISC
@@ -54295,11 +54295,11 @@ const RefreshCw = createLucideIcon("refresh-cw", __iconNode$w);
54295
54295
  */
54296
54296
 
54297
54297
 
54298
- const __iconNode$v = [
54298
+ const __iconNode$w = [
54299
54299
  ["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "1357e3" }],
54300
54300
  ["path", { d: "M3 3v5h5", key: "1xhq8a" }]
54301
54301
  ];
54302
- const RotateCcw = createLucideIcon("rotate-ccw", __iconNode$v);
54302
+ const RotateCcw = createLucideIcon("rotate-ccw", __iconNode$w);
54303
54303
 
54304
54304
  /**
54305
54305
  * @license lucide-react v0.507.0 - ISC
@@ -54309,11 +54309,11 @@ const RotateCcw = createLucideIcon("rotate-ccw", __iconNode$v);
54309
54309
  */
54310
54310
 
54311
54311
 
54312
- const __iconNode$u = [
54312
+ const __iconNode$v = [
54313
54313
  ["path", { d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8", key: "1p45f6" }],
54314
54314
  ["path", { d: "M21 3v5h-5", key: "1q7to0" }]
54315
54315
  ];
54316
- const RotateCw = createLucideIcon("rotate-cw", __iconNode$u);
54316
+ const RotateCw = createLucideIcon("rotate-cw", __iconNode$v);
54317
54317
 
54318
54318
  /**
54319
54319
  * @license lucide-react v0.507.0 - ISC
@@ -54323,11 +54323,11 @@ const RotateCw = createLucideIcon("rotate-cw", __iconNode$u);
54323
54323
  */
54324
54324
 
54325
54325
 
54326
- const __iconNode$t = [
54326
+ const __iconNode$u = [
54327
54327
  ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
54328
54328
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
54329
54329
  ];
54330
- const Search = createLucideIcon("search", __iconNode$t);
54330
+ const Search = createLucideIcon("search", __iconNode$u);
54331
54331
 
54332
54332
  /**
54333
54333
  * @license lucide-react v0.507.0 - ISC
@@ -54337,7 +54337,7 @@ const Search = createLucideIcon("search", __iconNode$t);
54337
54337
  */
54338
54338
 
54339
54339
 
54340
- const __iconNode$s = [
54340
+ const __iconNode$t = [
54341
54341
  [
54342
54342
  "path",
54343
54343
  {
@@ -54347,7 +54347,7 @@ const __iconNode$s = [
54347
54347
  ],
54348
54348
  ["path", { d: "m21.854 2.147-10.94 10.939", key: "12cjpa" }]
54349
54349
  ];
54350
- const Send = createLucideIcon("send", __iconNode$s);
54350
+ const Send = createLucideIcon("send", __iconNode$t);
54351
54351
 
54352
54352
  /**
54353
54353
  * @license lucide-react v0.507.0 - ISC
@@ -54357,13 +54357,13 @@ const Send = createLucideIcon("send", __iconNode$s);
54357
54357
  */
54358
54358
 
54359
54359
 
54360
- const __iconNode$r = [
54360
+ const __iconNode$s = [
54361
54361
  ["path", { d: "M20 7h-9", key: "3s1dr2" }],
54362
54362
  ["path", { d: "M14 17H5", key: "gfn3mx" }],
54363
54363
  ["circle", { cx: "17", cy: "17", r: "3", key: "18b49y" }],
54364
54364
  ["circle", { cx: "7", cy: "7", r: "3", key: "dfmy0x" }]
54365
54365
  ];
54366
- const Settings2 = createLucideIcon("settings-2", __iconNode$r);
54366
+ const Settings2 = createLucideIcon("settings-2", __iconNode$s);
54367
54367
 
54368
54368
  /**
54369
54369
  * @license lucide-react v0.507.0 - ISC
@@ -54373,7 +54373,7 @@ const Settings2 = createLucideIcon("settings-2", __iconNode$r);
54373
54373
  */
54374
54374
 
54375
54375
 
54376
- const __iconNode$q = [
54376
+ const __iconNode$r = [
54377
54377
  [
54378
54378
  "path",
54379
54379
  {
@@ -54383,7 +54383,7 @@ const __iconNode$q = [
54383
54383
  ],
54384
54384
  ["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
54385
54385
  ];
54386
- const Settings = createLucideIcon("settings", __iconNode$q);
54386
+ const Settings = createLucideIcon("settings", __iconNode$r);
54387
54387
 
54388
54388
  /**
54389
54389
  * @license lucide-react v0.507.0 - ISC
@@ -54393,7 +54393,7 @@ const Settings = createLucideIcon("settings", __iconNode$q);
54393
54393
  */
54394
54394
 
54395
54395
 
54396
- const __iconNode$p = [
54396
+ const __iconNode$q = [
54397
54397
  [
54398
54398
  "path",
54399
54399
  {
@@ -54402,7 +54402,7 @@ const __iconNode$p = [
54402
54402
  }
54403
54403
  ]
54404
54404
  ];
54405
- const Shield = createLucideIcon("shield", __iconNode$p);
54405
+ const Shield = createLucideIcon("shield", __iconNode$q);
54406
54406
 
54407
54407
  /**
54408
54408
  * @license lucide-react v0.507.0 - ISC
@@ -54412,12 +54412,12 @@ const Shield = createLucideIcon("shield", __iconNode$p);
54412
54412
  */
54413
54413
 
54414
54414
 
54415
- const __iconNode$o = [
54415
+ const __iconNode$p = [
54416
54416
  ["path", { d: "M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z", key: "hou9p0" }],
54417
54417
  ["path", { d: "M3 6h18", key: "d0wm0j" }],
54418
54418
  ["path", { d: "M16 10a4 4 0 0 1-8 0", key: "1ltviw" }]
54419
54419
  ];
54420
- const ShoppingBag = createLucideIcon("shopping-bag", __iconNode$o);
54420
+ const ShoppingBag = createLucideIcon("shopping-bag", __iconNode$p);
54421
54421
 
54422
54422
  /**
54423
54423
  * @license lucide-react v0.507.0 - ISC
@@ -54427,14 +54427,28 @@ const ShoppingBag = createLucideIcon("shopping-bag", __iconNode$o);
54427
54427
  */
54428
54428
 
54429
54429
 
54430
- const __iconNode$n = [
54430
+ const __iconNode$o = [
54431
54431
  ["path", { d: "m18 14 4 4-4 4", key: "10pe0f" }],
54432
54432
  ["path", { d: "m18 2 4 4-4 4", key: "pucp1d" }],
54433
54433
  ["path", { d: "M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22", key: "1ailkh" }],
54434
54434
  ["path", { d: "M2 6h1.972a4 4 0 0 1 3.6 2.2", key: "km57vx" }],
54435
54435
  ["path", { d: "M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45", key: "os18l9" }]
54436
54436
  ];
54437
- const Shuffle = createLucideIcon("shuffle", __iconNode$n);
54437
+ const Shuffle = createLucideIcon("shuffle", __iconNode$o);
54438
+
54439
+ /**
54440
+ * @license lucide-react v0.507.0 - ISC
54441
+ *
54442
+ * This source code is licensed under the ISC license.
54443
+ * See the LICENSE file in the root directory of this source tree.
54444
+ */
54445
+
54446
+
54447
+ const __iconNode$n = [
54448
+ ["rect", { width: "14", height: "20", x: "5", y: "2", rx: "2", ry: "2", key: "1yt0o3" }],
54449
+ ["path", { d: "M12 18h.01", key: "mhygvu" }]
54450
+ ];
54451
+ const Smartphone = createLucideIcon("smartphone", __iconNode$n);
54438
54452
 
54439
54453
  /**
54440
54454
  * @license lucide-react v0.507.0 - ISC
@@ -59465,7 +59479,7 @@ const DialogContent = React.forwardRef(({ className, children, onInteractOutside
59465
59479
  }
59466
59480
  onInteractOutside === null || onInteractOutside === void 0 ? void 0 : onInteractOutside(event);
59467
59481
  };
59468
- return (jsxs(DialogPortal, { container: portalContainer !== null && portalContainer !== void 0 ? portalContainer : undefined, children: [jsx(DialogOverlay, { "data-iblai-dialog-interaction-layer": true }), jsxs(DialogPrimitive.Content, { ref: ref, "data-iblai-dialog-interaction-layer": true, className: cn('pointer-events-auto fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg', className), onInteractOutside: handleInteractOutside, ...props, children: [children, showCloseButton && (jsxs(DialogPrimitive.Close, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground", children: [jsx(X$1, { className: "h-4 w-4" }), jsx("span", { className: "sr-only", children: "Close" })] }))] })] }));
59482
+ return (jsxs(DialogPortal, { container: portalContainer !== null && portalContainer !== void 0 ? portalContainer : undefined, children: [jsx(DialogOverlay, {}), jsxs(DialogPrimitive.Content, { ref: ref, "data-iblai-dialog-interaction-layer": true, className: cn('pointer-events-auto fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg', className), onInteractOutside: handleInteractOutside, ...props, children: [children, showCloseButton && (jsxs(DialogPrimitive.Close, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground", children: [jsx(X$1, { className: "h-4 w-4" }), jsx("span", { className: "sr-only", children: "Close" })] }))] })] }));
59469
59483
  });
59470
59484
  DialogContent.displayName = DialogPrimitive.Content.displayName;
59471
59485
  const DialogHeader = ({ className, ...props }) => (jsx("div", { className: cn('flex flex-col space-y-1.5 text-center sm:text-left', className), ...props }));
@@ -161213,7 +161227,7 @@ Refractor.prototype = Prism;
161213
161227
  var refract = new Refractor();
161214
161228
 
161215
161229
  // Expose.
161216
- var core$1 = refract;
161230
+ var core = refract;
161217
161231
 
161218
161232
  // Create.
161219
161233
  refract.highlight = highlight;
@@ -184982,7 +184996,7 @@ function requireZig () {
184982
184996
  return zig_1;
184983
184997
  }
184984
184998
 
184985
- var refractor = core$1;
184999
+ var refractor = core;
184986
185000
 
184987
185001
  var refractor_1 = refractor;
184988
185002
 
@@ -191523,6 +191537,10 @@ function UpgradePackageModal({ open, onClose, redirectUrl, sourcePlatformKey, ma
191523
191537
  }, children: [jsx("span", { className: "inline-block h-1.5 w-1.5 rounded-full", style: { backgroundColor: '#f5f8ff' }, "aria-hidden": "true" }), "Free \u2022 No credit card required"] }), jsxs(DialogHeader, { className: "text-center sm:text-center space-y-2", children: [jsx(DialogTitle, { className: "text-[18px] font-medium leading-7 text-[#101828] tracking-tight", children: title }), jsx(DialogDescription, { className: "text-[14px] font-normal leading-[22.75px] text-[#4a5565] max-w-[320px] mx-auto", children: description })] })] }), jsxs("div", { className: "px-6 py-5", children: [features.length > 0 && (jsx("ul", { className: "space-y-3 mb-6", children: features.map((feature, idx) => (jsxs("li", { className: "flex items-start gap-3 text-[14px] leading-5 text-[#364153]", children: [jsx("span", { className: "mt-0.5 flex h-5 w-5 items-center justify-center rounded-full bg-[#f5f8ff] shrink-0", children: jsx(Check, { className: "h-3 w-3 text-[#155dfc]", strokeWidth: 3 }) }), jsx("span", { className: "font-normal", children: feature })] }, idx))) })), jsx(Button$1, { type: "button", onClick: () => handleUpgrade('free'), disabled: isLoading, className: "w-full h-9 px-6 py-2 rounded-lg border-0 text-white text-[14px] font-medium leading-5 bg-[linear-gradient(to_right,rgb(56,161,229),rgb(114,132,255))] hover:opacity-90 transition-opacity disabled:opacity-70", children: isLoading ? (jsxs(Fragment$1, { children: [jsx(LoaderCircle, { className: "h-4 w-4 animate-spin" }), jsx("span", { children: "Redirecting..." })] })) : (ctaLabel) }), footerNote && (jsxs("div", { className: "mt-3 flex items-center justify-center gap-1.5 text-[12px] font-normal leading-4 text-[#6a7282]", children: [jsx(CreditCard, { className: "h-3.5 w-3.5", "aria-hidden": "true" }), jsx("span", { children: footerNote })] }))] })] }) }));
191524
191538
  }
191525
191539
 
191540
+ function AppleRestrictionModal({ isOpen, onClose }) {
191541
+ return (jsx(Dialog, { open: isOpen, onOpenChange: onClose, children: jsx(DialogContent, { showCloseButton: false, className: "max-w-sm gap-0 overflow-hidden rounded-2xl p-0", children: jsxs("div", { className: "flex flex-col items-center gap-6 px-8 py-10 text-center", children: [jsx("div", { className: "flex h-16 w-16 items-center justify-center rounded-full bg-gray-100", children: jsx(Smartphone, { className: "h-8 w-8 text-gray-500", strokeWidth: 1.5 }) }), jsxs("div", { className: "flex flex-col gap-2", children: [jsx(DialogTitle, { className: "text-xl font-bold tracking-tight text-gray-900", children: "Subscription changes happen outside the app" }), jsx(DialogDescription, { className: "text-sm leading-relaxed text-gray-500", children: "All subscription and billing changes are managed through your account, outside the app." })] }), jsx("div", { className: "flex w-full flex-col gap-3", children: jsx("button", { type: "button", onClick: onClose, className: "ibl-button-primary flex w-full items-center justify-center rounded-full py-3 text-sm font-semibold", children: "OK" }) })] }) }) }));
191542
+ }
191543
+
191526
191544
  function Version({ appName, appVersion, poweredBy, }) {
191527
191545
  return (jsx("div", { className: "min-h-screen flex items-center justify-center bg-gradient-to-br from-blue-500 to-blue-200 p-4", children: jsx(Card, { className: "w-full max-w-md shadow-xl rounded-2xl border border-gray-300", children: jsxs(CardContent, { className: "p-6 text-center items-center", children: [jsxs("div", { className: "flex items-center justify-center gap-2 text-gray-700", children: [jsx(Terminal, { className: "w-6 h-6 text-primary" }), jsxs("h1", { className: "text-2xl font-semibold tracking-tight", children: ["ibl.ai ", appName] })] }), jsx(Separator$1, { className: "my-4" }), jsx("p", { className: "text-sm text-muted-foreground mb-2", children: "Current Version" }), jsx(Badge, { className: "text-base px-4 py-1 hover:bg-green-700 hover:text-white rounded-full bg-green-100 text-green-700", children: appVersion }), jsx("div", { className: "w-full text-center mt-auto py-4", children: jsx("div", { className: "flex items-end justify-center text-sm text-gray-500", children: jsxs("span", { className: "flex items-end h-6 text-xs", children: ["Powered by", poweredBy, "in New York"] }) }) })] }) }) }));
191528
191546
  }
@@ -192240,6 +192258,18 @@ function CreditBalance({ tenant, username, mainPlatformKey, currentUserEmail, re
192240
192258
  const [isAutoRechargeModalOpen, setIsAutoRechargeModalOpen] = useState(false);
192241
192259
  const [isAddCreditsModalOpen, setIsAddCreditsModalOpen] = useState(false);
192242
192260
  const [isRedirectingToPaymentSettings, setIsRedirectingToPaymentSettings] = useState(false);
192261
+ const [isAppleRestrictionModalOpen, setIsAppleRestrictionModalOpen] = useState(false);
192262
+ const { isAppleDevice } = useOS();
192263
+ // On Apple devices, in-app purchases are blocked by Apple's guidelines — gate
192264
+ // every billing CTA behind a restriction modal that points users to the web.
192265
+ const guardAppleRestriction = (action) => {
192266
+ if (isAppleDevice) {
192267
+ setOpen(false);
192268
+ setIsAppleRestrictionModalOpen(true);
192269
+ return;
192270
+ }
192271
+ action();
192272
+ };
192243
192273
  const { isLoading: isUpgrading, handleUpgrade } = useStripeUpgrade({
192244
192274
  redirectUrl: redirectUrl,
192245
192275
  sourcePlatformKey: tenant,
@@ -192318,163 +192348,17 @@ function CreditBalance({ tenant, username, mainPlatformKey, currentUserEmail, re
192318
192348
  backgroundColor: '#f5f8ff',
192319
192349
  color: '#155dfc',
192320
192350
  border: '1px solid #d0e0ff',
192321
- }, children: planLabel })] })), billing && (jsx("div", { className: "border-t border-gray-100 p-3 flex gap-2", children: isFreePlan || isTrialPlan ? (jsxs("button", { type: "button", onClick: () => handleUpgrade('premium'), disabled: isUpgrading, className: "flex h-9 w-full items-center justify-center gap-2 text-sm font-medium text-white transition-opacity hover:opacity-90 focus:outline-none focus-visible:ring-2 focus-visible:ring-[#1447e6] focus-visible:ring-offset-1 disabled:opacity-70", style: {
192351
+ }, children: planLabel })] })), billing && (jsx("div", { className: "border-t border-gray-100 p-3 flex gap-2", children: isFreePlan || isTrialPlan ? (jsxs("button", { type: "button", onClick: () => guardAppleRestriction(() => handleUpgrade('premium')), disabled: isUpgrading, className: "flex h-9 w-full items-center justify-center gap-2 text-sm font-medium text-white transition-opacity hover:opacity-90 focus:outline-none focus-visible:ring-2 focus-visible:ring-[#1447e6] focus-visible:ring-offset-1 disabled:opacity-70", style: {
192322
192352
  background: 'linear-gradient(to right, rgb(56, 161, 229), rgb(114, 132, 255))',
192323
192353
  borderRadius: '6px',
192324
- }, children: [isUpgrading ? (jsx(LoaderCircle, { className: "h-4 w-4 animate-spin", "aria-hidden": "true" })) : (jsx(Sparkles, { className: "h-4 w-4", "aria-hidden": "true" })), isUpgrading ? 'Redirecting...' : 'Upgrade Plan'] })) : hasPaymentMethod ? (jsxs(Fragment$1, { children: [jsx("button", { type: "button", onClick: handleOpenAutoRechargeModal, className: "flex h-9 flex-1 items-center justify-center text-sm font-medium text-white transition-opacity hover:opacity-90 focus:outline-none focus-visible:ring-2 focus-visible:ring-[#1447e6] focus-visible:ring-offset-1", style: {
192354
+ }, children: [isUpgrading ? (jsx(LoaderCircle, { className: "h-4 w-4 animate-spin", "aria-hidden": "true" })) : (jsx(Sparkles, { className: "h-4 w-4", "aria-hidden": "true" })), isUpgrading ? 'Redirecting...' : 'Upgrade Plan'] })) : hasPaymentMethod ? (jsxs(Fragment$1, { children: [jsx("button", { type: "button", onClick: () => guardAppleRestriction(handleOpenAutoRechargeModal), className: "flex h-9 flex-1 items-center justify-center text-sm font-medium text-white transition-opacity hover:opacity-90 focus:outline-none focus-visible:ring-2 focus-visible:ring-[#1447e6] focus-visible:ring-offset-1", style: {
192325
192355
  background: 'linear-gradient(to right, rgb(37, 99, 235), rgb(147, 197, 253))',
192326
192356
  borderRadius: '6px',
192327
- }, children: "Manage Usage" }), jsx("button", { type: "button", onClick: handleOpenAddCreditsModal, className: "flex h-9 flex-1 items-center justify-center rounded-md border border-[#e5e5e5] bg-white text-sm font-medium text-[#0a0a0a] transition-colors hover:bg-[#f3f4f6] focus:outline-none focus-visible:ring-2 focus-visible:ring-[#1447e6] focus-visible:ring-offset-1", children: "Add Credits" })] })) : (jsxs("button", { type: "button", onClick: handleSetupPaymentMethod, disabled: isRedirectingToPaymentSettings, className: "flex h-9 w-full items-center justify-center gap-2 text-sm font-medium text-white transition-opacity hover:opacity-90 focus:outline-none focus-visible:ring-2 focus-visible:ring-[#1447e6] focus-visible:ring-offset-1 disabled:opacity-70", style: {
192357
+ }, children: "Manage Usage" }), jsx("button", { type: "button", onClick: () => guardAppleRestriction(handleOpenAddCreditsModal), className: "flex h-9 flex-1 items-center justify-center rounded-md border border-[#e5e5e5] bg-white text-sm font-medium text-[#0a0a0a] transition-colors hover:bg-[#f3f4f6] focus:outline-none focus-visible:ring-2 focus-visible:ring-[#1447e6] focus-visible:ring-offset-1", children: "Add Credits" })] })) : (jsxs("button", { type: "button", onClick: () => guardAppleRestriction(handleSetupPaymentMethod), disabled: isRedirectingToPaymentSettings, className: "flex h-9 w-full items-center justify-center gap-2 text-sm font-medium text-white transition-opacity hover:opacity-90 focus:outline-none focus-visible:ring-2 focus-visible:ring-[#1447e6] focus-visible:ring-offset-1 disabled:opacity-70", style: {
192328
192358
  background: 'linear-gradient(to right, rgb(37, 99, 235), rgb(147, 197, 253))',
192329
192359
  borderRadius: '6px',
192330
- }, children: [isRedirectingToPaymentSettings ? (jsx(LoaderCircle, { className: "h-4 w-4 animate-spin", "aria-hidden": "true" })) : (jsx(Wallet, { className: "h-4 w-4", "aria-hidden": "true" })), isRedirectingToPaymentSettings ? 'Redirecting...' : 'Manage Billing'] })) }))] }), jsx(AutoRechargeModal, { tenant: tenant, isOpen: isAutoRechargeModalOpen, onClose: () => setIsAutoRechargeModalOpen(false) }), jsx(AddCreditsModal, { tenant: tenant, isOpen: isAddCreditsModalOpen, onClose: () => setIsAddCreditsModalOpen(false) })] }));
192331
- }
192332
-
192333
- /******************************************************************************
192334
- Copyright (c) Microsoft Corporation.
192335
-
192336
- Permission to use, copy, modify, and/or distribute this software for any
192337
- purpose with or without fee is hereby granted.
192338
-
192339
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
192340
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
192341
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
192342
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
192343
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
192344
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
192345
- PERFORMANCE OF THIS SOFTWARE.
192346
- ***************************************************************************** */
192347
- /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
192348
-
192349
-
192350
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
192351
- var e = new Error(message);
192352
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
192353
- };
192354
-
192355
- /**
192356
- * Stores the callback in a known location, and returns an identifier that can be passed to the backend.
192357
- * The backend uses the identifier to `eval()` the callback.
192358
- *
192359
- * @return An unique identifier associated with the callback function.
192360
- *
192361
- * @since 1.0.0
192362
- */
192363
- function transformCallback(
192364
- // TODO: Make this not optional in v3
192365
- callback, once = false) {
192366
- return window.__TAURI_INTERNALS__.transformCallback(callback, once);
192360
+ }, children: [isRedirectingToPaymentSettings ? (jsx(LoaderCircle, { className: "h-4 w-4 animate-spin", "aria-hidden": "true" })) : (jsx(Wallet, { className: "h-4 w-4", "aria-hidden": "true" })), isRedirectingToPaymentSettings ? 'Redirecting...' : 'Manage Billing'] })) }))] }), jsx(AutoRechargeModal, { tenant: tenant, isOpen: isAutoRechargeModalOpen, onClose: () => setIsAutoRechargeModalOpen(false) }), jsx(AddCreditsModal, { tenant: tenant, isOpen: isAddCreditsModalOpen, onClose: () => setIsAddCreditsModalOpen(false) }), jsx(AppleRestrictionModal, { isOpen: isAppleRestrictionModalOpen, onClose: () => setIsAppleRestrictionModalOpen(false) })] }));
192367
192361
  }
192368
- /**
192369
- * Sends a message to the backend.
192370
- * @example
192371
- * ```typescript
192372
- * import { invoke } from '@tauri-apps/api/core';
192373
- * await invoke('login', { user: 'tauri', password: 'poiwe3h4r5ip3yrhtew9ty' });
192374
- * ```
192375
- *
192376
- * @param cmd The command name.
192377
- * @param args The optional arguments to pass to the command.
192378
- * @param options The request options.
192379
- * @return A promise resolving or rejecting to the backend response.
192380
- *
192381
- * @since 1.0.0
192382
- */
192383
- async function invoke(cmd, args = {}, options) {
192384
- return window.__TAURI_INTERNALS__.invoke(cmd, args, options);
192385
- }
192386
-
192387
- var core = /*#__PURE__*/Object.freeze({
192388
- __proto__: null,
192389
- invoke: invoke,
192390
- transformCallback: transformCallback
192391
- });
192392
-
192393
- // Copyright 2019-2024 Tauri Programme within The Commons Conservancy
192394
- // SPDX-License-Identifier: Apache-2.0
192395
- // SPDX-License-Identifier: MIT
192396
- /**
192397
- * The event system allows you to emit events to the backend and listen to events from it.
192398
- *
192399
- * This package is also accessible with `window.__TAURI__.event` when [`app.withGlobalTauri`](https://v2.tauri.app/reference/config/#withglobaltauri) in `tauri.conf.json` is set to `true`.
192400
- * @module
192401
- */
192402
- /**
192403
- * @since 1.1.0
192404
- */
192405
- var TauriEvent;
192406
- (function (TauriEvent) {
192407
- TauriEvent["WINDOW_RESIZED"] = "tauri://resize";
192408
- TauriEvent["WINDOW_MOVED"] = "tauri://move";
192409
- TauriEvent["WINDOW_CLOSE_REQUESTED"] = "tauri://close-requested";
192410
- TauriEvent["WINDOW_DESTROYED"] = "tauri://destroyed";
192411
- TauriEvent["WINDOW_FOCUS"] = "tauri://focus";
192412
- TauriEvent["WINDOW_BLUR"] = "tauri://blur";
192413
- TauriEvent["WINDOW_SCALE_FACTOR_CHANGED"] = "tauri://scale-change";
192414
- TauriEvent["WINDOW_THEME_CHANGED"] = "tauri://theme-changed";
192415
- TauriEvent["WINDOW_CREATED"] = "tauri://window-created";
192416
- TauriEvent["WEBVIEW_CREATED"] = "tauri://webview-created";
192417
- TauriEvent["DRAG_ENTER"] = "tauri://drag-enter";
192418
- TauriEvent["DRAG_OVER"] = "tauri://drag-over";
192419
- TauriEvent["DRAG_DROP"] = "tauri://drag-drop";
192420
- TauriEvent["DRAG_LEAVE"] = "tauri://drag-leave";
192421
- })(TauriEvent || (TauriEvent = {}));
192422
- /**
192423
- * Unregister the event listener associated with the given name and id.
192424
- *
192425
- * @ignore
192426
- * @param event The event name
192427
- * @param eventId Event identifier
192428
- * @returns
192429
- */
192430
- async function _unlisten(event, eventId) {
192431
- window.__TAURI_EVENT_PLUGIN_INTERNALS__.unregisterListener(event, eventId);
192432
- await invoke('plugin:event|unlisten', {
192433
- event,
192434
- eventId
192435
- });
192436
- }
192437
- /**
192438
- * Listen to an emitted event to any {@link EventTarget|target}.
192439
- *
192440
- * @example
192441
- * ```typescript
192442
- * import { listen } from '@tauri-apps/api/event';
192443
- * const unlisten = await listen<string>('error', (event) => {
192444
- * console.log(`Got error, payload: ${event.payload}`);
192445
- * });
192446
- *
192447
- * // you need to call unlisten if your handler goes out of scope e.g. the component is unmounted
192448
- * unlisten();
192449
- * ```
192450
- *
192451
- * @param event Event name. Must include only alphanumeric characters, `-`, `/`, `:` and `_`.
192452
- * @param handler Event handler callback.
192453
- * @param options Event listening options.
192454
- * @returns A promise resolving to a function to unlisten to the event.
192455
- * Note that removing the listener is required if your listener goes out of scope e.g. the component is unmounted.
192456
- *
192457
- * @since 1.0.0
192458
- */
192459
- async function listen(event, handler, options) {
192460
- var _a;
192461
- const target = typeof (options === null || options === void 0 ? void 0 : options.target) === 'string'
192462
- ? { kind: 'AnyLabel', label: options.target }
192463
- : ((_a = options === null || options === void 0 ? void 0 : options.target) !== null && _a !== void 0 ? _a : { kind: 'Any' });
192464
- return invoke('plugin:event|listen', {
192465
- event,
192466
- target,
192467
- handler: transformCallback(handler)
192468
- }).then((eventId) => {
192469
- return async () => _unlisten(event, eventId);
192470
- });
192471
- }
192472
-
192473
- var event = /*#__PURE__*/Object.freeze({
192474
- __proto__: null,
192475
- get TauriEvent () { return TauriEvent; },
192476
- listen: listen
192477
- });
192478
192362
 
192479
- export { ACCESS_COURSE_LABEL, AccessTimeHeatmap, AccessiblePaginate, AddSkillDialog, AgentConfigPrompts, AgentSkills, AlertsTab, AnalyticsAuditLogStats, AnalyticsCourseDetail, AnalyticsCourses, AnalyticsFinancialStats, AnalyticsLayout, AnalyticsMonetizationStats, AnalyticsOverview, AnalyticsProgramDetail, AnalyticsPrograms, AnalyticsReportDownload, AnalyticsReports, AnalyticsSettingsProvider, AnalyticsTopicsStats, AnalyticsTranscriptsStats, AnalyticsUsersStats, BUY_NOW_LABEL, ChartCardWrapper, ChartFiltersProvider, ChatContext, ChatProvider, CompanyDialog, ConnectorManagementDialog, CopyButtonIcon, CourseAccessGuard, CourseCardSkeleton, CourseContentLoading, CourseOutline, CourseOutlineContext, CourseOutlineDrawer, CreateWorkflowModal, CredentialBox, CredentialMiniBoxSkeleton, CreditBalance, CustomDateRangePicker, CustomTooltip, DefaultEmptyBox, DeleteWorkflowModal, DiscoverContentCard, DiscoverFacetsFilter, DiscoverFilterDrawer, ENROLL_NOW_COURSE_STARTING_SOON_LABEL, ENROLL_NOW_LABEL, EditAlertDialog, EducationBox, EducationDialog, EducationTab, EdxIframeContext, EmptyStats, ExperienceBox, ExperienceDialog, ExperienceTab, FacetFilterContext, Footer, GroupsFilterDropdown, INVITATION_ONLY_LABEL, InstitutionDialog, InviteUserDialog, InvitedUsersDialog, Loader, LocalLLMTab, LoginButton, Markdown, NotificationDisplay, NotificationDropdown, PaywallModal, Profile, ProfileTimeChart, REQUEST_ACCESS_COURSE_STARTING_SOON_LABEL, REQUEST_ACCESS_LABEL, ResumeBox, ResumeTab, RichTextEditor, SandboxConfig, SearchableMultiSelect, SendNotificationDialog, SignupButton, SkeletonActivityStatBox, SkeletonAddSkillsLoading, SkeletonCreatePathwaySearchList, SkeletonDiscoverFilterBox, SkeletonEducationBox, SkeletonMultiplier, SkeletonPathwayBox, SkeletonProfileInfoCard, SkeletonSkillBox, SkillBox, SkillDetailModal, SkillLeaderboardChart, SkillsBox, Spinner, StatCard, TAURI_COMMANDS, TAURI_EVENTS, TenantSwitcher, TimeFilter, TimeTrackingProvider, TimedExam, ToolDialogs, TopBanner, UpgradePackageModal, UserAvatar, Version, WorkflowSidebar, addBookmarksTab, findLastResumeBlock, findSequentialParent, flattenVerticalBlocks, getFirstAvailableUnit, getNextUnitIframe, getOrg, getParentBlockById, getParentsInfosFromSublessonId, getPreviousUnitIframe, getRandomCourseImage, getTenant, getUnitToIframe, getUserId, getUserName, inBrowserPrint, inIframe, initialModelDownloadState, isLocalLLMEnabled, isTauriApp, components as markdownComponents, sanitizeCss, setLocalLLMEnabled, useAnalyticsSettings, useAuditLog, useCatalogSearch, useChartFilters, useChatState, useCourseDetail, useCourseMetadata, useCourses, useDiscover, useEdxIframe, useFinancial, useIframeMessageHandler, useLocalStorage, useModelDownload, useMonetization, useOverview, useProfileActivityStats, useProfileCredentials, useProfilePathways, useProfilePrograms, useProfileSkills, useProfileTimeSpent, usePrograms, useReports, useTauri, useTimeTracking, useTopics, useTranscripts, useUserCourses, useUserMetadata, useUsers };
192363
+ export { ACCESS_COURSE_LABEL, AccessTimeHeatmap, AccessiblePaginate, AddSkillDialog, AgentConfigPrompts, AgentSkills, AlertsTab, AnalyticsAuditLogStats, AnalyticsCourseDetail, AnalyticsCourses, AnalyticsFinancialStats, AnalyticsLayout, AnalyticsMonetizationStats, AnalyticsOverview, AnalyticsProgramDetail, AnalyticsPrograms, AnalyticsReportDownload, AnalyticsReports, AnalyticsSettingsProvider, AnalyticsTopicsStats, AnalyticsTranscriptsStats, AnalyticsUsersStats, AppleRestrictionModal, BUY_NOW_LABEL, ChartCardWrapper, ChartFiltersProvider, ChatContext, ChatProvider, CompanyDialog, ConnectorManagementDialog, CopyButtonIcon, CourseAccessGuard, CourseCardSkeleton, CourseContentLoading, CourseOutline, CourseOutlineContext, CourseOutlineDrawer, CreateWorkflowModal, CredentialBox, CredentialMiniBoxSkeleton, CreditBalance, CustomDateRangePicker, CustomTooltip, DefaultEmptyBox, DeleteWorkflowModal, DiscoverContentCard, DiscoverFacetsFilter, DiscoverFilterDrawer, ENROLL_NOW_COURSE_STARTING_SOON_LABEL, ENROLL_NOW_LABEL, EditAlertDialog, EducationBox, EducationDialog, EducationTab, EdxIframeContext, EmptyStats, ExperienceBox, ExperienceDialog, ExperienceTab, FacetFilterContext, Footer, GroupsFilterDropdown, INVITATION_ONLY_LABEL, InstitutionDialog, InviteUserDialog, InvitedUsersDialog, Loader, LocalLLMTab, LoginButton, Markdown, NotificationDisplay, NotificationDropdown, PaywallModal, Profile, ProfileTimeChart, REQUEST_ACCESS_COURSE_STARTING_SOON_LABEL, REQUEST_ACCESS_LABEL, ResumeBox, ResumeTab, RichTextEditor, SandboxConfig, SearchableMultiSelect, SendNotificationDialog, SignupButton, SkeletonActivityStatBox, SkeletonAddSkillsLoading, SkeletonCreatePathwaySearchList, SkeletonDiscoverFilterBox, SkeletonEducationBox, SkeletonMultiplier, SkeletonPathwayBox, SkeletonProfileInfoCard, SkeletonSkillBox, SkillBox, SkillDetailModal, SkillLeaderboardChart, SkillsBox, Spinner, StatCard, TAURI_COMMANDS, TAURI_EVENTS, TenantSwitcher, TimeFilter, TimeTrackingProvider, TimedExam, ToolDialogs, TopBanner, UpgradePackageModal, UserAvatar, Version, WorkflowSidebar, addBookmarksTab, findLastResumeBlock, findSequentialParent, flattenVerticalBlocks, getFirstAvailableUnit, getNextUnitIframe, getOrg, getParentBlockById, getParentsInfosFromSublessonId, getPreviousUnitIframe, getRandomCourseImage, getTenant, getUnitToIframe, getUserId, getUserName, inBrowserPrint, inIframe, initialModelDownloadState, isLocalLLMEnabled, isTauriApp, components as markdownComponents, sanitizeCss, setLocalLLMEnabled, useAnalyticsSettings, useAuditLog, useCatalogSearch, useChartFilters, useChatState, useCourseDetail, useCourseMetadata, useCourses, useDiscover, useEdxIframe, useFinancial, useIframeMessageHandler, useLocalStorage, useModelDownload, useMonetization, useOverview, useProfileActivityStats, useProfileCredentials, useProfilePathways, useProfilePrograms, useProfileSkills, useProfileTimeSpent, usePrograms, useReports, useTauri, useTimeTracking, useTopics, useTranscripts, useUserCourses, useUserMetadata, useUsers };
192480
192364
  //# sourceMappingURL=index.esm.js.map