@redsift/icons 7.4.1 → 7.5.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 +4 -0
  2. package/package.json +2 -2
package/CONTRIBUTING.md CHANGED
@@ -38,6 +38,10 @@ The Design System is following a monorepo architecture, providing multiple packa
38
38
 
39
39
  This package is the main package of Red Sift's Design System. It provides the majority of the components, including layout, formatting, navigation, form and interactive components.
40
40
 
41
+ - `@redsift/popovers`
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).
44
+
41
45
  - `@redsift/table`
42
46
 
43
47
  This package provides datagrid components and features based on [MUI DataGrid](https://mui.com/x/react-data-grid/). Due to the use of advanced features, a [premium license](https://mui.com/x/introduction/licensing/#premium-plan) from MUI is required.
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": "7.4.1",
22
+ "version": "7.5.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": "283c453ec0ed1ac843f524c7bbf90097d84bcbb2"
52
+ "gitHead": "77eb22e70587e29f00dc43e2fed04ab1c35d7c66"
53
53
  }