@tsiky/components-r19 1.4.3 → 1.5.0

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/index.js CHANGED
@@ -41870,7 +41870,7 @@ const Q5e = ({
41870
41870
  )) }) })
41871
41871
  ] })
41872
41872
  ] });
41873
- }, a5e = "_container_uq7pt_1", n5e = "_item_uq7pt_7", o5e = "_mainValue_uq7pt_13", c5e = "_label_uq7pt_17", i5e = "_subValue_uq7pt_22", r5e = "_subValueWrapper_uq7pt_27", s5e = "_subSeparator_uq7pt_32", ye = {
41873
+ }, a5e = "_container_1exkw_1", n5e = "_item_1exkw_13", o5e = "_mainValue_1exkw_25", c5e = "_label_1exkw_33", i5e = "_subValue_1exkw_43", r5e = "_subValueWrapper_1exkw_53", s5e = "_subSeparator_1exkw_63", ye = {
41874
41874
  container: a5e,
41875
41875
  item: n5e,
41876
41876
  mainValue: o5e,
package/package.json CHANGED
@@ -1,89 +1,89 @@
1
- {
2
- "name": "@tsiky/components-r19",
3
- "version": "1.4.3",
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
- "devDependencies": {
57
- "@chromatic-com/storybook": "^4.1.0",
58
- "@eslint/js": "^9.30.1",
59
- "@storybook/addon-a11y": "^9.1.0",
60
- "@storybook/addon-docs": "^9.1.0",
61
- "@storybook/addon-onboarding": "^9.1.0",
62
- "@storybook/addon-vitest": "^9.1.0",
63
- "@storybook/react-vite": "^9.1.0",
64
- "@types/lodash": "^4.17.20",
65
- "@types/react": "^19.1.8",
66
- "@types/react-dom": "^19.1.6",
67
- "@types/styled-components": "^5.1.34",
68
- "@vitejs/plugin-react": "^4.6.0",
69
- "@vitest/browser": "^3.2.4",
70
- "@vitest/coverage-v8": "^3.2.4",
71
- "eslint": "^9.30.1",
72
- "eslint-config-prettier": "^10.1.8",
73
- "eslint-plugin-prettier": "^5.5.4",
74
- "eslint-plugin-react-hooks": "^5.2.0",
75
- "eslint-plugin-react-refresh": "^0.4.20",
76
- "eslint-plugin-storybook": "^9.1.0",
77
- "globals": "^16.3.0",
78
- "playwright": "^1.54.2",
79
- "prettier": "^3.6.2",
80
- "react": "^19.1.0",
81
- "react-dom": "^19.1.0",
82
- "storybook": "^9.1.0",
83
- "styled-components": "^6.1.19",
84
- "typescript": "~5.8.3",
85
- "typescript-eslint": "^8.35.1",
86
- "vite": "^7.0.4",
87
- "vitest": "^3.2.4"
88
- }
89
- }
1
+ {
2
+ "name": "@tsiky/components-r19",
3
+ "version": "1.5.0",
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
+ "devDependencies": {
57
+ "@chromatic-com/storybook": "^4.1.0",
58
+ "@eslint/js": "^9.30.1",
59
+ "@storybook/addon-a11y": "^9.1.0",
60
+ "@storybook/addon-docs": "^9.1.0",
61
+ "@storybook/addon-onboarding": "^9.1.0",
62
+ "@storybook/addon-vitest": "^9.1.0",
63
+ "@storybook/react-vite": "^9.1.0",
64
+ "@types/lodash": "^4.17.20",
65
+ "@types/react": "^19.1.8",
66
+ "@types/react-dom": "^19.1.6",
67
+ "@types/styled-components": "^5.1.34",
68
+ "@vitejs/plugin-react": "^4.6.0",
69
+ "@vitest/browser": "^3.2.4",
70
+ "@vitest/coverage-v8": "^3.2.4",
71
+ "eslint": "^9.30.1",
72
+ "eslint-config-prettier": "^10.1.8",
73
+ "eslint-plugin-prettier": "^5.5.4",
74
+ "eslint-plugin-react-hooks": "^5.2.0",
75
+ "eslint-plugin-react-refresh": "^0.4.20",
76
+ "eslint-plugin-storybook": "^9.1.0",
77
+ "globals": "^16.3.0",
78
+ "playwright": "^1.54.2",
79
+ "prettier": "^3.6.2",
80
+ "react": "^19.1.0",
81
+ "react-dom": "^19.1.0",
82
+ "storybook": "^9.1.0",
83
+ "styled-components": "^6.1.19",
84
+ "typescript": "~5.8.3",
85
+ "typescript-eslint": "^8.35.1",
86
+ "vite": "^7.0.4",
87
+ "vitest": "^3.2.4"
88
+ }
89
+ }