diff --git a/package-build.json b/package-build.json index 10e7325b49..1a8b4fc3c0 100644 --- a/package-build.json +++ b/package-build.json @@ -3,7 +3,7 @@ "version": "8.0.0-rc.1", "private": false, "author": "PrimeTek Informatics", - "description": "PrimeReact is an open source UI library for React featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 280+ ready to use UI blocks to build spectacular applications in no time.", + "description": "PrimeReact is an open source UI library for React featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 280+ ready to use UI blocks to build spectacular applications in no time.", "homepage": "https://www.primefaces.org/primereact", "repository": { "type": "git", diff --git a/pages/landing/designersection.js b/pages/landing/designersection.js index 99c37eba72..36da77d84b 100644 --- a/pages/landing/designersection.js +++ b/pages/landing/designersection.js @@ -142,7 +142,7 @@ const DesignerSection = (props) => { - +
diff --git a/pages/landing/featuressection.js b/pages/landing/featuressection.js index 47dd42997e..7403307ed6 100644 --- a/pages/landing/featuressection.js +++ b/pages/landing/featuressection.js @@ -11,8 +11,8 @@ const FeaturesSection = (props) => {
components icon -
90+ UI Components
-

The ultimate set of UI Components to assist you with 90+ impressive React Components.

+
80+ UI Components
+

The ultimate set of UI Components to assist you with 80+ impressive React Components.

@@ -33,7 +33,7 @@ const FeaturesSection = (props) => {
components icon
Accessibility
-

The ultimate set of UI Components to assist you with 90+ impressive React Components.

+

The ultimate set of UI Components to assist you with 80+ impressive React Components.

diff --git a/pages/setup/index.js b/pages/setup/index.js index 621bcc033d..185173d43d 100644 --- a/pages/setup/index.js +++ b/pages/setup/index.js @@ -204,8 +204,8 @@ primereact/resources/themes/rhea/theme.css {` dependencies: { - "react": "^17.0.0", - "react-dom": "^17.0.0" + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" } `} @@ -281,11 +281,11 @@ PrimeReact.inputStyle = 'filled'; import PrimeReact from 'primereact/api'; PrimeReact.zIndex = { -modal: 1100, // dialog, sidebar -overlay: 1000, // dropdown, overlaypanel -menu: 1000, // overlay menus -tooltip: 1100 // tooltip -toast: 1200 // toast + modal: 1100, // dialog, sidebar + overlay: 1000, // dropdown, overlaypanel + menu: 1000, // overlay menus + tooltip: 1100 // tooltip + toast: 1200 // toast } `} diff --git a/pages/treetable/contextmenu.js b/pages/treetable/contextmenu.js index 69a2fc91f0..42edd0d8ea 100644 --- a/pages/treetable/contextmenu.js +++ b/pages/treetable/contextmenu.js @@ -66,15 +66,13 @@ const TreeTableContextMenuDemo = () => { setSelectedNodeKey(null)} />
-
- setExpandedKeys(e.value)} - contextMenuSelectionKey={selectedNodeKey} onContextMenuSelectionChange={event => setSelectedNodeKey(event.value)} - onContextMenu={event => cm.current.show(event.originalEvent)}> - - - - -
+ setExpandedKeys(e.value)} + contextMenuSelectionKey={selectedNodeKey} onContextMenuSelectionChange={event => setSelectedNodeKey(event.value)} + onContextMenu={event => cm.current.show(event.originalEvent)}> + + + +