@tsiky/components-r19 1.5.7 → 1.6.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/dist/CartesianChart-BGkSJT6t.js +18529 -0
- package/dist/CartesianChart-KB_nIUsI.cjs +134 -0
- package/dist/chart.cjs.js +58 -47
- package/dist/chart.d.ts +3 -2
- package/dist/chart.d.ts.map +1 -1
- package/dist/chart.js +9304 -5786
- package/dist/components-r19.css +1 -1
- package/dist/index.cjs.js +1644 -1633
- package/dist/index.d.ts +16 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +17591 -15183
- package/dist/mockServiceWorker.js +336 -0
- package/dist/move-8i2rW7Z0.cjs +26 -0
- package/dist/move-DFwOHmr2.js +110 -0
- package/dist/src/components/AddItemModal/AddItemModal.d.ts +4 -1
- package/dist/src/components/AddItemModal/AddItemModal.d.ts.map +1 -1
- package/dist/src/components/AreaChartV2/AreaChartV2.d.ts +23 -0
- package/dist/src/components/AreaChartV2/AreaChartV2.d.ts.map +1 -0
- package/dist/src/components/AreaChartV2/index.d.ts +2 -0
- package/dist/src/components/AreaChartV2/index.d.ts.map +1 -0
- package/dist/src/components/ChartV2/ChartV2.d.ts +71 -0
- package/dist/src/components/ChartV2/ChartV2.d.ts.map +1 -0
- package/dist/src/components/ChartV2/index.d.ts +3 -0
- package/dist/src/components/ChartV2/index.d.ts.map +1 -0
- package/dist/src/components/Charts/boxplot-chart/BoxPlotChart.d.ts +3 -0
- package/dist/src/components/Charts/boxplot-chart/BoxPlotChart.d.ts.map +1 -1
- package/dist/src/components/Charts/mixed-chart/MixedChart.d.ts +1 -0
- package/dist/src/components/Charts/mixed-chart/MixedChart.d.ts.map +1 -1
- package/dist/src/components/ComponentVisibilityManager/ComponentVisibilityManager.d.ts.map +1 -1
- package/dist/src/components/DataBoard/DataBoard.d.ts +24 -0
- package/dist/src/components/DataBoard/DataBoard.d.ts.map +1 -0
- package/dist/src/components/DataBoard/index.d.ts +2 -0
- package/dist/src/components/DataBoard/index.d.ts.map +1 -0
- package/dist/src/components/DataFourBoards/DataFourBoards.d.ts +23 -0
- package/dist/src/components/DataFourBoards/DataFourBoards.d.ts.map +1 -0
- package/dist/src/components/DataFourBoards/index.d.ts +2 -0
- package/dist/src/components/DataFourBoards/index.d.ts.map +1 -0
- package/dist/src/components/DatePicker/DatePicker.d.ts +58 -0
- package/dist/src/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/src/components/DatePicker/index.d.ts +2 -0
- package/dist/src/components/DatePicker/index.d.ts.map +1 -0
- package/dist/src/components/DayStatCardV2/DayStatCardV2.d.ts +28 -0
- package/dist/src/components/DayStatCardV2/DayStatCardV2.d.ts.map +1 -0
- package/dist/src/components/DayStatCardV2/index.d.ts +2 -0
- package/dist/src/components/DayStatCardV2/index.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/Pagination.d.ts.map +1 -1
- package/dist/src/components/DynamicTable/TableauDynamique.d.ts +1 -1
- package/dist/src/components/DynamicTable/TableauDynamique.d.ts.map +1 -1
- package/dist/src/components/DynamicTable/TableauDynamiqueSafePagination/TableauDynamiqueSafePagination.d.ts +13 -0
- package/dist/src/components/DynamicTable/TableauDynamiqueSafePagination/TableauDynamiqueSafePagination.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/TableauDynamiqueSafePagination/index.d.ts +2 -0
- package/dist/src/components/DynamicTable/TableauDynamiqueSafePagination/index.d.ts.map +1 -0
- package/dist/src/components/DynamicTable/hooks/useTableData.d.ts.map +1 -1
- package/dist/src/components/DynamicTable/index.d.ts +1 -0
- package/dist/src/components/DynamicTable/index.d.ts.map +1 -1
- package/dist/src/components/FilterBar/FilterBar.d.ts +32 -0
- package/dist/src/components/FilterBar/FilterBar.d.ts.map +1 -0
- package/dist/src/components/FilterBar/index.d.ts +2 -0
- package/dist/src/components/FilterBar/index.d.ts.map +1 -0
- package/dist/src/components/HorizontalBarChart/HorizontalBarChart.d.ts +19 -0
- package/dist/src/components/HorizontalBarChart/HorizontalBarChart.d.ts.map +1 -0
- package/dist/src/components/HorizontalBarChart/index.d.ts +2 -0
- package/dist/src/components/HorizontalBarChart/index.d.ts.map +1 -0
- package/dist/src/components/IndicatorItemV2/IndicatorItemV2.d.ts +20 -0
- package/dist/src/components/IndicatorItemV2/IndicatorItemV2.d.ts.map +1 -0
- package/dist/src/components/IndicatorItemV2/index.d.ts +2 -0
- package/dist/src/components/IndicatorItemV2/index.d.ts.map +1 -0
- package/dist/src/components/Logo/Logo.d.ts.map +1 -1
- package/dist/src/components/NavBar/NavContext.d.ts +11 -0
- package/dist/src/components/NavBar/NavContext.d.ts.map +1 -1
- package/dist/src/components/NavBarV2/NavBarV2.d.ts +42 -0
- package/dist/src/components/NavBarV2/NavBarV2.d.ts.map +1 -0
- package/dist/src/components/NavBarV2/index.d.ts +2 -0
- package/dist/src/components/NavBarV2/index.d.ts.map +1 -0
- package/dist/src/components/NavItemV2/NavItemV2.d.ts +25 -0
- package/dist/src/components/NavItemV2/NavItemV2.d.ts.map +1 -0
- package/dist/src/components/NavItemV2/index.d.ts +2 -0
- package/dist/src/components/NavItemV2/index.d.ts.map +1 -0
- package/dist/src/components/SankeyChartV2/SankeyChartV2.d.ts +26 -0
- package/dist/src/components/SankeyChartV2/SankeyChartV2.d.ts.map +1 -0
- package/dist/src/components/SankeyChartV2/index.d.ts +2 -0
- package/dist/src/components/SankeyChartV2/index.d.ts.map +1 -0
- package/dist/src/components/Select/Select.d.ts +52 -0
- package/dist/src/components/Select/Select.d.ts.map +1 -0
- package/dist/src/components/Select/index.d.ts +3 -0
- package/dist/src/components/Select/index.d.ts.map +1 -0
- package/dist/src/components/ShowDataSwitcher/ShowDataSwitcherButton.d.ts +9 -1
- package/dist/src/components/ShowDataSwitcher/ShowDataSwitcherButton.d.ts.map +1 -1
- package/dist/src/components/SubHeader/SubHeader.d.ts +77 -0
- package/dist/src/components/SubHeader/SubHeader.d.ts.map +1 -0
- package/dist/src/components/SubHeader/SubHeaderContent.d.ts +32 -0
- package/dist/src/components/SubHeader/SubHeaderContent.d.ts.map +1 -0
- package/dist/src/components/SubHeader/SubHeaderNavItem.d.ts +25 -0
- package/dist/src/components/SubHeader/SubHeaderNavItem.d.ts.map +1 -0
- package/dist/src/components/SubHeader/SubHeaderTitle.d.ts +15 -0
- package/dist/src/components/SubHeader/SubHeaderTitle.d.ts.map +1 -0
- package/dist/src/components/SubHeaderContent/SubHeaderContent.d.ts +47 -0
- package/dist/src/components/SubHeaderContent/SubHeaderContent.d.ts.map +1 -0
- package/dist/src/components/SubHeaderContent/SubHeaderNavItem.d.ts +25 -0
- package/dist/src/components/SubHeaderContent/SubHeaderNavItem.d.ts.map +1 -0
- package/dist/src/components/SubHeaderContent/index.d.ts +2 -0
- package/dist/src/components/SubHeaderContent/index.d.ts.map +1 -0
- package/dist/src/components/SubHeaderNavItem/SubHeaderNavItem.d.ts +30 -0
- package/dist/src/components/SubHeaderNavItem/SubHeaderNavItem.d.ts.map +1 -0
- package/dist/src/components/SubHeaderNavItem/index.d.ts +2 -0
- package/dist/src/components/SubHeaderNavItem/index.d.ts.map +1 -0
- package/dist/src/components/SubHeaderTitle/SubHeaderTitle.d.ts +22 -0
- package/dist/src/components/SubHeaderTitle/SubHeaderTitle.d.ts.map +1 -0
- package/dist/src/components/SubHeaderTitle/index.d.ts +2 -0
- package/dist/src/components/SubHeaderTitle/index.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/Filters.d.ts +12 -0
- package/dist/src/components/TableauxComponent/Filters.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/Pagination.d.ts +18 -0
- package/dist/src/components/TableauxComponent/Pagination.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/TableBody.d.ts +12 -0
- package/dist/src/components/TableauxComponent/TableBody.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/TableHeader.d.ts +10 -0
- package/dist/src/components/TableauxComponent/TableHeader.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/TableLayout.d.ts +4 -0
- package/dist/src/components/TableauxComponent/TableLayout.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/TimelineRenderer.d.ts +8 -0
- package/dist/src/components/TableauxComponent/TimelineRenderer.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/index.d.ts +5 -0
- package/dist/src/components/TableauxComponent/index.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/types.d.ts +102 -0
- package/dist/src/components/TableauxComponent/types.d.ts.map +1 -0
- package/dist/src/components/TableauxComponent/useTableLogic.d.ts +19 -0
- package/dist/src/components/TableauxComponent/useTableLogic.d.ts.map +1 -0
- package/dist/src/components/ThemeSwitcher/ThemeSwitcher.d.ts +14 -0
- package/dist/src/components/ThemeSwitcher/ThemeSwitcher.d.ts.map +1 -0
- package/dist/src/components/ThemeSwitcher/index.d.ts +2 -0
- package/dist/src/components/ThemeSwitcher/index.d.ts.map +1 -0
- package/dist/src/components/TranslationKey/TranslationKey.d.ts +2 -1
- package/dist/src/components/TranslationKey/TranslationKey.d.ts.map +1 -1
- package/dist/src/components/UserInfo/UserInfo.d.ts +34 -0
- package/dist/src/components/UserInfo/UserInfo.d.ts.map +1 -0
- package/dist/src/components/UserInfo/index.d.ts +2 -0
- package/dist/src/components/UserInfo/index.d.ts.map +1 -0
- package/package.json +100 -89
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeSwitcher.d.ts","sourceRoot":"","sources":["../../../../src/components/ThemeSwitcher/ThemeSwitcher.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAiFtD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ThemeSwitcher/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
|
|
@@ -12,11 +12,12 @@ interface TranslationKeyProps {
|
|
|
12
12
|
name: string;
|
|
13
13
|
}[];
|
|
14
14
|
onDeleteKey?: (keyName: string) => void;
|
|
15
|
-
onEditKey?: (oldKey: string, newKey: string) =>
|
|
15
|
+
onEditKey?: (oldKey: string, newKey: string) => Promise<'ok' | 'duplicate-same' | 'duplicate-other'>;
|
|
16
16
|
onEditTranslation?: (keyName: string, language: string, newValue: string) => void;
|
|
17
17
|
onDeleteTranslation?: (keyName: string, language: string) => void;
|
|
18
18
|
onAddTranslation?: (keyName: string, language: string, value: string) => void;
|
|
19
19
|
draggable?: boolean;
|
|
20
|
+
checkDuplicateLocal?: (newName: string, oldKey: string) => boolean;
|
|
20
21
|
}
|
|
21
22
|
export declare const TranslationKey: React.FC<TranslationKeyProps>;
|
|
22
23
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TranslationKey.d.ts","sourceRoot":"","sources":["../../../../src/components/TranslationKey/TranslationKey.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,sBAAsB,CAAC;AAG9B,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,mBAAmB;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,WAAW,EAAE,CAAC;IAC5B,kBAAkB,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACrD,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,SAAS,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"TranslationKey.d.ts","sourceRoot":"","sources":["../../../../src/components/TranslationKey/TranslationKey.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,sBAAsB,CAAC;AAG9B,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,mBAAmB;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,WAAW,EAAE,CAAC;IAC5B,kBAAkB,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACrD,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,SAAS,CAAC,EAAE,CACV,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,KACX,OAAO,CAAC,IAAI,GAAG,gBAAgB,GAAG,iBAAiB,CAAC,CAAC;IAC1D,iBAAiB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAClF,mBAAmB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9E,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mBAAmB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC;CACpE;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAwTxD,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React, { CSSProperties } from 'react';
|
|
2
|
+
import { User } from '../NavBar/NavContext';
|
|
3
|
+
import './UserInfo.css';
|
|
4
|
+
export interface UserInfoProps {
|
|
5
|
+
user?: User;
|
|
6
|
+
/** URL de déconnexion (remplace onLogout) */
|
|
7
|
+
logoutHref?: string;
|
|
8
|
+
/** Comportement d'ouverture du lien de déconnexion (par défaut: _self) */
|
|
9
|
+
logoutTarget?: '_self' | '_blank' | '_parent' | '_top';
|
|
10
|
+
/** Fonction de déconnexion alternative (si logoutHref n'est pas fourni) */
|
|
11
|
+
onLogout?: () => void;
|
|
12
|
+
/** URL vers la page de profil de l'utilisateur */
|
|
13
|
+
profileHref?: string;
|
|
14
|
+
/** Comportement d'ouverture du lien de profil (par défaut: _self) */
|
|
15
|
+
profileLinkTarget?: '_self' | '_blank' | '_parent' | '_top';
|
|
16
|
+
backgroundColor?: string;
|
|
17
|
+
textColor?: string;
|
|
18
|
+
roleColor?: string;
|
|
19
|
+
avatarSize?: string;
|
|
20
|
+
padding?: string;
|
|
21
|
+
gap?: string;
|
|
22
|
+
style?: CSSProperties;
|
|
23
|
+
className?: string;
|
|
24
|
+
emailFontSize?: string;
|
|
25
|
+
emailFontWeight?: number | string;
|
|
26
|
+
roleFontSize?: string;
|
|
27
|
+
roleFontWeight?: number | string;
|
|
28
|
+
logoutOpacity?: number;
|
|
29
|
+
/** Avatar default */
|
|
30
|
+
avatarColor?: string;
|
|
31
|
+
backgroundColorAvatar?: string;
|
|
32
|
+
}
|
|
33
|
+
export declare const UserInfo: React.FC<UserInfoProps>;
|
|
34
|
+
//# sourceMappingURL=UserInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/UserInfo/UserInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,EAAiB,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,gBAAgB,CAAC;AAExB,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ,6CAA6C;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0EAA0E;IAC1E,YAAY,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;IACvD,2EAA2E;IAC3E,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtB,kDAAkD;IAClD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qEAAqE;IACrE,iBAAiB,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;IAE5D,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAEjC,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,qBAAqB;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA+N5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/UserInfo/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,89 +1,100 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@tsiky/components-r19",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"dev": "vite",
|
|
7
|
-
"build": "npm run build:types && npm run build:js",
|
|
8
|
-
"build:types": "tsc -b tsconfig.app.json --emitDeclarationOnly",
|
|
9
|
-
"build:js": "vite build --config vite.lib.config.ts",
|
|
10
|
-
"lint": "eslint . --fix",
|
|
11
|
-
"format": "prettier --write .",
|
|
12
|
-
"preview": "vite preview",
|
|
13
|
-
"storybook": "storybook dev -p 6006",
|
|
14
|
-
"build-storybook": "storybook build",
|
|
15
|
-
"prepublishOnly": "npm run build",
|
|
16
|
-
"type-check": "tsc --noEmit"
|
|
17
|
-
},
|
|
18
|
-
"main": "./dist/index.cjs.js",
|
|
19
|
-
"module": "./dist/index.js",
|
|
20
|
-
"types": "./dist/index.d.ts",
|
|
21
|
-
"style": "dist/components-r19.css",
|
|
22
|
-
"exports": {
|
|
23
|
-
".": {
|
|
24
|
-
"types": "./dist/index.d.ts",
|
|
25
|
-
"import": "./dist/index.js",
|
|
26
|
-
"require": "./dist/index.cjs.js"
|
|
27
|
-
},
|
|
28
|
-
"./chart": {
|
|
29
|
-
"types": "./dist/chart.d.ts",
|
|
30
|
-
"import": "./dist/chart.js",
|
|
31
|
-
"require": "./dist/chart.cjs.js"
|
|
32
|
-
},
|
|
33
|
-
"./components-r19.css": "./dist/components-r19.css",
|
|
34
|
-
"./package.json": "./package.json"
|
|
35
|
-
},
|
|
36
|
-
"files": [
|
|
37
|
-
"dist"
|
|
38
|
-
],
|
|
39
|
-
"peerDependencies": {
|
|
40
|
-
"react": "^19.1.0",
|
|
41
|
-
"react-dom": "^19.1.0",
|
|
42
|
-
"styled-components": "^6.1.19"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@nivo/core": "^0.99.0",
|
|
46
|
-
"@nivo/sankey": "^0.99.0",
|
|
47
|
-
"ag-charts-react": "^12.2.0",
|
|
48
|
-
"apexsankey": "^1.2.5",
|
|
49
|
-
"chart.js": "^4.5.0",
|
|
50
|
-
"chartjs-chart-sankey": "^0.14.0",
|
|
51
|
-
"framer-motion": "^12.23.24",
|
|
52
|
-
"lucide-react": "^0.540.0",
|
|
53
|
-
"react-apexcharts": "^1.8.0",
|
|
54
|
-
"react-chartjs-2": "^5.3.0"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@storybook/addon-
|
|
61
|
-
"@storybook/addon-
|
|
62
|
-
"@storybook/addon-
|
|
63
|
-
"@storybook/
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
67
|
-
"@types/
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"eslint
|
|
75
|
-
"eslint-
|
|
76
|
-
"eslint-plugin-
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"storybook": "^
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@tsiky/components-r19",
|
|
3
|
+
"version": "1.6.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"dev": "vite",
|
|
7
|
+
"build": "npm run build:types && npm run build:js",
|
|
8
|
+
"build:types": "tsc -b tsconfig.app.json --emitDeclarationOnly",
|
|
9
|
+
"build:js": "vite build --config vite.lib.config.ts",
|
|
10
|
+
"lint": "eslint . --fix",
|
|
11
|
+
"format": "prettier --write .",
|
|
12
|
+
"preview": "vite preview",
|
|
13
|
+
"storybook": "storybook dev -p 6006",
|
|
14
|
+
"build-storybook": "storybook build",
|
|
15
|
+
"prepublishOnly": "npm run build",
|
|
16
|
+
"type-check": "tsc --noEmit"
|
|
17
|
+
},
|
|
18
|
+
"main": "./dist/index.cjs.js",
|
|
19
|
+
"module": "./dist/index.js",
|
|
20
|
+
"types": "./dist/index.d.ts",
|
|
21
|
+
"style": "dist/components-r19.css",
|
|
22
|
+
"exports": {
|
|
23
|
+
".": {
|
|
24
|
+
"types": "./dist/index.d.ts",
|
|
25
|
+
"import": "./dist/index.js",
|
|
26
|
+
"require": "./dist/index.cjs.js"
|
|
27
|
+
},
|
|
28
|
+
"./chart": {
|
|
29
|
+
"types": "./dist/chart.d.ts",
|
|
30
|
+
"import": "./dist/chart.js",
|
|
31
|
+
"require": "./dist/chart.cjs.js"
|
|
32
|
+
},
|
|
33
|
+
"./components-r19.css": "./dist/components-r19.css",
|
|
34
|
+
"./package.json": "./package.json"
|
|
35
|
+
},
|
|
36
|
+
"files": [
|
|
37
|
+
"dist"
|
|
38
|
+
],
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"react": "^19.1.0",
|
|
41
|
+
"react-dom": "^19.1.0",
|
|
42
|
+
"styled-components": "^6.1.19"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@nivo/core": "^0.99.0",
|
|
46
|
+
"@nivo/sankey": "^0.99.0",
|
|
47
|
+
"ag-charts-react": "^12.2.0",
|
|
48
|
+
"apexsankey": "^1.2.5",
|
|
49
|
+
"chart.js": "^4.5.0",
|
|
50
|
+
"chartjs-chart-sankey": "^0.14.0",
|
|
51
|
+
"framer-motion": "^12.23.24",
|
|
52
|
+
"lucide-react": "^0.540.0",
|
|
53
|
+
"react-apexcharts": "^1.8.0",
|
|
54
|
+
"react-chartjs-2": "^5.3.0",
|
|
55
|
+
"recharts": "^3.6.0"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@chromatic-com/storybook": "^4.1.0",
|
|
59
|
+
"@eslint/js": "^9.30.1",
|
|
60
|
+
"@storybook/addon-a11y": "^9.1.0",
|
|
61
|
+
"@storybook/addon-docs": "^9.1.0",
|
|
62
|
+
"@storybook/addon-onboarding": "^9.1.0",
|
|
63
|
+
"@storybook/addon-vitest": "^9.1.0",
|
|
64
|
+
"@storybook/react-vite": "^9.1.0",
|
|
65
|
+
"@svgr/plugin-prettier": "^8.1.0",
|
|
66
|
+
"@svgr/plugin-svgo": "^8.1.0",
|
|
67
|
+
"@types/lodash": "^4.17.20",
|
|
68
|
+
"@types/react": "^19.1.8",
|
|
69
|
+
"@types/react-dom": "^19.1.6",
|
|
70
|
+
"@types/styled-components": "^5.1.34",
|
|
71
|
+
"@vitejs/plugin-react": "^4.6.0",
|
|
72
|
+
"@vitest/browser": "^3.2.4",
|
|
73
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
74
|
+
"eslint": "^9.30.1",
|
|
75
|
+
"eslint-config-prettier": "^10.1.8",
|
|
76
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
77
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
78
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
79
|
+
"eslint-plugin-storybook": "^9.1.0",
|
|
80
|
+
"globals": "^16.3.0",
|
|
81
|
+
"msw": "^2.12.7",
|
|
82
|
+
"msw-storybook-addon": "^2.0.6",
|
|
83
|
+
"playwright": "^1.54.2",
|
|
84
|
+
"prettier": "^3.6.2",
|
|
85
|
+
"react": "^19.1.0",
|
|
86
|
+
"react-dom": "^19.1.0",
|
|
87
|
+
"storybook": "^9.1.0",
|
|
88
|
+
"styled-components": "^6.1.19",
|
|
89
|
+
"typescript": "~5.8.3",
|
|
90
|
+
"typescript-eslint": "^8.35.1",
|
|
91
|
+
"vite": "^7.0.4",
|
|
92
|
+
"vite-plugin-svgr": "^4.5.0",
|
|
93
|
+
"vitest": "^3.2.4"
|
|
94
|
+
},
|
|
95
|
+
"msw": {
|
|
96
|
+
"workerDirectory": [
|
|
97
|
+
"public"
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
}
|