sag_components 1.0.295 → 1.0.296
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/.history/{package_20231004155924.json → package_20231105153539.json} +12 -12
- package/dist/stories/components/PerformanceAnalytics.js +6 -8
- package/dist/stories/components/TotalDoughnutChart.js +2 -2
- package/package.json +1 -1
- package/.history/package_20231004111340.json +0 -82
- package/.history/package_20231004111550.json +0 -82
- package/.history/package_20231004135419.json +0 -82
- package/.history/package_20231004150338.json +0 -82
- package/.history/package_20231004150347.json +0 -82
- package/.history/package_20231004154152.json +0 -82
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sag_components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.296",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"license": "ISC",
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@babel/cli": "^7.23.0",
|
|
18
|
-
"@babel/preset-env": "^7.
|
|
18
|
+
"@babel/preset-env": "^7.23.2",
|
|
19
19
|
"@babel/preset-react": "^7.22.15",
|
|
20
|
-
"@babel/preset-typescript": "^7.23.
|
|
20
|
+
"@babel/preset-typescript": "^7.23.2",
|
|
21
21
|
"@storybook/addon-a11y": "^7.4.6",
|
|
22
22
|
"@storybook/addon-essentials": "^7.4.6",
|
|
23
23
|
"@storybook/addon-interactions": "^7.4.6",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"@storybook/react-webpack5": "^7.4.6",
|
|
30
30
|
"@storybook/testing-library": "^0.2.2",
|
|
31
31
|
"cross-env": "^7.0.3",
|
|
32
|
-
"css-loader": "^
|
|
33
|
-
"eslint": "^8.
|
|
32
|
+
"css-loader": "^6.8.1",
|
|
33
|
+
"eslint": "^8.52.0",
|
|
34
34
|
"eslint-config-airbnb": "^19.0.4",
|
|
35
|
-
"eslint-plugin-import": "^2.
|
|
35
|
+
"eslint-plugin-import": "^2.29.0",
|
|
36
36
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
37
37
|
"eslint-plugin-react": "^7.33.2",
|
|
38
38
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
39
39
|
"react-dom": "^18.2.0",
|
|
40
|
-
"sass": "^1.
|
|
40
|
+
"sass": "^1.69.5",
|
|
41
41
|
"sass-loader": "^13.3.2",
|
|
42
42
|
"style-loader": "^3.3.3"
|
|
43
43
|
},
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
50
50
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
51
51
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
52
|
-
"@mui/icons-material": "^5.14.
|
|
53
|
-
"@mui/material": "^5.14.
|
|
54
|
-
"@mui/styled-engine-sc": "^5.14.
|
|
55
|
-
"@mui/x-date-pickers": "^6.
|
|
52
|
+
"@mui/icons-material": "^5.14.16",
|
|
53
|
+
"@mui/material": "^5.14.16",
|
|
54
|
+
"@mui/styled-engine-sc": "^5.14.12",
|
|
55
|
+
"@mui/x-date-pickers": "^6.17.0",
|
|
56
56
|
"@storybook/addon-designs": "^7.0.5",
|
|
57
57
|
"babel-plugin-react-css-modules": "^5.2.6",
|
|
58
58
|
"classnames": "^2.3.2",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"react-scripts": "5.0.1",
|
|
66
66
|
"recharts": "^2.6.2",
|
|
67
67
|
"storybook": "^7.4.6",
|
|
68
|
-
"styled-components": "^
|
|
68
|
+
"styled-components": "^6.1.0"
|
|
69
69
|
},
|
|
70
70
|
"browserslist": {
|
|
71
71
|
"production": [
|
|
@@ -129,9 +129,8 @@ var PerformanceAnalytics = exports.PerformanceAnalytics = function PerformanceAn
|
|
|
129
129
|
var active = _ref2.active,
|
|
130
130
|
payload = _ref2.payload;
|
|
131
131
|
if (active && payload && payload.length > 0) {
|
|
132
|
-
var _payload$0$payload
|
|
133
|
-
|
|
134
|
-
return /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipContainer, null, /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipTitle, null, "".concat((_payload$0$payload2 = payload[0].payload) === null || _payload$0$payload2 === void 0 ? void 0 : _payload$0$payload2.retailer)), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.ToolTipLabelAndValueContainer, null, /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipLabel, null, "Incremental Sales ROI:"), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipValue, null, "".concat((0, _CommonFunctions.getFormattedValue)(payload[0].value)).concat((0, _CommonFunctions.getFormattedUnits)(payload[0].value)))));
|
|
132
|
+
var _payload$0$payload;
|
|
133
|
+
return /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipContainer, null, /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipTitle, null, "".concat((_payload$0$payload = payload[0].payload) === null || _payload$0$payload === void 0 ? void 0 : _payload$0$payload.retailer)), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.ToolTipLabelAndValueContainer, null, /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipLabel, null, "Incremental Sales ROI:"), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipValue, null, "".concat((0, _CommonFunctions.getFormattedValue)(payload[0].value)).concat((0, _CommonFunctions.getFormattedUnits)(payload[0].value)))));
|
|
135
134
|
}
|
|
136
135
|
return null;
|
|
137
136
|
};
|
|
@@ -140,11 +139,10 @@ var PerformanceAnalytics = exports.PerformanceAnalytics = function PerformanceAn
|
|
|
140
139
|
var active = _ref3.active,
|
|
141
140
|
payload = _ref3.payload;
|
|
142
141
|
if (active && payload && payload.length > 0) {
|
|
143
|
-
var _payload$0$
|
|
144
|
-
|
|
145
|
-
var
|
|
146
|
-
var
|
|
147
|
-
var redemptionCostPercent = totalCostValue ? ((_payload$0$payload6 = payload[0].payload) === null || _payload$0$payload6 === void 0 ? void 0 : _payload$0$payload6.redemptionCostValue) / totalCostValue * 100 : 0;
|
|
142
|
+
var _payload$0$payload2, _payload$0$payload3, _payload$0$payload4, _payload$0$payload5;
|
|
143
|
+
var totalCostValue = ((_payload$0$payload2 = payload[0].payload) === null || _payload$0$payload2 === void 0 ? void 0 : _payload$0$payload2.packageCostValue) + ((_payload$0$payload3 = payload[0].payload) === null || _payload$0$payload3 === void 0 ? void 0 : _payload$0$payload3.redemptionCostValue);
|
|
144
|
+
var packageCostPercent = totalCostValue ? ((_payload$0$payload4 = payload[0].payload) === null || _payload$0$payload4 === void 0 ? void 0 : _payload$0$payload4.packageCostValue) / totalCostValue * 100 : 0;
|
|
145
|
+
var redemptionCostPercent = totalCostValue ? ((_payload$0$payload5 = payload[0].payload) === null || _payload$0$payload5 === void 0 ? void 0 : _payload$0$payload5.redemptionCostValue) / totalCostValue * 100 : 0;
|
|
148
146
|
switch (segmentedButtonsFilter) {
|
|
149
147
|
case INDIVIDUAL_PERFORMANCE_STR:
|
|
150
148
|
return /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipContainer, null, /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipTitle, null, "".concat(payload[0].payload.retailer)), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.ToolTipLabelAndValueContainer, null, /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipLabel, null, "Package Cost:"), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipValue, null, "".concat((0, _CommonFunctions.getCurrencySign)(currencyType)).concat((0, _CommonFunctions.getFormattedValue)(payload[0].payload.packageCostValue), "\n ").concat((0, _CommonFunctions.getFormattedUnits)(payload[0].payload.packageCostValue), " (").concat(packageCostPercent.toFixed(2), "%) "))), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.ToolTipLabelAndValueContainer, null, /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipLabel, null, "Redemption Cost:"), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipValue, null, "".concat((0, _CommonFunctions.getCurrencySign)(currencyType)).concat((0, _CommonFunctions.getFormattedValue)(payload[0].payload.redemptionCostValue), " \n ").concat((0, _CommonFunctions.getFormattedUnits)(payload[0].payload.redemptionCostValue), " (").concat(redemptionCostPercent.toFixed(2), "%) "))), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.ToolTipLabelAndValueContainer, null, /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipLabel, null, "Incremental Sales:"), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipValue, null, "".concat((0, _CommonFunctions.getCurrencySign)(currencyType)).concat((0, _CommonFunctions.getFormattedValue)(payload[0].payload.incrementalSalesValue), " \n ").concat((0, _CommonFunctions.getFormattedUnits)(payload[0].payload.incrementalSalesValue), " "))));
|
|
@@ -132,8 +132,8 @@ TotalDoughnutChart.defaultProps = {
|
|
|
132
132
|
itemsPercentagesValueAside: false,
|
|
133
133
|
itemsBoldedValues: true,
|
|
134
134
|
itemsValuesSeparateLine: true,
|
|
135
|
-
width: '
|
|
136
|
-
height: '
|
|
135
|
+
width: '100%',
|
|
136
|
+
height: '100%',
|
|
137
137
|
textcolor: '#212121',
|
|
138
138
|
noDataText: ''
|
|
139
139
|
};
|
package/package.json
CHANGED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sag_components",
|
|
3
|
-
"version": "1.0.249",
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"start": "react-scripts start",
|
|
8
|
-
"lint": "eslint .",
|
|
9
|
-
"build": "cross-env BABEL_ENV=production babel src -d dist ",
|
|
10
|
-
"storybook": "storybook dev -p 6006",
|
|
11
|
-
"build-storybook": "storybook build"
|
|
12
|
-
},
|
|
13
|
-
"keywords": [],
|
|
14
|
-
"author": "SAG",
|
|
15
|
-
"license": "ISC",
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"@babel/cli": "^7.21.5",
|
|
18
|
-
"@babel/preset-env": "^7.21.4",
|
|
19
|
-
"@babel/preset-react": "^7.18.6",
|
|
20
|
-
"@babel/preset-typescript": "^7.21.4",
|
|
21
|
-
"@storybook/addon-a11y": "^7.4.5",
|
|
22
|
-
"@storybook/addon-essentials": "^7.4.5",
|
|
23
|
-
"@storybook/addon-interactions": "^7.4.5",
|
|
24
|
-
"@storybook/addon-links": "^7.4.5",
|
|
25
|
-
"@storybook/addon-storysource": "^7.4.5",
|
|
26
|
-
"@storybook/blocks": "^7.4.5",
|
|
27
|
-
"@storybook/preset-scss": "^1.0.3",
|
|
28
|
-
"@storybook/react": "^7.4.5",
|
|
29
|
-
"@storybook/react-webpack5": "^7.4.5",
|
|
30
|
-
"@storybook/testing-library": "^0.2.1",
|
|
31
|
-
"cross-env": "^7.0.3",
|
|
32
|
-
"css-loader": "^5.2.7",
|
|
33
|
-
"eslint": "^8.50.0",
|
|
34
|
-
"eslint-config-airbnb": "^19.0.4",
|
|
35
|
-
"eslint-plugin-import": "^2.28.1",
|
|
36
|
-
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
37
|
-
"eslint-plugin-react": "^7.33.2",
|
|
38
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
39
|
-
"react-dom": "^18.2.0",
|
|
40
|
-
"sass": "^1.68.0",
|
|
41
|
-
"sass-loader": "^13.3.2",
|
|
42
|
-
"style-loader": "^3.3.3"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@dnd-kit/core": "^6.0.8",
|
|
46
|
-
"@emotion/react": "^11.11.0",
|
|
47
|
-
"@emotion/styled": "^11.11.0",
|
|
48
|
-
"@fontsource/roboto": "^4.5.8",
|
|
49
|
-
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
50
|
-
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
51
|
-
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
52
|
-
"@mui/icons-material": "^5.11.16",
|
|
53
|
-
"@mui/material": "^5.13.0",
|
|
54
|
-
"@mui/styled-engine-sc": "^5.12.0",
|
|
55
|
-
"@mui/x-date-pickers": "^6.11.1",
|
|
56
|
-
"@storybook/addon-designs": "^7.0.5",
|
|
57
|
-
"babel-plugin-react-css-modules": "^5.2.6",
|
|
58
|
-
"classnames": "^2.3.2",
|
|
59
|
-
"dayjs": "^1.11.9",
|
|
60
|
-
"hoopy": "^0.1.4",
|
|
61
|
-
"prop-types": "^15.8.1",
|
|
62
|
-
"react": "^18.2.0",
|
|
63
|
-
"react-css-modules": "^4.7.11",
|
|
64
|
-
"react-loading-skeleton": "^3.3.1",
|
|
65
|
-
"react-scripts": "5.0.1",
|
|
66
|
-
"recharts": "^2.6.2",
|
|
67
|
-
"storybook": "^7.4.5",
|
|
68
|
-
"styled-components": "^5.3.11"
|
|
69
|
-
},
|
|
70
|
-
"browserslist": {
|
|
71
|
-
"production": [
|
|
72
|
-
">0.2%",
|
|
73
|
-
"not dead",
|
|
74
|
-
"not op_mini all"
|
|
75
|
-
],
|
|
76
|
-
"development": [
|
|
77
|
-
"last 1 chrome version",
|
|
78
|
-
"last 1 firefox version",
|
|
79
|
-
"last 1 safari version"
|
|
80
|
-
]
|
|
81
|
-
}
|
|
82
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sag_components",
|
|
3
|
-
"version": "1.0.251",
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"start": "react-scripts start",
|
|
8
|
-
"lint": "eslint .",
|
|
9
|
-
"build": "cross-env BABEL_ENV=production babel src -d dist ",
|
|
10
|
-
"storybook": "storybook dev -p 6006",
|
|
11
|
-
"build-storybook": "storybook build"
|
|
12
|
-
},
|
|
13
|
-
"keywords": [],
|
|
14
|
-
"author": "SAG",
|
|
15
|
-
"license": "ISC",
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"@babel/cli": "^7.21.5",
|
|
18
|
-
"@babel/preset-env": "^7.21.4",
|
|
19
|
-
"@babel/preset-react": "^7.18.6",
|
|
20
|
-
"@babel/preset-typescript": "^7.21.4",
|
|
21
|
-
"@storybook/addon-a11y": "^7.4.5",
|
|
22
|
-
"@storybook/addon-essentials": "^7.4.5",
|
|
23
|
-
"@storybook/addon-interactions": "^7.4.5",
|
|
24
|
-
"@storybook/addon-links": "^7.4.5",
|
|
25
|
-
"@storybook/addon-storysource": "^7.4.5",
|
|
26
|
-
"@storybook/blocks": "^7.4.5",
|
|
27
|
-
"@storybook/preset-scss": "^1.0.3",
|
|
28
|
-
"@storybook/react": "^7.4.5",
|
|
29
|
-
"@storybook/react-webpack5": "^7.4.5",
|
|
30
|
-
"@storybook/testing-library": "^0.2.1",
|
|
31
|
-
"cross-env": "^7.0.3",
|
|
32
|
-
"css-loader": "^5.2.7",
|
|
33
|
-
"eslint": "^8.50.0",
|
|
34
|
-
"eslint-config-airbnb": "^19.0.4",
|
|
35
|
-
"eslint-plugin-import": "^2.28.1",
|
|
36
|
-
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
37
|
-
"eslint-plugin-react": "^7.33.2",
|
|
38
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
39
|
-
"react-dom": "^18.2.0",
|
|
40
|
-
"sass": "^1.68.0",
|
|
41
|
-
"sass-loader": "^13.3.2",
|
|
42
|
-
"style-loader": "^3.3.3"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@dnd-kit/core": "^6.0.8",
|
|
46
|
-
"@emotion/react": "^11.11.0",
|
|
47
|
-
"@emotion/styled": "^11.11.0",
|
|
48
|
-
"@fontsource/roboto": "^4.5.8",
|
|
49
|
-
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
50
|
-
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
51
|
-
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
52
|
-
"@mui/icons-material": "^5.11.16",
|
|
53
|
-
"@mui/material": "^5.13.0",
|
|
54
|
-
"@mui/styled-engine-sc": "^5.12.0",
|
|
55
|
-
"@mui/x-date-pickers": "^6.11.1",
|
|
56
|
-
"@storybook/addon-designs": "^7.0.5",
|
|
57
|
-
"babel-plugin-react-css-modules": "^5.2.6",
|
|
58
|
-
"classnames": "^2.3.2",
|
|
59
|
-
"dayjs": "^1.11.9",
|
|
60
|
-
"hoopy": "^0.1.4",
|
|
61
|
-
"prop-types": "^15.8.1",
|
|
62
|
-
"react": "^18.2.0",
|
|
63
|
-
"react-css-modules": "^4.7.11",
|
|
64
|
-
"react-loading-skeleton": "^3.3.1",
|
|
65
|
-
"react-scripts": "5.0.1",
|
|
66
|
-
"recharts": "^2.6.2",
|
|
67
|
-
"storybook": "^7.4.5",
|
|
68
|
-
"styled-components": "^5.3.11"
|
|
69
|
-
},
|
|
70
|
-
"browserslist": {
|
|
71
|
-
"production": [
|
|
72
|
-
">0.2%",
|
|
73
|
-
"not dead",
|
|
74
|
-
"not op_mini all"
|
|
75
|
-
],
|
|
76
|
-
"development": [
|
|
77
|
-
"last 1 chrome version",
|
|
78
|
-
"last 1 firefox version",
|
|
79
|
-
"last 1 safari version"
|
|
80
|
-
]
|
|
81
|
-
}
|
|
82
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sag_components",
|
|
3
|
-
"version": "1.0.252",
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"start": "react-scripts start",
|
|
8
|
-
"lint": "eslint .",
|
|
9
|
-
"build": "cross-env BABEL_ENV=production babel src -d dist ",
|
|
10
|
-
"storybook": "storybook dev -p 6006",
|
|
11
|
-
"build-storybook": "storybook build"
|
|
12
|
-
},
|
|
13
|
-
"keywords": [],
|
|
14
|
-
"author": "SAG",
|
|
15
|
-
"license": "ISC",
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"@babel/cli": "^7.21.5",
|
|
18
|
-
"@babel/preset-env": "^7.21.4",
|
|
19
|
-
"@babel/preset-react": "^7.18.6",
|
|
20
|
-
"@babel/preset-typescript": "^7.21.4",
|
|
21
|
-
"@storybook/addon-a11y": "^7.4.5",
|
|
22
|
-
"@storybook/addon-essentials": "^7.4.5",
|
|
23
|
-
"@storybook/addon-interactions": "^7.4.5",
|
|
24
|
-
"@storybook/addon-links": "^7.4.5",
|
|
25
|
-
"@storybook/addon-storysource": "^7.4.5",
|
|
26
|
-
"@storybook/blocks": "^7.4.5",
|
|
27
|
-
"@storybook/preset-scss": "^1.0.3",
|
|
28
|
-
"@storybook/react": "^7.4.5",
|
|
29
|
-
"@storybook/react-webpack5": "^7.4.5",
|
|
30
|
-
"@storybook/testing-library": "^0.2.1",
|
|
31
|
-
"cross-env": "^7.0.3",
|
|
32
|
-
"css-loader": "^5.2.7",
|
|
33
|
-
"eslint": "^8.50.0",
|
|
34
|
-
"eslint-config-airbnb": "^19.0.4",
|
|
35
|
-
"eslint-plugin-import": "^2.28.1",
|
|
36
|
-
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
37
|
-
"eslint-plugin-react": "^7.33.2",
|
|
38
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
39
|
-
"react-dom": "^18.2.0",
|
|
40
|
-
"sass": "^1.68.0",
|
|
41
|
-
"sass-loader": "^13.3.2",
|
|
42
|
-
"style-loader": "^3.3.3"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@dnd-kit/core": "^6.0.8",
|
|
46
|
-
"@emotion/react": "^11.11.0",
|
|
47
|
-
"@emotion/styled": "^11.11.0",
|
|
48
|
-
"@fontsource/roboto": "^4.5.8",
|
|
49
|
-
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
50
|
-
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
51
|
-
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
52
|
-
"@mui/icons-material": "^5.11.16",
|
|
53
|
-
"@mui/material": "^5.13.0",
|
|
54
|
-
"@mui/styled-engine-sc": "^5.12.0",
|
|
55
|
-
"@mui/x-date-pickers": "^6.11.1",
|
|
56
|
-
"@storybook/addon-designs": "^7.0.5",
|
|
57
|
-
"babel-plugin-react-css-modules": "^5.2.6",
|
|
58
|
-
"classnames": "^2.3.2",
|
|
59
|
-
"dayjs": "^1.11.9",
|
|
60
|
-
"hoopy": "^0.1.4",
|
|
61
|
-
"prop-types": "^15.8.1",
|
|
62
|
-
"react": "^18.2.0",
|
|
63
|
-
"react-css-modules": "^4.7.11",
|
|
64
|
-
"react-loading-skeleton": "^3.3.1",
|
|
65
|
-
"react-scripts": "5.0.1",
|
|
66
|
-
"recharts": "^2.6.2",
|
|
67
|
-
"storybook": "^7.4.5",
|
|
68
|
-
"styled-components": "^5.3.11"
|
|
69
|
-
},
|
|
70
|
-
"browserslist": {
|
|
71
|
-
"production": [
|
|
72
|
-
">0.2%",
|
|
73
|
-
"not dead",
|
|
74
|
-
"not op_mini all"
|
|
75
|
-
],
|
|
76
|
-
"development": [
|
|
77
|
-
"last 1 chrome version",
|
|
78
|
-
"last 1 firefox version",
|
|
79
|
-
"last 1 safari version"
|
|
80
|
-
]
|
|
81
|
-
}
|
|
82
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sag_components",
|
|
3
|
-
"version": "1.0.252",
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"start": "react-scripts start",
|
|
8
|
-
"lint": "eslint .",
|
|
9
|
-
"build": "cross-env BABEL_ENV=production babel src -d dist ",
|
|
10
|
-
"storybook": "storybook dev -p 6006",
|
|
11
|
-
"build-storybook": "storybook build"
|
|
12
|
-
},
|
|
13
|
-
"keywords": [],
|
|
14
|
-
"author": "SAG",
|
|
15
|
-
"license": "ISC",
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"@babel/cli": "^7.21.5",
|
|
18
|
-
"@babel/preset-env": "^7.21.4",
|
|
19
|
-
"@babel/preset-react": "^7.18.6",
|
|
20
|
-
"@babel/preset-typescript": "^7.21.4",
|
|
21
|
-
"@storybook/addon-a11y": "^7.4.5",
|
|
22
|
-
"@storybook/addon-essentials": "^7.4.5",
|
|
23
|
-
"@storybook/addon-interactions": "^7.4.5",
|
|
24
|
-
"@storybook/addon-links": "^7.4.5",
|
|
25
|
-
"@storybook/addon-storysource": "^7.4.5",
|
|
26
|
-
"@storybook/blocks": "^7.4.5",
|
|
27
|
-
"@storybook/preset-scss": "^1.0.3",
|
|
28
|
-
"@storybook/react": "^7.4.5",
|
|
29
|
-
"@storybook/react-webpack5": "^7.4.5",
|
|
30
|
-
"@storybook/testing-library": "^0.2.1",
|
|
31
|
-
"cross-env": "^7.0.3",
|
|
32
|
-
"css-loader": "^5.2.7",
|
|
33
|
-
"eslint": "^8.50.0",
|
|
34
|
-
"eslint-config-airbnb": "^19.0.4",
|
|
35
|
-
"eslint-plugin-import": "^2.28.1",
|
|
36
|
-
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
37
|
-
"eslint-plugin-react": "^7.33.2",
|
|
38
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
39
|
-
"react-dom": "^18.2.0",
|
|
40
|
-
"sass": "^1.68.0",
|
|
41
|
-
"sass-loader": "^13.3.2",
|
|
42
|
-
"style-loader": "^3.3.3"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@dnd-kit/core": "^6.0.8",
|
|
46
|
-
"@emotion/react": "^11.11.0",
|
|
47
|
-
"@emotion/styled": "^11.11.0",
|
|
48
|
-
"@fontsource/roboto": "^4.5.8",
|
|
49
|
-
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
50
|
-
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
51
|
-
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
52
|
-
"@mui/icons-material": "^5.11.16",
|
|
53
|
-
"@mui/material": "^5.13.0",
|
|
54
|
-
"@mui/styled-engine-sc": "^5.12.0",
|
|
55
|
-
"@mui/x-date-pickers": "^6.11.1",
|
|
56
|
-
"@storybook/addon-designs": "^7.0.5",
|
|
57
|
-
"babel-plugin-react-css-modules": "^5.2.6",
|
|
58
|
-
"classnames": "^2.3.2",
|
|
59
|
-
"dayjs": "^1.11.9",
|
|
60
|
-
"hoopy": "^0.1.4",
|
|
61
|
-
"prop-types": "^15.8.1",
|
|
62
|
-
"react": "^18.2.0",
|
|
63
|
-
"react-css-modules": "^4.7.11",
|
|
64
|
-
"react-loading-skeleton": "^3.3.1",
|
|
65
|
-
"react-scripts": "5.0.1",
|
|
66
|
-
"recharts": "^2.6.2",
|
|
67
|
-
"storybook": "^7.4.6",
|
|
68
|
-
"styled-components": "^5.3.11"
|
|
69
|
-
},
|
|
70
|
-
"browserslist": {
|
|
71
|
-
"production": [
|
|
72
|
-
">0.2%",
|
|
73
|
-
"not dead",
|
|
74
|
-
"not op_mini all"
|
|
75
|
-
],
|
|
76
|
-
"development": [
|
|
77
|
-
"last 1 chrome version",
|
|
78
|
-
"last 1 firefox version",
|
|
79
|
-
"last 1 safari version"
|
|
80
|
-
]
|
|
81
|
-
}
|
|
82
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sag_components",
|
|
3
|
-
"version": "1.0.253",
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"start": "react-scripts start",
|
|
8
|
-
"lint": "eslint .",
|
|
9
|
-
"build": "cross-env BABEL_ENV=production babel src -d dist ",
|
|
10
|
-
"storybook": "storybook dev -p 6006",
|
|
11
|
-
"build-storybook": "storybook build"
|
|
12
|
-
},
|
|
13
|
-
"keywords": [],
|
|
14
|
-
"author": "SAG",
|
|
15
|
-
"license": "ISC",
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"@babel/cli": "^7.21.5",
|
|
18
|
-
"@babel/preset-env": "^7.21.4",
|
|
19
|
-
"@babel/preset-react": "^7.18.6",
|
|
20
|
-
"@babel/preset-typescript": "^7.21.4",
|
|
21
|
-
"@storybook/addon-a11y": "^7.4.5",
|
|
22
|
-
"@storybook/addon-essentials": "^7.4.5",
|
|
23
|
-
"@storybook/addon-interactions": "^7.4.5",
|
|
24
|
-
"@storybook/addon-links": "^7.4.5",
|
|
25
|
-
"@storybook/addon-storysource": "^7.4.5",
|
|
26
|
-
"@storybook/blocks": "^7.4.5",
|
|
27
|
-
"@storybook/preset-scss": "^1.0.3",
|
|
28
|
-
"@storybook/react": "^7.4.5",
|
|
29
|
-
"@storybook/react-webpack5": "^7.4.5",
|
|
30
|
-
"@storybook/testing-library": "^0.2.1",
|
|
31
|
-
"cross-env": "^7.0.3",
|
|
32
|
-
"css-loader": "^5.2.7",
|
|
33
|
-
"eslint": "^8.50.0",
|
|
34
|
-
"eslint-config-airbnb": "^19.0.4",
|
|
35
|
-
"eslint-plugin-import": "^2.28.1",
|
|
36
|
-
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
37
|
-
"eslint-plugin-react": "^7.33.2",
|
|
38
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
39
|
-
"react-dom": "^18.2.0",
|
|
40
|
-
"sass": "^1.68.0",
|
|
41
|
-
"sass-loader": "^13.3.2",
|
|
42
|
-
"style-loader": "^3.3.3"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@dnd-kit/core": "^6.0.8",
|
|
46
|
-
"@emotion/react": "^11.11.0",
|
|
47
|
-
"@emotion/styled": "^11.11.0",
|
|
48
|
-
"@fontsource/roboto": "^4.5.8",
|
|
49
|
-
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
50
|
-
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
51
|
-
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
52
|
-
"@mui/icons-material": "^5.11.16",
|
|
53
|
-
"@mui/material": "^5.13.0",
|
|
54
|
-
"@mui/styled-engine-sc": "^5.12.0",
|
|
55
|
-
"@mui/x-date-pickers": "^6.11.1",
|
|
56
|
-
"@storybook/addon-designs": "^7.0.5",
|
|
57
|
-
"babel-plugin-react-css-modules": "^5.2.6",
|
|
58
|
-
"classnames": "^2.3.2",
|
|
59
|
-
"dayjs": "^1.11.9",
|
|
60
|
-
"hoopy": "^0.1.4",
|
|
61
|
-
"prop-types": "^15.8.1",
|
|
62
|
-
"react": "^18.2.0",
|
|
63
|
-
"react-css-modules": "^4.7.11",
|
|
64
|
-
"react-loading-skeleton": "^3.3.1",
|
|
65
|
-
"react-scripts": "5.0.1",
|
|
66
|
-
"recharts": "^2.6.2",
|
|
67
|
-
"storybook": "^7.4.6",
|
|
68
|
-
"styled-components": "^5.3.11"
|
|
69
|
-
},
|
|
70
|
-
"browserslist": {
|
|
71
|
-
"production": [
|
|
72
|
-
">0.2%",
|
|
73
|
-
"not dead",
|
|
74
|
-
"not op_mini all"
|
|
75
|
-
],
|
|
76
|
-
"development": [
|
|
77
|
-
"last 1 chrome version",
|
|
78
|
-
"last 1 firefox version",
|
|
79
|
-
"last 1 safari version"
|
|
80
|
-
]
|
|
81
|
-
}
|
|
82
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sag_components",
|
|
3
|
-
"version": "1.0.254",
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"start": "react-scripts start",
|
|
8
|
-
"lint": "eslint .",
|
|
9
|
-
"build": "cross-env BABEL_ENV=production babel src -d dist ",
|
|
10
|
-
"storybook": "storybook dev -p 6006",
|
|
11
|
-
"build-storybook": "storybook build"
|
|
12
|
-
},
|
|
13
|
-
"keywords": [],
|
|
14
|
-
"author": "SAG",
|
|
15
|
-
"license": "ISC",
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"@babel/cli": "^7.21.5",
|
|
18
|
-
"@babel/preset-env": "^7.21.4",
|
|
19
|
-
"@babel/preset-react": "^7.18.6",
|
|
20
|
-
"@babel/preset-typescript": "^7.21.4",
|
|
21
|
-
"@storybook/addon-a11y": "^7.4.5",
|
|
22
|
-
"@storybook/addon-essentials": "^7.4.5",
|
|
23
|
-
"@storybook/addon-interactions": "^7.4.5",
|
|
24
|
-
"@storybook/addon-links": "^7.4.5",
|
|
25
|
-
"@storybook/addon-storysource": "^7.4.5",
|
|
26
|
-
"@storybook/blocks": "^7.4.5",
|
|
27
|
-
"@storybook/preset-scss": "^1.0.3",
|
|
28
|
-
"@storybook/react": "^7.4.5",
|
|
29
|
-
"@storybook/react-webpack5": "^7.4.5",
|
|
30
|
-
"@storybook/testing-library": "^0.2.1",
|
|
31
|
-
"cross-env": "^7.0.3",
|
|
32
|
-
"css-loader": "^5.2.7",
|
|
33
|
-
"eslint": "^8.50.0",
|
|
34
|
-
"eslint-config-airbnb": "^19.0.4",
|
|
35
|
-
"eslint-plugin-import": "^2.28.1",
|
|
36
|
-
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
37
|
-
"eslint-plugin-react": "^7.33.2",
|
|
38
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
39
|
-
"react-dom": "^18.2.0",
|
|
40
|
-
"sass": "^1.68.0",
|
|
41
|
-
"sass-loader": "^13.3.2",
|
|
42
|
-
"style-loader": "^3.3.3"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@dnd-kit/core": "^6.0.8",
|
|
46
|
-
"@emotion/react": "^11.11.0",
|
|
47
|
-
"@emotion/styled": "^11.11.0",
|
|
48
|
-
"@fontsource/roboto": "^4.5.8",
|
|
49
|
-
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
50
|
-
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
51
|
-
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
52
|
-
"@mui/icons-material": "^5.11.16",
|
|
53
|
-
"@mui/material": "^5.13.0",
|
|
54
|
-
"@mui/styled-engine-sc": "^5.12.0",
|
|
55
|
-
"@mui/x-date-pickers": "^6.11.1",
|
|
56
|
-
"@storybook/addon-designs": "^7.0.5",
|
|
57
|
-
"babel-plugin-react-css-modules": "^5.2.6",
|
|
58
|
-
"classnames": "^2.3.2",
|
|
59
|
-
"dayjs": "^1.11.9",
|
|
60
|
-
"hoopy": "^0.1.4",
|
|
61
|
-
"prop-types": "^15.8.1",
|
|
62
|
-
"react": "^18.2.0",
|
|
63
|
-
"react-css-modules": "^4.7.11",
|
|
64
|
-
"react-loading-skeleton": "^3.3.1",
|
|
65
|
-
"react-scripts": "5.0.1",
|
|
66
|
-
"recharts": "^2.6.2",
|
|
67
|
-
"storybook": "^7.4.6",
|
|
68
|
-
"styled-components": "^5.3.11"
|
|
69
|
-
},
|
|
70
|
-
"browserslist": {
|
|
71
|
-
"production": [
|
|
72
|
-
">0.2%",
|
|
73
|
-
"not dead",
|
|
74
|
-
"not op_mini all"
|
|
75
|
-
],
|
|
76
|
-
"development": [
|
|
77
|
-
"last 1 chrome version",
|
|
78
|
-
"last 1 firefox version",
|
|
79
|
-
"last 1 safari version"
|
|
80
|
-
]
|
|
81
|
-
}
|
|
82
|
-
}
|