@abyss-project/commons-front-core 1.0.144 → 1.0.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/{CookieConsentSettings.component-DIIK_rRd.js → CookieConsentSettings.component-Dkw8Ye0E.js} +304 -162
  2. package/dist/components/Avatars/OrganizationAvatar/OrganizationAvatar.component.d.ts +3 -2
  3. package/dist/components/Avatars/ProjectAvatar/ProjectAvatar.component.d.ts +3 -2
  4. package/dist/components/Avatars/UserAvatar/UserAvatar.component.d.ts +3 -2
  5. package/dist/components/InfoBox/InfoBox.component.d.ts +1 -1
  6. package/dist/components/Inputs/AbyssNumberField/AbyssNumberField.component.d.ts +2 -1
  7. package/dist/components/Inputs/AbyssScopeSwitcher/AbyssScopeSwitcher.component.d.ts +1 -0
  8. package/dist/components/Inputs/AbyssScopeSwitcher/scope-option.spec.d.ts +1 -0
  9. package/dist/components/Inputs/ContextSelector/ContextSelector.component.d.ts +43 -0
  10. package/dist/components/Inputs/ContextSelector/index.d.ts +2 -0
  11. package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +2 -0
  12. package/dist/components/Inputs/DatePeriodPicker/date-period-picker.logic.d.ts +16 -0
  13. package/dist/components/Inputs/DatePeriodPicker/date-period-picker.logic.spec.d.ts +1 -0
  14. package/dist/components/Inputs/LanguageFlagLabel/LanguageFlagLabel.component.d.ts +9 -0
  15. package/dist/components/Inputs/LanguageFlagLabel/index.d.ts +2 -0
  16. package/dist/components/Inputs/LanguageFlagLabel/language-flags.d.ts +2 -0
  17. package/dist/components/Inputs/PasswordInput/PasswordInput.component.d.ts +3 -2
  18. package/dist/components/Inputs/index.d.ts +2 -0
  19. package/dist/components/Layouts/AbyssBillingPlan/AbyssBillingPlan.component.d.ts +1 -1
  20. package/dist/components/Layouts/AbyssFamilyBanner/AbyssFamilyBanner.component.d.ts +24 -0
  21. package/dist/components/Layouts/AbyssFamilyBanner/AbyssFamilyBanner.logic.spec.d.ts +1 -0
  22. package/dist/components/Layouts/AbyssFamilyBanner/index.d.ts +2 -0
  23. package/dist/components/Layouts/index.d.ts +1 -0
  24. package/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +1 -0
  25. package/dist/components/Modals/UserSettingsModal/UserSettings.compat.d.ts +2 -1
  26. package/dist/components/Modals/UserSettingsModal/UserSettingsModal.component.d.ts +8 -0
  27. package/dist/components/Modals/UserSettingsModal/user-settings-modal.family.spec.d.ts +1 -0
  28. package/dist/components/PdfEditor/operations/actions.d.ts +14 -0
  29. package/dist/components/PdfEditor/operations/rotate-coords.d.ts +19 -0
  30. package/dist/components/PdfEditor/operations/rotate-coords.spec.d.ts +1 -0
  31. package/dist/components/PdfEditor/signature/SignaturePicker.d.ts +3 -0
  32. package/dist/components/PdfEditor/signature/SignatureSavedList.d.ts +3 -0
  33. package/dist/components/PdfEditor/signature/resolve-asset.d.ts +3 -0
  34. package/dist/components/PdfEditor/signature/resolve-asset.spec.d.ts +1 -0
  35. package/dist/components/PdfEditor/tools/FillFieldsTool.d.ts +2 -1
  36. package/dist/components/PdfEditor/tools/SignatureTool.d.ts +3 -0
  37. package/dist/components/PdfEditor/tools/Toolbar.d.ts +6 -0
  38. package/dist/components/PdfEditor/types.d.ts +13 -5
  39. package/dist/components/PdfEditor/viewer/PageOverlay.d.ts +3 -1
  40. package/dist/components/PdfEditor/viewer/PdfCanvas.d.ts +6 -2
  41. package/dist/components/PdfEditor/viewer/ViewerControls.d.ts +15 -0
  42. package/dist/components/QuotaReached/billing-quota-error.spec.d.ts +1 -0
  43. package/dist/components/Support/types.d.ts +6 -6
  44. package/dist/components/Utils/AbyssDrawer/AbyssDrawer.component.d.ts +2 -1
  45. package/dist/components/Utils/AbyssFamilyMenuSection/AbyssFamilyMenuSection.d.ts +6 -0
  46. package/dist/components/Utils/AbyssFamilyMenuSection/AbyssFamilyMenuSection.spec.d.ts +1 -0
  47. package/dist/components/Utils/AbyssFamilyMenuSection/index.d.ts +1 -0
  48. package/dist/components/Utils/AbyssLayoutMenu/AbyssLayoutMenu.component.d.ts +7 -1
  49. package/dist/components/Utils/AbyssLayoutMenu/index.d.ts +1 -1
  50. package/dist/components/Utils/index.d.ts +1 -0
  51. package/dist/cookie-consent.js +1 -1
  52. package/dist/hooks/confirm-modal/confirm-modal.context.d.ts +3 -3
  53. package/dist/hooks/use-public-users.hook.d.ts +1 -0
  54. package/dist/hooks/use-public-users.hook.spec.d.ts +1 -0
  55. package/dist/hooks/use-rich-intl.hook.d.ts +172 -0
  56. package/dist/{index-0qb6YhgV.js → index-2CKJrPca.js} +2 -2
  57. package/dist/{index-CgrJ7FhF.js → index-B3Q0CXvH.js} +2 -2
  58. package/dist/{index-rTu81tl5.js → index-BHkn2ltL.js} +2 -2
  59. package/dist/{index-eTVkFOlH.js → index-BL7GRhPa.js} +4 -4
  60. package/dist/{index-DgtjymrE.js → index-BOsYmSCD.js} +31144 -29328
  61. package/dist/{index-DRhJX2fG.js → index-BW9Bye_5.js} +3 -3
  62. package/dist/{index-VTLXfj7y.js → index-BqukycfU.js} +3 -3
  63. package/dist/{index-CYTUtJ1a.js → index-C2KsBRfQ.js} +2 -2
  64. package/dist/{index-D7xEmIDx.js → index-CaN4t0Xc.js} +2 -2
  65. package/dist/{index-1u1el1f5.js → index-CrfvkYYN.js} +2 -2
  66. package/dist/{index-CrKObS9o.js → index-Cx0vAIWv.js} +2 -2
  67. package/dist/{index-Cbmdxst-.js → index-D8zo5pJ7.js} +3 -3
  68. package/dist/{index-HKLND03d.js → index-DBRSsvnV.js} +2 -2
  69. package/dist/{index-BpPAOM8y.js → index-DCJSXRWb.js} +1 -1
  70. package/dist/{index-ClzOO_BD.js → index-DCjRpdx3.js} +4 -4
  71. package/dist/{index-CMWMj2q-.js → index-DFfm18gp.js} +2 -2
  72. package/dist/{index-CadocGiW.js → index-DayoEcuw.js} +2 -2
  73. package/dist/{index-D5bHj5Xy.js → index-Dn-WBCKE.js} +2 -2
  74. package/dist/{index-ld9SEAyd.js → index-EZoUoL9o.js} +3 -3
  75. package/dist/{index-BlAxx0qM.js → index-GG9dANvs.js} +4 -4
  76. package/dist/{index-Dbd_xKL4.js → index-HwfQ82MI.js} +2 -2
  77. package/dist/{index-DZIEFA9C.js → index-xJbVPHgr.js} +2 -2
  78. package/dist/index.js +215 -208
  79. package/dist/translations/en.d.ts +70 -0
  80. package/dist/translations/family-i18n.spec.d.ts +1 -0
  81. package/dist/translations/fr.d.ts +70 -0
  82. package/package.json +4 -4
@@ -16,7 +16,7 @@ export type AbyssLayoutMenuSection = {
16
16
  title?: string;
17
17
  elements: AbyssLayoutMenuElement[];
18
18
  };
19
- type AbyssLayoutMenuUser = {
19
+ export type AbyssLayoutMenuUser = {
20
20
  id?: string;
21
21
  alias?: string | null;
22
22
  name?: string | null;
@@ -24,6 +24,12 @@ type AbyssLayoutMenuUser = {
24
24
  billingAccount?: {
25
25
  planTemplate?: IPlanTemplate;
26
26
  } | null;
27
+ currentFamily?: {
28
+ id: string;
29
+ name: string;
30
+ role: string;
31
+ status: 'none' | 'pending' | 'active' | 'owner';
32
+ } | null;
27
33
  };
28
34
  type Props = {
29
35
  user?: AbyssLayoutMenuUser | null;
@@ -1,3 +1,3 @@
1
1
  export { default as AbyssLayoutMenu } from './AbyssLayoutMenu.component';
2
2
  export { AbyssMenuItem } from './AbyssMenuItem.component';
3
- export type { AbyssLayoutMenuSection, AbyssLayoutMenuElement } from './AbyssLayoutMenu.component';
3
+ export type { AbyssLayoutMenuSection, AbyssLayoutMenuElement, AbyssLayoutMenuUser } from './AbyssLayoutMenu.component';
@@ -8,3 +8,4 @@ export * from './Toast';
8
8
  export * from './AbyssHeaderTitle';
9
9
  export * from './AbyssLayoutMenu';
10
10
  export * from './AbyssErrorPage';
11
+ export * from './AbyssFamilyMenuSection';
@@ -1,4 +1,4 @@
1
- import { A as s, c as a, C as n, a as i, R as C, V as t, d as r, f as k, r as c, e as A, u as l, b, w as d } from "./CookieConsentSettings.component-DIIK_rRd.js";
1
+ import { A as s, c as a, C as n, a as i, R as C, V as t, d as r, f as k, r as c, e as A, u as l, b, w as d } from "./CookieConsentSettings.component-Dkw8Ye0E.js";
2
2
  export {
3
3
  s as AbyssCookieConsentProvider,
4
4
  a as COOKIE_NAME,
@@ -1,8 +1,8 @@
1
- import { ComponentProps } from 'react';
1
+ import { ComponentProps, FC, ReactNode } from 'react';
2
2
  import { default as ConfirmModal } from '../../components/Modals/ConfirmModal';
3
3
  type Params = Partial<Omit<ComponentProps<typeof ConfirmModal>, 'isOpen'>>;
4
- export declare const ConfirmModalContextProvider: React.FC<{
5
- children: React.ReactNode;
4
+ export declare const ConfirmModalContextProvider: FC<{
5
+ children: ReactNode;
6
6
  }>;
7
7
  export declare const useConfirm: () => {
8
8
  confirm: (p?: Params) => Promise<boolean>;
@@ -6,6 +6,7 @@ export type PublicUser = {
6
6
  emailVerifiedAt: Date | null;
7
7
  };
8
8
  export declare const publicUserQueryKey: (userId: string) => readonly ["public-user", string];
9
+ export declare const fetchPublicUserBatched: (userId: string) => Promise<PublicUser | null>;
9
10
  export declare const usePublicUser: (userId: string | null | undefined) => UseQueryResult<PublicUser | null, Error>;
10
11
  export declare const usePublicUsers: (userIds: readonly (string | null | undefined)[]) => Record<string, PublicUser>;
11
12
  export declare const primePublicUsers: (queryClient: QueryClient, users: readonly PublicUser[]) => void;
@@ -0,0 +1 @@
1
+ export {};
@@ -130,6 +130,22 @@ export declare const translations: {
130
130
  title: string;
131
131
  content: string;
132
132
  };
133
+ "memories-event-pdf-ready": {
134
+ title: string;
135
+ content: string;
136
+ };
137
+ "memories-highlight-reel-ready": {
138
+ title: string;
139
+ content: string;
140
+ };
141
+ "memories-seasonal-compilation-ready": {
142
+ title: string;
143
+ content: string;
144
+ };
145
+ "memories-content-shared": {
146
+ title: string;
147
+ content: string;
148
+ };
133
149
  };
134
150
  ABYSS_BANKING: {
135
151
  "bank-connection-success": {
@@ -213,10 +229,25 @@ export declare const translations: {
213
229
  'save-to-cloud': string;
214
230
  'quick-sigs': string;
215
231
  'quick-texts': string;
232
+ 'toggle-pages': string;
233
+ aria: {
234
+ tools: string;
235
+ history: string;
236
+ 'quick-signatures': string;
237
+ };
216
238
  };
217
239
  sidebar: {
218
240
  pages: string;
219
241
  };
242
+ viewer: {
243
+ 'zoom-in': string;
244
+ 'zoom-out': string;
245
+ 'fit-width': string;
246
+ 'reset-zoom': string;
247
+ 'prev-page': string;
248
+ 'next-page': string;
249
+ 'page-indicator': string;
250
+ };
220
251
  insert: {
221
252
  button: string;
222
253
  reading: string;
@@ -234,6 +265,7 @@ export declare const translations: {
234
265
  };
235
266
  action: {
236
267
  cancel: string;
268
+ delete: string;
237
269
  };
238
270
  error: {
239
271
  'load-failed': string;
@@ -241,6 +273,7 @@ export declare const translations: {
241
273
  };
242
274
  text: {
243
275
  hint: string;
276
+ placeholder: string;
244
277
  };
245
278
  draw: {
246
279
  hint: string;
@@ -255,6 +288,7 @@ export declare const translations: {
255
288
  'add-button': string;
256
289
  'apply-all-pages': string;
257
290
  'manage-assets': string;
291
+ 'asset-load-failed': string;
258
292
  clear: string;
259
293
  'picker-title': string;
260
294
  tabs: {
@@ -319,6 +353,8 @@ export declare const translations: {
319
353
  'fill-fields': {
320
354
  empty: string;
321
355
  detected: string;
356
+ flatten: string;
357
+ 'flatten-hint': string;
322
358
  };
323
359
  page: {
324
360
  inserted: string;
@@ -444,6 +480,7 @@ export declare const translations: {
444
480
  settings: string;
445
481
  billing: string;
446
482
  logout: string;
483
+ family: string;
447
484
  };
448
485
  scope: {
449
486
  personal: string;
@@ -456,6 +493,12 @@ export declare const translations: {
456
493
  decline: string;
457
494
  };
458
495
  };
496
+ 'context-selector': {
497
+ personal: string;
498
+ organization: string;
499
+ projects: string;
500
+ 'org-entry': string;
501
+ };
459
502
  general: {
460
503
  error: string;
461
504
  retry: string;
@@ -502,6 +545,22 @@ export declare const translations: {
502
545
  'theme-light': string;
503
546
  'theme-dark': string;
504
547
  };
548
+ table: {
549
+ 'rows-per-page': string;
550
+ 'displayed-rows': string;
551
+ 'displayed-rows-empty': string;
552
+ 'rows-count': string;
553
+ 'page-of': string;
554
+ search: string;
555
+ empty: string;
556
+ 'show-filters': string;
557
+ 'hide-filters': string;
558
+ 'clear-filters': string;
559
+ 'first-page': string;
560
+ 'previous-page': string;
561
+ 'next-page': string;
562
+ 'last-page': string;
563
+ };
505
564
  'file-importation': {
506
565
  'cloud-usage-metrics': {
507
566
  title: string;
@@ -912,6 +971,7 @@ export declare const translations: {
912
971
  };
913
972
  billing: {
914
973
  'current-plan': string;
974
+ 'free-plan': string;
915
975
  tier: {
916
976
  FREEMIUM: string;
917
977
  DEFAULT: string;
@@ -991,6 +1051,14 @@ export declare const translations: {
991
1051
  name: string;
992
1052
  description: string;
993
1053
  };
1054
+ 'family-free': {
1055
+ name: string;
1056
+ description: string;
1057
+ };
1058
+ 'family-paid': {
1059
+ name: string;
1060
+ description: string;
1061
+ };
994
1062
  };
995
1063
  'plan-feature': {
996
1064
  PROJECTS_COUNT: string;
@@ -1008,6 +1076,24 @@ export declare const translations: {
1008
1076
  'open-button-tooltip': string;
1009
1077
  };
1010
1078
  };
1079
+ family: {
1080
+ banner: {
1081
+ 'no-family': string;
1082
+ 'no-family-cta': string;
1083
+ 'no-family-sub': string;
1084
+ pending: string;
1085
+ manage: string;
1086
+ 'owner-badge': string;
1087
+ 'coming-soon': string;
1088
+ settings: {
1089
+ 'no-family-description': string;
1090
+ 'join-hint': string;
1091
+ 'pending-description': string;
1092
+ 'active-description': string;
1093
+ 'owner-description': string;
1094
+ };
1095
+ };
1096
+ };
1011
1097
  support: {
1012
1098
  status: {
1013
1099
  OPEN: string;
@@ -1328,6 +1414,22 @@ export declare const translations: {
1328
1414
  title: string;
1329
1415
  content: string;
1330
1416
  };
1417
+ "memories-event-pdf-ready": {
1418
+ title: string;
1419
+ content: string;
1420
+ };
1421
+ "memories-highlight-reel-ready": {
1422
+ title: string;
1423
+ content: string;
1424
+ };
1425
+ "memories-seasonal-compilation-ready": {
1426
+ title: string;
1427
+ content: string;
1428
+ };
1429
+ "memories-content-shared": {
1430
+ title: string;
1431
+ content: string;
1432
+ };
1331
1433
  };
1332
1434
  ABYSS_BANKING: {
1333
1435
  "bank-connection-success": {
@@ -1411,10 +1513,25 @@ export declare const translations: {
1411
1513
  'save-to-cloud': string;
1412
1514
  'quick-sigs': string;
1413
1515
  'quick-texts': string;
1516
+ 'toggle-pages': string;
1517
+ aria: {
1518
+ tools: string;
1519
+ history: string;
1520
+ 'quick-signatures': string;
1521
+ };
1414
1522
  };
1415
1523
  sidebar: {
1416
1524
  pages: string;
1417
1525
  };
1526
+ viewer: {
1527
+ 'zoom-in': string;
1528
+ 'zoom-out': string;
1529
+ 'fit-width': string;
1530
+ 'reset-zoom': string;
1531
+ 'prev-page': string;
1532
+ 'next-page': string;
1533
+ 'page-indicator': string;
1534
+ };
1418
1535
  insert: {
1419
1536
  button: string;
1420
1537
  reading: string;
@@ -1432,6 +1549,7 @@ export declare const translations: {
1432
1549
  };
1433
1550
  action: {
1434
1551
  cancel: string;
1552
+ delete: string;
1435
1553
  };
1436
1554
  error: {
1437
1555
  'load-failed': string;
@@ -1439,6 +1557,7 @@ export declare const translations: {
1439
1557
  };
1440
1558
  text: {
1441
1559
  hint: string;
1560
+ placeholder: string;
1442
1561
  };
1443
1562
  draw: {
1444
1563
  hint: string;
@@ -1453,6 +1572,7 @@ export declare const translations: {
1453
1572
  'add-button': string;
1454
1573
  'apply-all-pages': string;
1455
1574
  'manage-assets': string;
1575
+ 'asset-load-failed': string;
1456
1576
  clear: string;
1457
1577
  'picker-title': string;
1458
1578
  tabs: {
@@ -1517,6 +1637,8 @@ export declare const translations: {
1517
1637
  'fill-fields': {
1518
1638
  empty: string;
1519
1639
  detected: string;
1640
+ flatten: string;
1641
+ 'flatten-hint': string;
1520
1642
  };
1521
1643
  page: {
1522
1644
  inserted: string;
@@ -1642,6 +1764,7 @@ export declare const translations: {
1642
1764
  settings: string;
1643
1765
  billing: string;
1644
1766
  logout: string;
1767
+ family: string;
1645
1768
  };
1646
1769
  scope: {
1647
1770
  personal: string;
@@ -1654,6 +1777,12 @@ export declare const translations: {
1654
1777
  decline: string;
1655
1778
  };
1656
1779
  };
1780
+ 'context-selector': {
1781
+ personal: string;
1782
+ organization: string;
1783
+ projects: string;
1784
+ 'org-entry': string;
1785
+ };
1657
1786
  general: {
1658
1787
  error: string;
1659
1788
  retry: string;
@@ -1700,6 +1829,22 @@ export declare const translations: {
1700
1829
  'theme-light': string;
1701
1830
  'theme-dark': string;
1702
1831
  };
1832
+ table: {
1833
+ 'rows-per-page': string;
1834
+ 'displayed-rows': string;
1835
+ 'displayed-rows-empty': string;
1836
+ 'rows-count': string;
1837
+ 'page-of': string;
1838
+ search: string;
1839
+ empty: string;
1840
+ 'show-filters': string;
1841
+ 'hide-filters': string;
1842
+ 'clear-filters': string;
1843
+ 'first-page': string;
1844
+ 'previous-page': string;
1845
+ 'next-page': string;
1846
+ 'last-page': string;
1847
+ };
1703
1848
  'file-importation': {
1704
1849
  'cloud-usage-metrics': {
1705
1850
  title: string;
@@ -2110,6 +2255,7 @@ export declare const translations: {
2110
2255
  };
2111
2256
  billing: {
2112
2257
  'current-plan': string;
2258
+ 'free-plan': string;
2113
2259
  tier: {
2114
2260
  FREEMIUM: string;
2115
2261
  DEFAULT: string;
@@ -2189,6 +2335,14 @@ export declare const translations: {
2189
2335
  name: string;
2190
2336
  description: string;
2191
2337
  };
2338
+ 'family-free': {
2339
+ name: string;
2340
+ description: string;
2341
+ };
2342
+ 'family-paid': {
2343
+ name: string;
2344
+ description: string;
2345
+ };
2192
2346
  };
2193
2347
  'plan-feature': {
2194
2348
  PROJECTS_COUNT: string;
@@ -2397,6 +2551,24 @@ export declare const translations: {
2397
2551
  ABYSS_TOOLS: string;
2398
2552
  };
2399
2553
  };
2554
+ family: {
2555
+ banner: {
2556
+ 'no-family': string;
2557
+ 'no-family-cta': string;
2558
+ 'no-family-sub': string;
2559
+ pending: string;
2560
+ manage: string;
2561
+ 'owner-badge': string;
2562
+ 'coming-soon': string;
2563
+ settings: {
2564
+ 'no-family-description': string;
2565
+ 'join-hint': string;
2566
+ 'pending-description': string;
2567
+ 'active-description': string;
2568
+ 'owner-description': string;
2569
+ };
2570
+ };
2571
+ };
2400
2572
  };
2401
2573
  };
2402
2574
  export declare const flattenTranslations: {
@@ -1,5 +1,5 @@
1
- import { L as r } from "./index-BpPAOM8y.js";
2
- import { s as e, t as O, a as s, L as X, i as l, f as Y, c as $, j as S, m as o, g as t } from "./index-DgtjymrE.js";
1
+ import { L as r } from "./index-DCJSXRWb.js";
2
+ import { s as e, t as O, a as s, L as X, i as l, f as Y, c as $, j as S, m as o, g as t } from "./index-BOsYmSCD.js";
3
3
  const Z = e({
4
4
  null: O.null,
5
5
  instanceof: O.operatorKeyword,
@@ -1,5 +1,5 @@
1
- import { L as M, E as X, a as h, C as E } from "./index-BpPAOM8y.js";
2
- import { s as A, t as i, E as C, a as J, n as o, L as I, b as B, d as D, e as u, h as K, i as N, f as H, c as g, j as F, m as OO, g as aO, J as j, x as QO, o as iO, I as eO } from "./index-DgtjymrE.js";
1
+ import { L as M, E as X, a as h, C as E } from "./index-DCJSXRWb.js";
2
+ import { s as A, t as i, E as C, a as J, n as o, L as I, b as B, d as D, e as u, h as K, i as N, f as H, c as g, j as F, m as OO, g as aO, J as j, x as QO, o as iO, I as eO } from "./index-BOsYmSCD.js";
3
3
  const $O = 315, rO = 316, v = 1, tO = 2, lO = 3, nO = 4, oO = 317, sO = 319, ZO = 320, PO = 5, pO = 6, cO = 0, q = [
4
4
  9,
5
5
  10,
@@ -1,5 +1,5 @@
1
- import { L as o, E as t } from "./index-BpPAOM8y.js";
2
- import { s, t as Q, a as j, L as x, i as f, f as c, c as a, j as W, m as S, g as l } from "./index-DgtjymrE.js";
1
+ import { L as o, E as t } from "./index-DCJSXRWb.js";
2
+ import { s, t as Q, a as j, L as x, i as f, f as c, c as a, j as W, m as S, g as l } from "./index-BOsYmSCD.js";
3
3
  const r = 1, q = 2, u = 3, n = 82, Z = 76, V = 117, T = 85, z = 97, w = 122, m = 65, b = 90, y = 95, i = 48, Y = 34, v = 40, P = 41, _ = 32, U = 62, p = new t((O) => {
4
4
  if (O.next == Z || O.next == T ? O.advance() : O.next == V && (O.advance(), O.next == i + 8 && O.advance()), O.next != n || (O.advance(), O.next != Y)) return;
5
5
  O.advance();
@@ -1,7 +1,7 @@
1
- import { a as p, L as u, p as n, s as l, t as e } from "./index-DgtjymrE.js";
2
- import { html as m } from "./index-ClzOO_BD.js";
3
- import { javascriptLanguage as b } from "./index-CgrJ7FhF.js";
4
- import { L as S, a as r } from "./index-BpPAOM8y.js";
1
+ import { a as p, L as u, p as n, s as l, t as e } from "./index-BOsYmSCD.js";
2
+ import { html as m } from "./index-DCjRpdx3.js";
3
+ import { javascriptLanguage as b } from "./index-B3Q0CXvH.js";
4
+ import { L as S, a as r } from "./index-DCJSXRWb.js";
5
5
  const c = /* @__PURE__ */ S.deserialize({
6
6
  version: 14,
7
7
  states: "%pOVOWOOObQPOOOpOSO'#C_OOOO'#Cp'#CpQVOWOOQxQPOOO!TQQOOQ!YQPOOOOOO,58y,58yO!_OSO,58yOOOO-E6n-E6nO!dQQO'#CqQ{QPOOO!iQPOOQ{QPOOO!qQPOOOOOO1G.e1G.eOOQO,59],59]OOQO-E6o-E6oO!yOpO'#CiO#RO`O'#CiQOQPOOO#ZO#tO'#CmO#fO!bO'#CmOOQO,59T,59TO#qOpO,59TO#vO`O,59TOOOO'#Cr'#CrO#{O#tO,59XOOQO,59X,59XOOOO'#Cs'#CsO$WO!bO,59XOOQO1G.o1G.oOOOO-E6p-E6pOOQO1G.s1G.sOOOO-E6q-E6q",