@redsift/icons 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.
- package/CONTRIBUTING.md +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
|
|
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
|
|
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
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"url": "git+https://github.com/redsift/design-system"
|
|
20
20
|
},
|
|
21
21
|
"sideEffects": false,
|
|
22
|
-
"version": "
|
|
22
|
+
"version": "8.0.0-alpha.0",
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "rollup -c",
|
|
25
25
|
"prepublishOnly": "yarn build"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"rollup-plugin-ts-paths-resolve": "^1.7.1",
|
|
50
50
|
"rollup-plugin-typescript-paths": "^1.3.1"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "e18c06abeed582e7cb119cc94fc45d1b187a7e30"
|
|
53
53
|
}
|