@redsift/design-system-legacy 7.8.0 → 8.0.0-alpha.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.
Files changed (2) hide show
  1. package/CONTRIBUTING.md +2 -2
  2. package/package.json +2 -2
package/CONTRIBUTING.md CHANGED
@@ -48,11 +48,11 @@ The Design System is following a monorepo architecture, providing multiple packa
48
48
 
49
49
  - `@redsift/charts`
50
50
 
51
- This package provides charts components. Charts are based on [d3.js](https://d3js.org/) and are mainly static. For filterable charts, see `@redsift/dashboard`.
51
+ This package provides charts components. Charts are based on [d3.js](https://d3js.org/) for computation, [react](https://react.dev/) for rendering and events and [react-spring](https://www.react-spring.dev/) for animations and transitions.
52
52
 
53
53
  - `@redsift/dashboard`
54
54
 
55
- This package provides dashboard-related components. Charts are based on [dc.js](https://dc-js.github.io/dc.js/), [d3fc](https://d3fc.io/) and [crossfilter](https://crossfilter.github.io/crossfilter/) and datagrids are based on `@redsift/table`. It contains every filterable elements to use inside a dashboard. For static charts, see `@redsift/charts`.
55
+ This package provides dashboard-related components and decorators to make charts and datagrid filterable using [crossfilter](https://crossfilter.github.io/crossfilter/).
56
56
 
57
57
  - _Deprecated_ `@redsift/design-system-legacy`
58
58
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "prepare": "install-peers || exit 0",
12
12
  "prepublishOnly": "yarn build"
13
13
  },
14
- "version": "7.8.0",
14
+ "version": "8.0.0-alpha.0",
15
15
  "dependencies": {
16
16
  "classnames": "^2.3.1",
17
17
  "match-sorter": "^6.3.1",
@@ -62,5 +62,5 @@
62
62
  "react-dom": "17 || 18",
63
63
  "styled-components": "^5.3.5"
64
64
  },
65
- "gitHead": "e5fa6f16c11c1ba600412a8d2ab29ba362c2a72c"
65
+ "gitHead": "e18c06abeed582e7cb119cc94fc45d1b187a7e30"
66
66
  }