@redsift/design-system-legacy 7.7.0-alpha.0 → 7.7.0-alpha.2

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 +1 -1
  2. package/package.json +2 -2
package/CONTRIBUTING.md CHANGED
@@ -52,7 +52,7 @@ The Design System is following a monorepo architecture, providing multiple packa
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/) 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. 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`.
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.7.0-alpha.0",
14
+ "version": "7.7.0-alpha.2",
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": "0461c52ee133762c33f81ba23f0539286493d4d8"
65
+ "gitHead": "8bb546166f182383434a722550e956e6f9d68520"
66
66
  }