@clickview/reports 0.0.3 → 0.0.4-dev.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/bundles.json +2 -2
- package/dist/css/10-reports-b9d022e0f1.chunk.css +2 -0
- package/dist/css/{9-reports-7c59dcb964.chunk.css → 11-reports-347b5fce11.chunk.css} +2 -2
- package/dist/css/12-reports-b5e731ba4c.chunk.css +2 -0
- package/dist/css/13-reports-b5e731ba4c.chunk.css +2 -0
- package/dist/css/{2-reports-8ef526bc74.chunk.css → 2-reports-026270c6fe.chunk.css} +3 -3
- package/dist/css/5-reports-f50ef31d52.chunk.css +2 -0
- package/dist/css/{5-reports-3affbe91d0.chunk.css → 6-reports-618e25dee3.chunk.css} +15 -5
- package/dist/css/7-reports-1ad9e01ab2.chunk.css +14 -0
- package/dist/css/{8-reports-742cb438e5.chunk.css → 8-reports-74696bc3e4.chunk.css} +3 -1
- package/dist/css/{7-reports-3f71e5f85a.chunk.css → 9-reports-5c7d18e8dc.chunk.css} +2 -2
- package/dist/css/reports-app-38e6569290.css +61 -0
- package/dist/en.json +1 -1
- package/dist/scripts/0-40c5e26fff-reports.chunk.js +1 -0
- package/dist/scripts/{1-b35f8a09fb-reports.chunk.js → 1-a51fb52e02-reports.chunk.js} +1 -1
- package/dist/scripts/10-72ce66e369-reports.chunk.js +1 -0
- package/dist/scripts/11-43dba1949c-reports.chunk.js +1 -0
- package/dist/scripts/{11-4b230c46af-reports.chunk.js → 12-47602f2d89-reports.chunk.js} +1 -1
- package/dist/scripts/{12-a0bbaf416b-reports.chunk.js → 13-211b57bced-reports.chunk.js} +1 -1
- package/dist/scripts/14-926f0f69ea-reports.chunk.js +1 -0
- package/dist/scripts/15-10e85b0d91-reports.chunk.js +1 -0
- package/dist/scripts/{15-808d11ec5c-reports.chunk.js → 16-ed38eed1a8-reports.chunk.js} +1 -1
- package/dist/scripts/2-b14f9c8d2c-reports.chunk.js +1 -0
- package/dist/scripts/3-8338584bba-reports.chunk.js +1 -0
- package/dist/scripts/5-04afc865b0-reports.chunk.js +96 -0
- package/dist/scripts/6-36e2e20df9-reports.chunk.js +1 -0
- package/dist/scripts/7-b453fbb654-reports.chunk.js +1 -0
- package/dist/scripts/8-374ce60ff1-reports.chunk.js +1 -0
- package/dist/scripts/9-a0d34ae160-reports.chunk.js +1 -0
- package/dist/scripts/reports-app-df52560628.min.js +353 -0
- package/package.json +5 -3
- package/dist/css/11-reports-e7f9787a77.chunk.css +0 -2
- package/dist/css/12-reports-e7f9787a77.chunk.css +0 -2
- package/dist/css/6-reports-656d11eb5d.chunk.css +0 -6
- package/dist/css/reports-app-ef60252b48.css +0 -59
- package/dist/scripts/0-1e4c0b5eb9-reports.chunk.js +0 -1
- package/dist/scripts/10-38e429650c-reports.chunk.js +0 -1
- package/dist/scripts/13-b3e42309c7-reports.chunk.js +0 -1
- package/dist/scripts/14-0903627f22-reports.chunk.js +0 -1
- package/dist/scripts/2-81d7178059-reports.chunk.js +0 -1
- package/dist/scripts/4-5285b07356-reports.chunk.js +0 -88
- package/dist/scripts/5-7d64f4b622-reports.chunk.js +0 -1
- package/dist/scripts/6-687ac1a2b0-reports.chunk.js +0 -1
- package/dist/scripts/7-0e9ab45794-reports.chunk.js +0 -1
- package/dist/scripts/8-7f04f03332-reports.chunk.js +0 -1
- package/dist/scripts/9-ddf5e0bbc1-reports.chunk.js +0 -1
- package/dist/scripts/reports-app-0120ed70d0.min.js +0 -378
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clickview/reports",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4-dev.0",
|
|
4
4
|
"description": "ClickView Reports",
|
|
5
5
|
"main": "dist/reports-app.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@babel/core": "7.11.6",
|
|
23
23
|
"@clickview/eslint-config": "1.0.1",
|
|
24
|
-
"@clickview/tooling": "0.0.
|
|
24
|
+
"@clickview/tooling": "0.0.26-dev.0",
|
|
25
25
|
"@types/chroma-js": "2.1.3",
|
|
26
26
|
"@types/react-custom-scrollbars": "4.0.6",
|
|
27
27
|
"@types/react-dates": "21.8.1",
|
|
@@ -29,8 +29,10 @@
|
|
|
29
29
|
"redux-devtools-extension": "2.13.8"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@clickview/styles": "1.0.
|
|
32
|
+
"@clickview/styles": "1.0.19-dev.0",
|
|
33
33
|
"chroma-js": "2.1.2",
|
|
34
|
+
"highcharts": "9.1.0",
|
|
35
|
+
"highcharts-react-official": "3.0.0",
|
|
34
36
|
"react-custom-scrollbars": "4.2.1",
|
|
35
37
|
"react-dates": "21.8.0",
|
|
36
38
|
"react-table": "7.6.3"
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
.swp8b{position:absolute;left:0;right:0;top:9rem}@media (max-width: 1199px){.swp8b{top:7.5rem}}@media (max-width: 767px){.swp8b{position:static;margin-top:1.25rem}}._3tcRm{font-size:1.5rem}@media (max-width: 1199px){._3tcRm{font-size:1.25rem}}._1ABwp{max-width:60%;padding-bottom:1px;font-size:1rem;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:0.14em !important;margin-bottom:-0.14em !important}@media (max-width: 1199px){._1ABwp{font-size:.875rem}}@media (max-width: 767px){._1ABwp{max-width:100%;display:block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:0.14em !important;margin-bottom:-0.14em !important}}._2epaT{width:60%}@media (max-width: 991px){._2epaT{width:80%}}@media (max-width: 767px){._2epaT{width:50%;margin-top:5rem}}
|
|
2
|
-
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
.swp8b{position:absolute;left:0;right:0;top:9rem}@media (max-width: 1199px){.swp8b{top:7.5rem}}@media (max-width: 767px){.swp8b{position:static;margin-top:1.25rem}}._3tcRm{font-size:1.5rem}@media (max-width: 1199px){._3tcRm{font-size:1.25rem}}._1ABwp{max-width:60%;padding-bottom:1px;font-size:1rem;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:0.14em !important;margin-bottom:-0.14em !important}@media (max-width: 1199px){._1ABwp{font-size:.875rem}}@media (max-width: 767px){._1ABwp{max-width:100%;display:block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:0.14em !important;margin-bottom:-0.14em !important}}._2epaT{width:60%}@media (max-width: 991px){._2epaT{width:80%}}@media (max-width: 767px){._2epaT{width:50%;margin-top:5rem}}
|
|
2
|
-
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
.Y716k{position:relative;height:2rem;width:2rem}.Y716k svg{height:2rem;width:2rem}.Y716k circle{position:absolute;fill:none;stroke-width:.18rem;transform:translate(50%, 50%) rotate(-90deg)}.Y716k ._6Jufz{stroke:#B5B5B5}.Y716k ._2WUq2{stroke:#1CA217}.Y716k ._2ds-p{stroke:#FFCD52}.Y716k ._18x_W{stroke:#f33}._10oNt{height:6rem;width:6rem}._10oNt svg{height:6rem;width:6rem}._10oNt circle{stroke-width:.36rem}._3losr{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:1.25rem;font-weight:700}
|
|
2
|
-
|
|
3
|
-
.Uv9Ep{line-height:1.275rem;width:1.275rem}.MIm5t{min-height:6rem}.D3_1v{height:2rem}._37Hvf{position:relative;width:1.5rem;height:1.5rem;margin-left:-.45rem;padding-left:0.2rem;margin-right:0.2rem}._37Hvf svg{width:1.5rem;height:1.5rem}._37Hvf circle{position:absolute;fill:none;stroke-width:0.1rem;transform:translate(50%, 50%)}.KH4fO{stroke:#1CA217}._1dqKF{stroke:#f33}.Km0pu{stroke:#4E9ACE}._3mGP2{margin-right:-0.3rem}
|
|
4
|
-
|
|
5
|
-
._1fJ7f{font-size:3rem;font-weight:bold}
|
|
6
|
-
|