@clickview/reports 0.0.6 → 0.0.7-rc.1

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.
Files changed (63) hide show
  1. package/dist/bundles.json +3 -2
  2. package/dist/css/10-reports-0471ffb6cd.chunk.css +38 -0
  3. package/dist/css/11-reports-106bda6fed.chunk.css +22 -0
  4. package/dist/css/12-reports-4129517002.chunk.css +10 -0
  5. package/dist/css/13-reports-7d06497c24.chunk.css +16 -0
  6. package/dist/css/14-reports-414c365b79.chunk.css +8 -0
  7. package/dist/css/15-reports-f1a79be458.chunk.css +18 -0
  8. package/dist/css/16-reports-5fb383eefa.chunk.css +10 -0
  9. package/dist/css/17-reports-5dacf3345f.chunk.css +12 -0
  10. package/dist/css/18-reports-0102e00b88.chunk.css +6 -0
  11. package/dist/css/19-reports-5101603969.chunk.css +8 -0
  12. package/dist/css/22-reports-b5e731ba4c.chunk.css +2 -0
  13. package/dist/css/6-reports-d501e8e37c.chunk.css +94 -0
  14. package/dist/css/7-reports-d501e8e37c.chunk.css +94 -0
  15. package/dist/css/reports-app-d8b4e81870.css +63 -0
  16. package/dist/css/reports-app-ed5b77e842.css +63 -0
  17. package/dist/en.json +1 -1
  18. package/dist/scripts/0-d0ea4f6f6f-reports.chunk.js +1 -0
  19. package/dist/scripts/1-248000ea99-reports.chunk.js +1 -0
  20. package/dist/scripts/10-216fa51596-reports.chunk.js +1 -0
  21. package/dist/scripts/10-d913b18f05-reports.chunk.js +1 -0
  22. package/dist/scripts/11-009e4df1b1-reports.chunk.js +1 -0
  23. package/dist/scripts/11-f5d93d098e-reports.chunk.js +1 -0
  24. package/dist/scripts/12-0ab80714d0-reports.chunk.js +1 -0
  25. package/dist/scripts/12-8fe3438236-reports.chunk.js +1 -0
  26. package/dist/scripts/13-e190cdaf71-reports.chunk.js +1 -0
  27. package/dist/scripts/13-f96d5bc0f2-reports.chunk.js +1 -0
  28. package/dist/scripts/14-d9ab01bad6-reports.chunk.js +1 -0
  29. package/dist/scripts/14-ef912d2297-reports.chunk.js +1 -0
  30. package/dist/scripts/15-66d4ac37be-reports.chunk.js +1 -0
  31. package/dist/scripts/15-ed2b32b01a-reports.chunk.js +1 -0
  32. package/dist/scripts/16-93fd4cd2a7-reports.chunk.js +1 -0
  33. package/dist/scripts/16-a97dc81b46-reports.chunk.js +1 -0
  34. package/dist/scripts/17-47da897b47-reports.chunk.js +1 -0
  35. package/dist/scripts/17-8ff85d2fdd-reports.chunk.js +1 -0
  36. package/dist/scripts/18-55ca99a0cd-reports.chunk.js +1 -0
  37. package/dist/scripts/18-e61eaa1e39-reports.chunk.js +1 -0
  38. package/dist/scripts/19-8f678bf5d5-reports.chunk.js +1 -0
  39. package/dist/scripts/2-3a427ffec2-reports.chunk.js +1 -0
  40. package/dist/scripts/2-bd6b409bd7-reports.chunk.js +1 -0
  41. package/dist/scripts/20-508459d86c-reports.chunk.js +1 -0
  42. package/dist/scripts/20-db926b997b-reports.chunk.js +1 -0
  43. package/dist/scripts/21-0e4bf720df-reports.chunk.js +1 -0
  44. package/dist/scripts/21-c838b795dc-reports.chunk.js +1 -0
  45. package/dist/scripts/22-340282a609-reports.chunk.js +1 -0
  46. package/dist/scripts/22-62946bc3eb-reports.chunk.js +1 -0
  47. package/dist/scripts/23-10a4e77c33-reports.chunk.js +1 -0
  48. package/dist/scripts/23-32b1f88635-reports.chunk.js +1 -0
  49. package/dist/scripts/24-cb2fd9c081-reports.chunk.js +1 -0
  50. package/dist/scripts/3-5dd35824b2-reports.chunk.js +1 -0
  51. package/dist/scripts/4-35a292419c-reports.chunk.js +1 -0
  52. package/dist/scripts/4-a2416f9ffe-reports.chunk.js +1 -0
  53. package/dist/scripts/6-e287599d64-reports.chunk.js +1 -0
  54. package/dist/scripts/7-39a446218e-reports.chunk.js +1 -0
  55. package/dist/scripts/7-c54ed40044-reports.chunk.js +9 -0
  56. package/dist/scripts/8-61f0103c3b-reports.chunk.js +9 -0
  57. package/dist/scripts/8-7defb3614a-reports.chunk.js +101 -0
  58. package/dist/scripts/9-46079e5456-reports.chunk.js +1 -0
  59. package/dist/scripts/9-5090b2b3ad-reports.chunk.js +101 -0
  60. package/dist/scripts/bundle-f39449688a.min.js +19 -0
  61. package/dist/scripts/polyfills-acfe7cd9e8.min.js +1 -0
  62. package/dist/scripts/reports-app-4db787098c.min.js +19 -0
  63. package/package.json +52 -52
package/package.json CHANGED
@@ -1,52 +1,52 @@
1
- {
2
- "name": "@clickview/reports",
3
- "version": "0.0.6",
4
- "description": "ClickView Reports",
5
- "main": "dist/reports-app.js",
6
- "scripts": {
7
- "start": "set NODE_ENV=development&& webpack -w --config ./tooling/webpack.config.js",
8
- "build": "set NODE_ENV=production&& webpack --config ./tooling/webpack.config.js",
9
- "dev-build": "set NODE_ENV=development&& webpack --config ./tooling/webpack.config.js"
10
- },
11
- "repository": {
12
- "type": "git",
13
- "url": "https://gitlab.cvinternal.net/front-end/clickview"
14
- },
15
- "cv": {
16
- "publishable": true,
17
- "rebuildable": true
18
- },
19
- "author": "Joshua Taylor, Shale Kuzmanovski, Matt Trengrove, Michael McDonnell",
20
- "license": "ISC",
21
- "devDependencies": {
22
- "@babel/core": "7.11.6",
23
- "@clickview/eslint-config": "1.0.1",
24
- "@clickview/tooling": "0.0.27",
25
- "@types/chroma-js": "2.1.3",
26
- "@types/react-custom-scrollbars": "4.0.6",
27
- "@types/react-dates": "21.8.1",
28
- "@types/react-table": "7.0.29",
29
- "redux-devtools-extension": "2.13.8"
30
- },
31
- "dependencies": {
32
- "@clickview/styles": "1.0.20",
33
- "chroma-js": "2.1.2",
34
- "highcharts": "9.1.0",
35
- "highcharts-react-official": "3.0.0",
36
- "react-custom-scrollbars": "4.2.1",
37
- "react-dates": "21.8.0",
38
- "react-table": "7.6.3",
39
- "unique-names-generator": "4.5.0"
40
- },
41
- "babel": {
42
- "presets": [
43
- [
44
- "@babel/preset-env",
45
- {
46
- "corejs": 3,
47
- "useBuiltIns": "entry"
48
- }
49
- ]
50
- ]
51
- }
52
- }
1
+ {
2
+ "name": "@clickview/reports",
3
+ "version": "0.0.7-rc.1",
4
+ "description": "ClickView Reports",
5
+ "main": "dist/reports-app.js",
6
+ "scripts": {
7
+ "start": "set NODE_ENV=development&& webpack -w --config ./tooling/webpack.config.js",
8
+ "build": "set NODE_ENV=production&& webpack --config ./tooling/webpack.config.js",
9
+ "dev-build": "set NODE_ENV=development&& webpack --config ./tooling/webpack.config.js"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://gitlab.cvinternal.net/front-end/clickview"
14
+ },
15
+ "cv": {
16
+ "publishable": true,
17
+ "rebuildable": true
18
+ },
19
+ "author": "Joshua Taylor, Shale Kuzmanovski, Matt Trengrove, Michael McDonnell",
20
+ "license": "ISC",
21
+ "devDependencies": {
22
+ "@babel/core": "7.11.6",
23
+ "@clickview/eslint-config": "1.0.1",
24
+ "@clickview/tooling": "0.0.28-rc.1",
25
+ "@types/chroma-js": "2.1.3",
26
+ "@types/react-custom-scrollbars": "4.0.6",
27
+ "@types/react-dates": "21.8.1",
28
+ "@types/react-table": "7.0.29",
29
+ "redux-devtools-extension": "2.13.8"
30
+ },
31
+ "dependencies": {
32
+ "@clickview/styles": "1.0.21-rc.1",
33
+ "chroma-js": "2.1.2",
34
+ "highcharts": "9.1.0",
35
+ "highcharts-react-official": "3.0.0",
36
+ "react-custom-scrollbars": "4.2.1",
37
+ "react-dates": "21.8.0",
38
+ "react-table": "7.6.3",
39
+ "unique-names-generator": "4.5.0"
40
+ },
41
+ "babel": {
42
+ "presets": [
43
+ [
44
+ "@babel/preset-env",
45
+ {
46
+ "corejs": 3,
47
+ "useBuiltIns": "entry"
48
+ }
49
+ ]
50
+ ]
51
+ }
52
+ }