sag_components 1.0.336 → 1.0.338

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.
@@ -0,0 +1,77 @@
1
+ {
2
+ "name": "sag_components",
3
+ "version": "1.0.337",
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/plugin-proposal-private-property-in-object": "^7.21.11",
18
+ "@babel/cli": "^7.23.0",
19
+ "@babel/preset-env": "^7.23.2",
20
+ "@babel/preset-react": "^7.22.15",
21
+ "@babel/preset-typescript": "^7.23.2",
22
+ "babel-plugin-react-css-modules": "^5.2.6",
23
+ "babel-preset-react-app": "^10.0.1",
24
+ "@storybook/addon-designs": "^7.0.5",
25
+ "@storybook/addon-essentials": "^7.4.6",
26
+ "@storybook/addon-interactions": "^7.4.6",
27
+ "@storybook/addon-links": "^7.4.6",
28
+ "@storybook/addon-storysource": "^7.4.6",
29
+ "@storybook/addons": "^7.5.3",
30
+ "@storybook/blocks": "^7.4.6",
31
+ "@storybook/preset-scss": "^1.0.3",
32
+ "@storybook/react": "^7.4.6",
33
+ "@storybook/react-webpack5": "^7.4.6",
34
+ "@storybook/testing-library": "^0.2.2",
35
+ "@storybook/theming": "^7.5.3",
36
+ "cross-env": "^7.0.3",
37
+ "css-loader": "^6.8.1",
38
+ "eslint": "^8.53.0",
39
+ "eslint-config-airbnb": "^19.0.4",
40
+ "eslint-plugin-import": "^2.29.0",
41
+ "eslint-plugin-jsx-a11y": "^6.8.0",
42
+ "eslint-plugin-react": "^7.33.2",
43
+ "eslint-plugin-react-hooks": "^4.6.0",
44
+ "react-dom": "^18.2.0",
45
+ "sass": "^1.69.5",
46
+ "sass-loader": "^13.3.2",
47
+ "style-loader": "^3.3.3"
48
+ },
49
+ "dependencies": {
50
+ "@emotion/react": "^11.11.1",
51
+ "@emotion/styled": "^11.11.0",
52
+ "@mui/icons-material": "^5.14.16",
53
+ "@mui/material": "^5.14.16",
54
+ "@mui/x-date-pickers": "^6.18.0",
55
+ "classnames": "^2.3.2",
56
+ "dayjs": "^1.11.10",
57
+ "prop-types": "^15.8.1",
58
+ "react": "^18.2.0",
59
+ "react-css-modules": "^4.7.11",
60
+ "react-loading-skeleton": "^3.3.1",
61
+ "recharts": "^2.9.2",
62
+ "storybook": "^7.4.6",
63
+ "styled-components": "^5.3.1"
64
+ },
65
+ "browserslist": {
66
+ "production": [
67
+ ">0.2%",
68
+ "not dead",
69
+ "not op_mini all"
70
+ ],
71
+ "development": [
72
+ "last 1 chrome version",
73
+ "last 1 firefox version",
74
+ "last 1 safari version"
75
+ ]
76
+ }
77
+ }
@@ -0,0 +1,77 @@
1
+ {
2
+ "name": "sag_components",
3
+ "version": "1.0.338",
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/plugin-proposal-private-property-in-object": "^7.21.11",
18
+ "@babel/cli": "^7.23.0",
19
+ "@babel/preset-env": "^7.23.2",
20
+ "@babel/preset-react": "^7.22.15",
21
+ "@babel/preset-typescript": "^7.23.2",
22
+ "babel-plugin-react-css-modules": "^5.2.6",
23
+ "babel-preset-react-app": "^10.0.1",
24
+ "@storybook/addon-designs": "^7.0.5",
25
+ "@storybook/addon-essentials": "^7.4.6",
26
+ "@storybook/addon-interactions": "^7.4.6",
27
+ "@storybook/addon-links": "^7.4.6",
28
+ "@storybook/addon-storysource": "^7.4.6",
29
+ "@storybook/addons": "^7.5.3",
30
+ "@storybook/blocks": "^7.4.6",
31
+ "@storybook/preset-scss": "^1.0.3",
32
+ "@storybook/react": "^7.4.6",
33
+ "@storybook/react-webpack5": "^7.4.6",
34
+ "@storybook/testing-library": "^0.2.2",
35
+ "@storybook/theming": "^7.5.3",
36
+ "cross-env": "^7.0.3",
37
+ "css-loader": "^6.8.1",
38
+ "eslint": "^8.53.0",
39
+ "eslint-config-airbnb": "^19.0.4",
40
+ "eslint-plugin-import": "^2.29.0",
41
+ "eslint-plugin-jsx-a11y": "^6.8.0",
42
+ "eslint-plugin-react": "^7.33.2",
43
+ "eslint-plugin-react-hooks": "^4.6.0",
44
+ "react-dom": "^18.2.0",
45
+ "sass": "^1.69.5",
46
+ "sass-loader": "^13.3.2",
47
+ "style-loader": "^3.3.3"
48
+ },
49
+ "dependencies": {
50
+ "@emotion/react": "^11.11.1",
51
+ "@emotion/styled": "^11.11.0",
52
+ "@mui/icons-material": "^5.14.16",
53
+ "@mui/material": "^5.14.16",
54
+ "@mui/x-date-pickers": "^6.18.0",
55
+ "classnames": "^2.3.2",
56
+ "dayjs": "^1.11.10",
57
+ "prop-types": "^15.8.1",
58
+ "react": "^18.2.0",
59
+ "react-css-modules": "^4.7.11",
60
+ "react-loading-skeleton": "^3.3.1",
61
+ "recharts": "^2.9.2",
62
+ "storybook": "^7.4.6",
63
+ "styled-components": "^5.3.1"
64
+ },
65
+ "browserslist": {
66
+ "production": [
67
+ ">0.2%",
68
+ "not dead",
69
+ "not op_mini all"
70
+ ],
71
+ "development": [
72
+ "last 1 chrome version",
73
+ "last 1 firefox version",
74
+ "last 1 safari version"
75
+ ]
76
+ }
77
+ }
@@ -180,13 +180,13 @@ var PerformanceAnalytics = exports.PerformanceAnalytics = function PerformanceAn
180
180
  id: "TooltipLabel"
181
181
  }, "Package Cost:"), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipValue, {
182
182
  id: "TooltipValue"
183
- }, "".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(1), "%) "))), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.ToolTipLabelAndValueContainer, {
183
+ }, "".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(1), "%) "))), redemptionCostPercent > 0 && /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.ToolTipLabelAndValueContainer, {
184
184
  id: "ToolTipLabelAndValueContainer"
185
185
  }, /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipLabel, {
186
186
  id: "TooltipLabel"
187
187
  }, "Redemption Cost:"), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipValue, {
188
188
  id: "TooltipValue"
189
- }, "".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(1), "%) "))))), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.ToolTipLabelAndValueContainer, {
189
+ }, "".concat((0, _CommonFunctions.getCurrencySign)(currencyType), "\n ").concat((0, _CommonFunctions.getFormattedValue)(payload[0].payload.redemptionCostValue), "\n ").concat((0, _CommonFunctions.getFormattedUnits)(payload[0].payload.redemptionCostValue), " \n (").concat(redemptionCostPercent.toFixed(1), "%) "))))), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.ToolTipLabelAndValueContainer, {
190
190
  id: "ToolTipLabelAndValueContainer"
191
191
  }, /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.LegendColorRectangle, {
192
192
  id: "LegendColorRectangle",
@@ -195,7 +195,7 @@ var PerformanceAnalytics = exports.PerformanceAnalytics = function PerformanceAn
195
195
  id: "TooltipLabel"
196
196
  }, "Incremental Sales:"), /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipValue, {
197
197
  id: "TooltipValue"
198
- }, "".concat((0, _CommonFunctions.getCurrencySign)(currencyType)).concat((0, _CommonFunctions.getFormattedValue)(payload[0].payload.incrementalSalesValue), " \n ").concat((0, _CommonFunctions.getFormattedUnits)(payload[0].payload.incrementalSalesValue), " "))));
198
+ }, "".concat((0, _CommonFunctions.getCurrencySign)(currencyType)).concat((0, _CommonFunctions.getFormattedValue)(payload[0].payload.incrementalSalesValue), "\n ").concat((0, _CommonFunctions.getFormattedUnits)(payload[0].payload.incrementalSalesValue), " "))));
199
199
  case PERCENT_INCREMENTAL_GROWTH_STR:
200
200
  return /*#__PURE__*/_react.default.createElement(_PerformanceAnalytics.TooltipContainer, {
201
201
  id: "TooltipContainer"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.336",
3
+ "version": "1.0.338",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {