sag_components 2.0.0-beta37 → 2.0.0-beta39
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.
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
export const LinnerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
|
|
1
|
+
export const LinnerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
+
}>, never>, never>> & string;
|
|
2
4
|
export const DataBoxWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
5
|
export const DataBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
6
|
export const DataBoxTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sag_components",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta39",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -20,39 +20,45 @@
|
|
|
20
20
|
"author": "SAG",
|
|
21
21
|
"license": "ISC",
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
|
|
24
|
-
"@babel/plugin-external-helpers": "^7.25.9",
|
|
25
|
-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
26
|
-
"@babel/plugin-transform-runtime": "^7.26.9",
|
|
23
|
+
|
|
27
24
|
"@babel/preset-env": "^7.24.5",
|
|
28
25
|
"@babel/preset-react": "^7.24.1",
|
|
29
26
|
"@babel/preset-typescript": "^7.24.1",
|
|
30
|
-
"
|
|
27
|
+
"react-css-modules": "^4.7.11",
|
|
28
|
+
"babel-plugin-react-css-modules": "^5.2.6",
|
|
29
|
+
|
|
30
|
+
"rollup": "^2.60.0",
|
|
31
|
+
"rollup-plugin-dts": "4.2.3",
|
|
32
|
+
"rollup-plugin-peer-deps-external": "^2.2.3",
|
|
33
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
34
|
+
|
|
35
|
+
"@rollup/plugin-babel": "^6.0.3",
|
|
31
36
|
"@rollup/plugin-commonjs": "^24.0.0",
|
|
32
37
|
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
33
38
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
"@storybook/addon-
|
|
37
|
-
"@storybook/addon-
|
|
38
|
-
"@storybook/addon-
|
|
39
|
-
"@storybook/
|
|
40
|
-
"@storybook/
|
|
41
|
-
"@storybook/
|
|
42
|
-
"@storybook/
|
|
43
|
-
"@storybook/
|
|
44
|
-
"@storybook/
|
|
45
|
-
"@storybook/
|
|
39
|
+
|
|
40
|
+
"storybook": "^8.6.4",
|
|
41
|
+
"@storybook/addon-designs": "^8.2.0",
|
|
42
|
+
"@storybook/addon-essentials": "^8.6.4",
|
|
43
|
+
"@storybook/addon-interactions": "^8.6.4",
|
|
44
|
+
"@storybook/addon-links": "^8.6.4",
|
|
45
|
+
"@storybook/addon-storysource": "^8.6.4",
|
|
46
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
|
|
47
|
+
"@storybook/blocks": "^8.6.4",
|
|
48
|
+
"@storybook/manager-api": "^8.6.4",
|
|
49
|
+
"@storybook/react": "^8.6.4",
|
|
50
|
+
"@storybook/react-webpack5": "^8.6.4",
|
|
51
|
+
"@storybook/theming": "^8.6.4",
|
|
52
|
+
"@chromatic-com/storybook": "^3.2.5",
|
|
53
|
+
|
|
46
54
|
"@testing-library/jest-dom": "^6.4.5",
|
|
47
55
|
"@testing-library/react": "^15.0.7",
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
"cross-env": "^7.0.3",
|
|
55
|
-
"css-loader": "^7.1.2",
|
|
56
|
+
"jest": "^29.7.0",
|
|
57
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
58
|
+
|
|
59
|
+
"css-loader": "^6.8.1",
|
|
60
|
+
"style-loader": "^3.3.4",
|
|
61
|
+
|
|
56
62
|
"eslint": "^8.56.0",
|
|
57
63
|
"eslint-config-google": "^0.14.0",
|
|
58
64
|
"eslint-plugin-import": "^2.29.1",
|
|
@@ -60,40 +66,29 @@
|
|
|
60
66
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
61
67
|
"eslint-plugin-react": "^7.34.1",
|
|
62
68
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
63
|
-
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
"rollup": "^2.60.0",
|
|
67
|
-
"rollup-plugin-dts": "4.2.3",
|
|
68
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
69
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
70
|
-
"rollup-plugin-typescript2": "^0.31.2",
|
|
71
|
-
"sass": "^1.85.1",
|
|
72
|
-
"sass-loader": "^16.0.5",
|
|
73
|
-
"style-loader": "^3.3.4",
|
|
74
|
-
"typescript": "^4.9.5",
|
|
75
|
-
"vite": "^6.1.0"
|
|
69
|
+
|
|
70
|
+
"react-dom": "^18.3.1"
|
|
71
|
+
|
|
76
72
|
},
|
|
73
|
+
|
|
77
74
|
"peerDependencies": {
|
|
78
|
-
"react": "18
|
|
79
|
-
"react-dom": "18
|
|
75
|
+
"react": "^18.3.1",
|
|
76
|
+
"react-dom": "^18.3.1"
|
|
80
77
|
},
|
|
78
|
+
|
|
81
79
|
"dependencies": {
|
|
82
80
|
"@emotion/react": "^11.11.4",
|
|
83
81
|
"@emotion/styled": "^11.11.5",
|
|
84
82
|
"classnames": "^2.3.2",
|
|
85
|
-
"dayjs": "^1.11.13",
|
|
86
83
|
"framer-motion": "^11.15.0",
|
|
87
84
|
"moment": "^2.30.1",
|
|
88
85
|
"prop-types": "^15.8.1",
|
|
89
|
-
"react": "^18.
|
|
86
|
+
"react": "^18.3.1",
|
|
90
87
|
"react-ace": "^10.1.0",
|
|
91
|
-
"react-css-modules": "^4.7.11",
|
|
92
88
|
"react-hook-form": "^7.46.2",
|
|
93
89
|
"react-icons": "^5.0.1",
|
|
94
90
|
"react-loading-skeleton": "^3.3.1",
|
|
95
|
-
"recharts": "^2.15.
|
|
96
|
-
"storybook": "^7.4.6",
|
|
91
|
+
"recharts": "^2.15.0",
|
|
97
92
|
"styled-components": "^6.1.15"
|
|
98
93
|
},
|
|
99
94
|
"browserslist": {
|