@abyss-project/commons-front-core 1.0.147 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -30
- package/declaration.d.ts +13 -13
- package/dist/{CookieConsentSettings.component-Dkw8Ye0E.js → CookieConsentSettings.component-Dqbo9N8Y.js} +234 -124
- package/dist/components/Chips/ApplicationSentinelTypeChip/ApplicationSentinelTypeChip.component.d.ts +3 -5
- package/dist/components/Chips/ApplicationWebhookTypeChip/ApplicationWebhookTypeChip.component.d.ts +3 -5
- package/dist/components/Chips/LogTypeChip/LogTypeChip.component.d.ts +3 -5
- package/dist/components/Chips/ProjectStatusChip/ProjectStatusChip.component.d.ts +3 -5
- package/dist/components/Chips/WebhookResponseCodeChip/WebhookResponseCodeChip.component.d.ts +3 -6
- package/dist/components/Chips/WebhookTypeChip/WebhookTypeChip.component.d.ts +3 -5
- package/dist/components/Inputs/AbyssDatePicker/AbyssDatePicker.component.d.ts +3 -4
- package/dist/components/Inputs/AbyssDateTimePicker/AbyssDateTimePicker.component.d.ts +3 -4
- package/dist/components/Inputs/ColorPalette/ColorPalette.component.d.ts +1 -0
- package/dist/components/Modals/UserSettingsModal/UserSettings.compat.d.ts +0 -2
- package/dist/components/Modals/UserSettingsModal/UserSettingsModal.component.d.ts +0 -2
- package/dist/components/PdfEditor/hooks/use-pdf-document.d.ts +6 -1
- package/dist/components/PdfEditor/operations/actions.d.ts +1 -0
- package/dist/components/PdfEditor/operations/compute-page-order.d.ts +4 -0
- package/dist/components/PdfEditor/operations/extract.d.ts +2 -0
- package/dist/components/PdfEditor/operations/extract.spec.d.ts +1 -0
- package/dist/components/PdfEditor/operations/rasterize.d.ts +3 -0
- package/dist/components/PdfEditor/operations/redact.d.ts +9 -0
- package/dist/components/PdfEditor/operations/redact.spec.d.ts +1 -0
- package/dist/components/PdfEditor/tools/RedactTool.d.ts +2 -0
- package/dist/components/PdfEditor/tools/ShapeTool.d.ts +17 -0
- package/dist/components/PdfEditor/tools/TextTool.d.ts +11 -1
- package/dist/components/PdfEditor/tools/Toolbar.d.ts +11 -0
- package/dist/components/PdfEditor/tools/tool-options-ui.d.ts +4 -0
- package/dist/components/PdfEditor/types.d.ts +55 -3
- package/dist/components/PdfEditor/viewer/PageOverlay.d.ts +7 -2
- package/dist/components/PdfEditor/viewer/PdfCanvas.d.ts +4 -0
- package/dist/components/PdfEditor/viewer/ViewerControls.d.ts +2 -0
- package/dist/components/Spotlight/ProjectCard/ProjectCard.component.d.ts +2 -4
- package/dist/components/Spotlight/ProjectLinkSelector/ProjectLinkSelector.component.d.ts +2 -4
- package/dist/components/Support/SupportCategoryChip.component.d.ts +0 -1
- package/dist/components/Support/types.d.ts +2 -0
- package/dist/cookie-consent.js +1 -1
- package/dist/hooks/use-rich-intl.hook.d.ts +67 -1494
- package/dist/{index-DCJSXRWb.js → index-9JIy7Djb.js} +1 -1
- package/dist/{index-BOsYmSCD.js → index-BAuonW3N.js} +32974 -32421
- package/dist/{index-BHkn2ltL.js → index-BOtrcw1j.js} +2 -2
- package/dist/{index-HwfQ82MI.js → index-BPJVReI0.js} +2 -2
- package/dist/{index-BL7GRhPa.js → index-BXZfTf55.js} +4 -4
- package/dist/{index-EZoUoL9o.js → index-BYLT28lc.js} +3 -3
- package/dist/{index-Cx0vAIWv.js → index-BYwHCIWy.js} +2 -2
- package/dist/{index-Dn-WBCKE.js → index-BgmzPVRb.js} +2 -2
- package/dist/{index-B3Q0CXvH.js → index-BpK4Invo.js} +2 -2
- package/dist/{index-DayoEcuw.js → index-CFDZ3MU0.js} +2 -2
- package/dist/{index-CrfvkYYN.js → index-CH4t9QXm.js} +2 -2
- package/dist/{index-C2KsBRfQ.js → index-CHx1H8aR.js} +2 -2
- package/dist/{index-CaN4t0Xc.js → index-CWbky7lZ.js} +2 -2
- package/dist/{index-GG9dANvs.js → index-CdyQkcro.js} +4 -4
- package/dist/{index-DFfm18gp.js → index-ChracZ7Y.js} +2 -2
- package/dist/{index-DCjRpdx3.js → index-D-lUzl7L.js} +4 -4
- package/dist/{index-2CKJrPca.js → index-DA-Al57V.js} +2 -2
- package/dist/{index-BqukycfU.js → index-DQA1qMA-.js} +3 -3
- package/dist/{index-DBRSsvnV.js → index-DsGlqSMc.js} +2 -2
- package/dist/{index-BW9Bye_5.js → index-Dwu4v8nG.js} +3 -3
- package/dist/{index-D8zo5pJ7.js → index-JwdWWKbV.js} +3 -3
- package/dist/{index-xJbVPHgr.js → index-nCkskgkm.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/translations/en.d.ts +66 -11
- package/dist/translations/fr.d.ts +66 -11
- package/dist/utils/color.utils.d.ts +0 -1
- package/package.json +3 -4
- package/tsconfig.json +35 -35
- package/vite.config.ts +75 -75
- package/vitest.config.ts +14 -14
- package/.claude/settings.local.json +0 -7
package/README.md
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
# Abyss Commons Front Core
|
|
2
|
-
|
|
3
|
-
`@abyss-project/commons-front-core`
|
|
4
|
-
|
|
5
|
-
Composants React, hooks, design system et traductions partagés par les frontends Abyss.
|
|
6
|
-
|
|
7
|
-
_Shared React components, hooks, design system and translations for Abyss frontends._
|
|
8
|
-
|
|
9
|
-
## Installation
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
npm install @abyss-project/commons-front-core
|
|
13
|
-
# or
|
|
14
|
-
pnpm add @abyss-project/commons-front-core
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## Liens
|
|
18
|
-
|
|
19
|
-
- **Documentation** : [https://docs.abyss-project.fr/abyss-project](https://docs.abyss-project.fr/abyss-project)
|
|
20
|
-
- **NPM** : [@abyss-project/commons-front-core](https://www.npmjs.com/package/@abyss-project/commons-front-core)
|
|
21
|
-
- **Application Abyss** : [app.abyss-project.fr](https://app.abyss-project.fr)
|
|
22
|
-
- **Statut des services** : [status.abyss-project.fr](https://status.abyss-project.fr)
|
|
23
|
-
|
|
24
|
-
## Usage
|
|
25
|
-
|
|
26
|
-
Voir la [documentation produit](https://docs.abyss-project.fr/abyss-project) pour les guides d'utilisation, la configuration du Core, les exemples d'appel et la référence des permissions.
|
|
27
|
-
|
|
28
|
-
## Support
|
|
29
|
-
|
|
30
|
-
Pour toute demande, ouvrir un ticket depuis [l'application Abyss](https://app.abyss-project.fr/dashboard/my-account/ticket/create).
|
|
1
|
+
# Abyss Commons Front Core
|
|
2
|
+
|
|
3
|
+
`@abyss-project/commons-front-core`
|
|
4
|
+
|
|
5
|
+
Composants React, hooks, design system et traductions partagés par les frontends Abyss.
|
|
6
|
+
|
|
7
|
+
_Shared React components, hooks, design system and translations for Abyss frontends._
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npm install @abyss-project/commons-front-core
|
|
13
|
+
# or
|
|
14
|
+
pnpm add @abyss-project/commons-front-core
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Liens
|
|
18
|
+
|
|
19
|
+
- **Documentation** : [https://docs.abyss-project.fr/abyss-project](https://docs.abyss-project.fr/abyss-project)
|
|
20
|
+
- **NPM** : [@abyss-project/commons-front-core](https://www.npmjs.com/package/@abyss-project/commons-front-core)
|
|
21
|
+
- **Application Abyss** : [app.abyss-project.fr](https://app.abyss-project.fr)
|
|
22
|
+
- **Statut des services** : [status.abyss-project.fr](https://status.abyss-project.fr)
|
|
23
|
+
|
|
24
|
+
## Usage
|
|
25
|
+
|
|
26
|
+
Voir la [documentation produit](https://docs.abyss-project.fr/abyss-project) pour les guides d'utilisation, la configuration du Core, les exemples d'appel et la référence des permissions.
|
|
27
|
+
|
|
28
|
+
## Support
|
|
29
|
+
|
|
30
|
+
Pour toute demande, ouvrir un ticket depuis [l'application Abyss](https://app.abyss-project.fr/dashboard/my-account/ticket/create).
|
package/declaration.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
declare module '*.svg' {
|
|
2
|
-
import React from 'react';
|
|
3
|
-
const SVG: React.VFC<React.SVGProps<SVGSVGElement>>;
|
|
4
|
-
export default SVG;
|
|
5
|
-
}
|
|
6
|
-
declare module '*.png' {
|
|
7
|
-
const src: string;
|
|
8
|
-
export default src;
|
|
9
|
-
}
|
|
10
|
-
declare module '*.mp3' {
|
|
11
|
-
const src: string;
|
|
12
|
-
export default src;
|
|
13
|
-
}
|
|
1
|
+
declare module '*.svg' {
|
|
2
|
+
import React from 'react';
|
|
3
|
+
const SVG: React.VFC<React.SVGProps<SVGSVGElement>>;
|
|
4
|
+
export default SVG;
|
|
5
|
+
}
|
|
6
|
+
declare module '*.png' {
|
|
7
|
+
const src: string;
|
|
8
|
+
export default src;
|
|
9
|
+
}
|
|
10
|
+
declare module '*.mp3' {
|
|
11
|
+
const src: string;
|
|
12
|
+
export default src;
|
|
13
|
+
}
|