@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
@@ -27,10 +27,25 @@ declare const _default: {
27
27
  'save-to-cloud': string;
28
28
  'quick-sigs': string;
29
29
  'quick-texts': string;
30
+ 'toggle-pages': string;
31
+ aria: {
32
+ tools: string;
33
+ history: string;
34
+ 'quick-signatures': string;
35
+ };
30
36
  };
31
37
  sidebar: {
32
38
  pages: string;
33
39
  };
40
+ viewer: {
41
+ 'zoom-in': string;
42
+ 'zoom-out': string;
43
+ 'fit-width': string;
44
+ 'reset-zoom': string;
45
+ 'prev-page': string;
46
+ 'next-page': string;
47
+ 'page-indicator': string;
48
+ };
34
49
  insert: {
35
50
  button: string;
36
51
  reading: string;
@@ -48,6 +63,7 @@ declare const _default: {
48
63
  };
49
64
  action: {
50
65
  cancel: string;
66
+ delete: string;
51
67
  };
52
68
  error: {
53
69
  'load-failed': string;
@@ -55,6 +71,7 @@ declare const _default: {
55
71
  };
56
72
  text: {
57
73
  hint: string;
74
+ placeholder: string;
58
75
  };
59
76
  draw: {
60
77
  hint: string;
@@ -69,6 +86,7 @@ declare const _default: {
69
86
  'add-button': string;
70
87
  'apply-all-pages': string;
71
88
  'manage-assets': string;
89
+ 'asset-load-failed': string;
72
90
  clear: string;
73
91
  'picker-title': string;
74
92
  tabs: {
@@ -133,6 +151,8 @@ declare const _default: {
133
151
  'fill-fields': {
134
152
  empty: string;
135
153
  detected: string;
154
+ flatten: string;
155
+ 'flatten-hint': string;
136
156
  };
137
157
  page: {
138
158
  inserted: string;
@@ -258,6 +278,7 @@ declare const _default: {
258
278
  settings: string;
259
279
  billing: string;
260
280
  logout: string;
281
+ family: string;
261
282
  };
262
283
  scope: {
263
284
  personal: string;
@@ -270,6 +291,12 @@ declare const _default: {
270
291
  decline: string;
271
292
  };
272
293
  };
294
+ 'context-selector': {
295
+ personal: string;
296
+ organization: string;
297
+ projects: string;
298
+ 'org-entry': string;
299
+ };
273
300
  general: {
274
301
  error: string;
275
302
  retry: string;
@@ -316,6 +343,22 @@ declare const _default: {
316
343
  'theme-light': string;
317
344
  'theme-dark': string;
318
345
  };
346
+ table: {
347
+ 'rows-per-page': string;
348
+ 'displayed-rows': string;
349
+ 'displayed-rows-empty': string;
350
+ 'rows-count': string;
351
+ 'page-of': string;
352
+ search: string;
353
+ empty: string;
354
+ 'show-filters': string;
355
+ 'hide-filters': string;
356
+ 'clear-filters': string;
357
+ 'first-page': string;
358
+ 'previous-page': string;
359
+ 'next-page': string;
360
+ 'last-page': string;
361
+ };
319
362
  'file-importation': {
320
363
  'cloud-usage-metrics': {
321
364
  title: string;
@@ -726,6 +769,7 @@ declare const _default: {
726
769
  };
727
770
  billing: {
728
771
  'current-plan': string;
772
+ 'free-plan': string;
729
773
  tier: {
730
774
  FREEMIUM: string;
731
775
  DEFAULT: string;
@@ -805,6 +849,14 @@ declare const _default: {
805
849
  name: string;
806
850
  description: string;
807
851
  };
852
+ 'family-free': {
853
+ name: string;
854
+ description: string;
855
+ };
856
+ 'family-paid': {
857
+ name: string;
858
+ description: string;
859
+ };
808
860
  };
809
861
  'plan-feature': {
810
862
  PROJECTS_COUNT: string;
@@ -822,6 +874,24 @@ declare const _default: {
822
874
  'open-button-tooltip': string;
823
875
  };
824
876
  };
877
+ family: {
878
+ banner: {
879
+ 'no-family': string;
880
+ 'no-family-cta': string;
881
+ 'no-family-sub': string;
882
+ pending: string;
883
+ manage: string;
884
+ 'owner-badge': string;
885
+ 'coming-soon': string;
886
+ settings: {
887
+ 'no-family-description': string;
888
+ 'join-hint': string;
889
+ 'pending-description': string;
890
+ 'active-description': string;
891
+ 'owner-description': string;
892
+ };
893
+ };
894
+ };
825
895
  support: {
826
896
  status: {
827
897
  OPEN: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/commons-front-core",
3
- "version": "1.0.144",
3
+ "version": "1.0.147",
4
4
  "description": "Front Core package of AbyssProject",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -54,11 +54,11 @@
54
54
  "react-intl": "^6.2.5",
55
55
  "react-router-dom": "^6.15.0",
56
56
  "zustand": "^5.0.0",
57
- "@abyss-project/main": "1.0.119"
57
+ "@abyss-project/main": "1.0.131"
58
58
  },
59
59
  "dependencies": {
60
60
  "@abyss-project/banking": "^1.1.0",
61
- "@abyss-project/cloud": "^2.0.0",
61
+ "@abyss-project/cloud": "^2.0.1",
62
62
  "@abyss-project/crypt": "^1.0.9",
63
63
  "@abyss-project/form": "^1.0.13",
64
64
  "@abyss-project/memories": "^1.0.12",
@@ -96,7 +96,7 @@
96
96
  "pdf-lib": "^1.17.1",
97
97
  "pdfjs-dist": "^4.10.38",
98
98
  "yup": "^0.32.11",
99
- "@abyss-project/main": "1.0.119"
99
+ "@abyss-project/main": "1.0.131"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@types/byte-size": "^8.1.0",