@unovis/react 1.1.0-beta.3 → 1.1.0-beta.6

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 (53) hide show
  1. package/components/area/index.js +9 -5
  2. package/components/area/index.js.map +1 -1
  3. package/components/axis/index.js +9 -5
  4. package/components/axis/index.js.map +1 -1
  5. package/components/brush/index.js +9 -5
  6. package/components/brush/index.js.map +1 -1
  7. package/components/chord-diagram/index.js +30 -0
  8. package/components/chord-diagram/index.js.map +1 -0
  9. package/components/crosshair/index.js +9 -5
  10. package/components/crosshair/index.js.map +1 -1
  11. package/components/donut/index.js +9 -5
  12. package/components/donut/index.js.map +1 -1
  13. package/components/free-brush/index.js +9 -5
  14. package/components/free-brush/index.js.map +1 -1
  15. package/components/graph/index.js +9 -5
  16. package/components/graph/index.js.map +1 -1
  17. package/components/grouped-bar/index.js +9 -5
  18. package/components/grouped-bar/index.js.map +1 -1
  19. package/components/line/index.js +9 -5
  20. package/components/line/index.js.map +1 -1
  21. package/components/sankey/index.js +9 -5
  22. package/components/sankey/index.js.map +1 -1
  23. package/components/scatter/index.js +9 -5
  24. package/components/scatter/index.js.map +1 -1
  25. package/components/stacked-bar/index.js +9 -5
  26. package/components/stacked-bar/index.js.map +1 -1
  27. package/components/timeline/index.js +9 -5
  28. package/components/timeline/index.js.map +1 -1
  29. package/components/tooltip/index.js +9 -5
  30. package/components/tooltip/index.js.map +1 -1
  31. package/components/topojson-map/index.js +9 -5
  32. package/components/topojson-map/index.js.map +1 -1
  33. package/components/xy-labels/index.js +9 -5
  34. package/components/xy-labels/index.js.map +1 -1
  35. package/components.d.ts +3 -2
  36. package/composites/time-series/index.js +4 -5
  37. package/composites/time-series/index.js.map +1 -1
  38. package/composites/time-series/style.module.css.js +8 -0
  39. package/composites/time-series/style.module.css.js.map +1 -0
  40. package/containers/single-container/index.d.ts +3 -1
  41. package/containers/single-container/index.js +2 -1
  42. package/containers/single-container/index.js.map +1 -1
  43. package/containers/xy-container/index.d.ts +2 -1
  44. package/containers/xy-container/index.js +2 -1
  45. package/containers/xy-container/index.js.map +1 -1
  46. package/external/style-inject/dist/style-inject.es.js +29 -0
  47. package/external/style-inject/dist/style-inject.es.js.map +1 -0
  48. package/index.js +2 -1
  49. package/index.js.map +1 -1
  50. package/package.json +4 -4
  51. package/composites/time-series/style.d.ts +0 -3
  52. package/composites/time-series/style.js +0 -21
  53. package/composites/time-series/style.js.map +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unovis/react",
3
3
  "description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript",
4
- "version": "1.1.0-beta.3",
4
+ "version": "1.1.0-beta.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/f5/unovis.git",
@@ -35,13 +35,11 @@
35
35
  "publish:dist": "rm -rf dist/.cache; cp ./{LICENSE,README.md,package.json} ./dist; cd ./dist; npm publish"
36
36
  },
37
37
  "peerDependencies": {
38
- "@emotion/css": "^11.7.1",
39
- "@unovis/ts": "1.1.0-beta.3",
38
+ "@unovis/ts": "1.1.0-beta.6",
40
39
  "react": ">=16.8.0 || ^17 || ^18",
41
40
  "react-dom": ">=16.8.0 || ^17 || ^18"
42
41
  },
43
42
  "devDependencies": {
44
- "@emotion/css": "^11.7.1",
45
43
  "@rollup/plugin-node-resolve": "^13.0.4",
46
44
  "@types/react": ">=16.8.0",
47
45
  "@types/node": "^16.11.17",
@@ -51,6 +49,8 @@
51
49
  "rimraf": "^3.0.2",
52
50
  "rollup": "^2.61.1",
53
51
  "rollup-plugin-peer-deps-external": "^2.2.4",
52
+ "rollup-plugin-postcss": "^4.0.2",
53
+ "rollup-plugin-rename-node-modules": "^1.3.1",
54
54
  "rollup-plugin-typescript2": "^0.31.1",
55
55
  "tsconfig-paths-webpack-plugin": "^3.5.2",
56
56
  "tslib": "^2.3.1",
@@ -1,3 +0,0 @@
1
- export declare const timeSeriesContainer: string;
2
- export declare const timeSeriesModule: string;
3
- export declare const navigationModule: string;
@@ -1,21 +0,0 @@
1
- import { css } from '@emotion/css';
2
-
3
- const timeSeriesContainer = css `
4
- position: relative;
5
- height: 400px;
6
- width: 100%;
7
- font-family: sans-serif;
8
- `;
9
- const timeSeriesModule = css `
10
- width: 100%;
11
- height: 70%;
12
- position: relative;
13
- `;
14
- const navigationModule = css `
15
- width: 100%;
16
- height: 30%;
17
- position: relative;
18
- `;
19
-
20
- export { navigationModule, timeSeriesContainer, timeSeriesModule };
21
- //# sourceMappingURL=style.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"style.js","sources":["../../../src/composites/time-series/style.ts"],"sourcesContent":["import { css } from '@emotion/css'\n\nexport const timeSeriesContainer = css`\n position: relative;\n height: 400px;\n width: 100%;\n font-family: sans-serif;\n`\n\nexport const timeSeriesModule = css`\n width: 100%;\n height: 70%;\n position: relative;\n`\n\nexport const navigationModule = css`\n width: 100%;\n height: 30%;\n position: relative;\n`\n"],"names":[],"mappings":";;AAEO,MAAM,mBAAmB,GAAG,GAAG,CAAA,CAAA;;;;;EAKrC;AAEM,MAAM,gBAAgB,GAAG,GAAG,CAAA,CAAA;;;;EAIlC;AAEM,MAAM,gBAAgB,GAAG,GAAG,CAAA,CAAA;;;;;;;;"}