@redsift/dashboard 11.9.4 → 12.0.0-muiv6

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 -5
  2. package/package.json +7 -8
package/CONTRIBUTING.md CHANGED
@@ -62,10 +62,6 @@ The Design System is following a monorepo architecture, providing multiple packa
62
62
 
63
63
  This package provides ready-to-use implementation of components with a customize style to fit Red Sift's use cases. It is based on all other packages.
64
64
 
65
- - _Deprecated_ `@redsift/design-system-legacy`
66
-
67
- This package contains all components prior to the 6.0.0 version. These components are deprecated and contributing to this package is discouraged since it will be removed in the future.
68
-
69
65
  Please make sure to work inside the correct package when making contribution.
70
66
 
71
67
  If you need something inside more than one package, do not duplicate the code. Place it inside one package, export it from this package and import it inside the others.
@@ -410,8 +406,8 @@ yarn build:charts
410
406
  yarn build:dashboard
411
407
  yarn build:design-system
412
408
  yarn build:icons
413
- yarn build:legacy
414
409
  yarn build:table
410
+ yarn build:products
415
411
  ```
416
412
 
417
413
  ## Publishing a release
package/package.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "test": "yarn test:unit && yarn test:storybook"
31
31
  },
32
32
  "types": "types.d.ts",
33
- "version": "11.9.4",
33
+ "version": "12.0.0-muiv6",
34
34
  "dependencies": {
35
35
  "@emotion/react": "^11.10.4",
36
36
  "@emotion/styled": "^11.10.4",
@@ -74,7 +74,6 @@
74
74
  "@types/jest": "^27.5.1",
75
75
  "@types/react": "18.0.12",
76
76
  "@types/react-dom": "18.0.5",
77
- "@types/styled-components": "^5.1.25",
78
77
  "@typescript-eslint/eslint-plugin": "^5.48.0",
79
78
  "@typescript-eslint/parser": "^5.26.0",
80
79
  "crossfilter2": "^1.5.4",
@@ -100,15 +99,15 @@
100
99
  },
101
100
  "peerDependencies": {
102
101
  "@mui/x-data-grid-pro": ">=6",
103
- "@redsift/charts": "^11.9.4-0",
104
- "@redsift/design-system": "^11.9.4-0",
105
- "@redsift/icons": "^11.9.4-0",
106
- "@redsift/table": "^11.9.4-0",
102
+ "@redsift/charts": "^12.0.0-0",
103
+ "@redsift/design-system": "^12.0.0-0",
104
+ "@redsift/icons": "^12.0.0-0",
105
+ "@redsift/table": "^12.0.0-0",
107
106
  "crossfilter2": "^1.5.4",
108
107
  "dc": "^4.2.7",
109
108
  "react": ">=17",
110
109
  "react-dom": ">=17",
111
- "styled-components": "^5.3.5"
110
+ "styled-components": "6.1.19"
112
111
  },
113
- "gitHead": "9a03d280397d4c14275b70d80b7189b7fce40e57"
112
+ "gitHead": "335e07afb5651d859877fe5c1861a274091d2153"
114
113
  }