@redsift/design-system-legacy 7.5.1 → 7.6.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 +1 -1
  2. package/package.json +4 -5
package/CONTRIBUTING.md CHANGED
@@ -40,7 +40,7 @@ The Design System is following a monorepo architecture, providing multiple packa
40
40
 
41
41
  - `@redsift/popovers`
42
42
 
43
- This package provides popover components. Popover components are based on [floating-ui](https://floating-ui.com/) and [@floating-ui/react](https://floating-ui.com/docs/react).
43
+ This package provides popover components. Popover components are based on [floating-ui](https://floating-ui.com/) and [@floating-ui/react](https://floating-ui.com/docs/react). Toasts are based on [react-toastify](https://fkhadra.github.io/react-toastify).
44
44
 
45
45
  - `@redsift/table`
46
46
 
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.5.1",
14
+ "version": "7.6.0",
15
15
  "dependencies": {
16
16
  "classnames": "^2.3.1",
17
17
  "match-sorter": "^6.3.1",
@@ -55,13 +55,12 @@
55
55
  "rollup-plugin-cleaner": "^1.0.0",
56
56
  "rollup-plugin-copy": "^3.4.0",
57
57
  "rollup-plugin-ts-paths-resolve": "^1.7.1",
58
- "rollup-plugin-typescript-paths": "^1.3.1",
59
- "styled-components": "^5.3.5"
58
+ "rollup-plugin-typescript-paths": "^1.3.1"
60
59
  },
61
60
  "peerDependencies": {
62
61
  "react": "17 || 18",
63
62
  "react-dom": "17 || 18",
64
- "styled-components": "^5.3.3"
63
+ "styled-components": "^5.3.5"
65
64
  },
66
- "gitHead": "bc01f6a68f156a9fefc1967ae483ea91abe11060"
65
+ "gitHead": "2916bb0d5caa50c6db448183473328fb40927cd5"
67
66
  }