diff --git a/components/layout/config.js b/components/layout/config.js index 569e13128d..3dc1169dcc 100644 --- a/components/layout/config.js +++ b/components/layout/config.js @@ -59,15 +59,7 @@ export default function Config(props) {
-

Free Themes

-

- Built-in component themes created by the{' '} - - PrimeReact Theme Designer - - . -

- +

Themes

Bootstrap

diff --git a/components/layout/layout.js b/components/layout/layout.js index 99e06f9c78..5620301983 100644 --- a/components/layout/layout.js +++ b/components/layout/layout.js @@ -12,7 +12,7 @@ import Topbar from './topbar'; export default function Layout(props) { const [inputStyle, setInputStyle] = useState('outlined'); - const [ripple, setRipple] = useState(false); + const [ripple, setRipple] = useState(true); const [sidebarActive, setSidebarActive] = useState(false); const [configActive, setConfigActive] = useState(false); const router = useRouter(); diff --git a/pages/roadmap/index.js b/pages/roadmap/index.js index 49124cb223..3fde5d9e98 100644 --- a/pages/roadmap/index.js +++ b/pages/roadmap/index.js @@ -12,203 +12,203 @@ const Roadmap = () => { maintenance work of the PrimeReact library" /> -
-
-

Roadmap

-

- At PrimeTek, we are passionate about improving PrimeReact and would like to share our ideas for 2023 with the community. These are planned to be implemented in parallel to the regular - maintenance work of the library involving review of issue tickets, PRs and PrimeReact PRO support. This page is updated periodically so please revisit to monitor the progress. -

-
+
+

Roadmap

+

+ At{' '} + + PrimeTek + + , we are passionate about improving PrimeReact and would like to share our ideas for 2023 with the community. These are planned to be implemented in parallel to the regular maintenance work of the library involving review of issue + tickets, PRs and PrimeReact PRO support. This page is updated periodically so please revisit to monitor the progress. +

-
-
-
-
-
-
Q1
-
Q2
-
Q3
-
Q4
+
+
+
+
+
Q1
+
Q2
+
Q3
+
Q4
+
+
+
+
COMPONENTS
+
+
+

New Styling API

+

Modernize styling to provide a flexible API to support styled components, css modules and sass.

+

Migrate from SCSS to CSS variables.

+
+
+
+
+
+
+
+

Accessibility

+

Implement WCAG Level AA compliance using PrimeVue as the reference implementation.

+
+
+
+
+
+

Unstyled Mode

+

Implementation of the Unstyled Mode to support libraries like Tailwind.

+
+
+
+
+
+
+
+

DragDrop Utils

+

Standalone Drag and Drop utilities that are also integrated within certain components e.g. Tree.

+
+
+
+
+
+

Full Calendar

+

New Full Calendar / Scheduler component.

+
+
+
+
+
+
+
+
+
Figma UI Kit
+
+
+

Tokens

+

Add support for Figma Tokens.

+
+
+
+
+
+
+
+

Theme Generator

+

Create a Figma Plugin to generate themes from Figma.

+
+
+
+
+
+
+
+
+
+
SHOWCASE
+
+
+

Demos

+

Standalone demos for each component feature instead of one demo page that demonstrates multiple features.

+
+
+
+
+
+

Documentation

+

New component API docs generated by TSDoc.

+
+
+
+
+
+
+
+
-
-
-
COMPONENTS
-
-
-

New Styling API

-

Modernize styling to provide a flexible API to support styled components, css modules and sass.

-

Migrate from SCSS to CSS variables.

-
-
-
-
-
-
-
-

Accessibility

-

Implement WCAG Level AA compliance using PrimeVue as the reference implementation.

-
-
-
-
-
-

Unstyled Mode

-

Implementation of the Unstyled Mode to support libraries like Tailwind.

-
-
-
-
-
-
-
-

DragDrop Utils

-

Standalone Drag and Drop utilities that are also integrated within certain components e.g. Tree.

-
-
-
-
-
-

Full Calendar

-

New Full Calendar / Scheduler component.

-
-
-
-
-
-
+
+
PrimeBlocks
+
+
+

New Blocks

+

30+ new UI Blocks.

+
+
+
+
-
-
Figma UI Kit
-
-
-

Tokens

-

Add support for Figma Tokens.

-
-
-
-
-
-
-
-

Theme Generator

-

Create a Figma Plugin to generate themes from Figma.

-
-
-
-
-
-
-
+
+
+

Blocks Update

+

More UI Blocks.

+
+
+
+
-
-
SHOWCASE
-
-
-

Demos

-

Standalone demos for each component feature instead of one demo page that demonstrates multiple features.

-
-
-
-
-
-

Documentation

-

New component API docs generated by TSDoc.

-
-
-
-
-
-
-
-
+
+
+

Blocks Update

+

More UI Blocks.

+
+
+
+
-
-
PrimeBlocks
-
-
-

New Blocks

-

30+ new UI Blocks.

-
-
-
-
-
-
-
-

Blocks Update

-

More UI Blocks.

-
-
-
-
-
-
-
-

Blocks Update

-

More UI Blocks.

-
-
-
-
-
-
-
-

Blocks Update

-

More UI Blocks.

-
-
-
+
+
+

Blocks Update

+

More UI Blocks.

+
+
-
-
Designer
-
-
-

New Free Themes

-

Open source new themes including Soho, Viva, Mira and Nano.

-
-
-
-
-
-
-
-

Figma Plugin Compatibility

-

Online service to the Figma UI Kit to generate themes from Figma.

-
-
-
-
-
-
-
+
+
+
Designer
+
+
+

New Free Themes

+

Open source new themes including Soho, Viva, Mira and Nano.

+
+
+
+
+
+
+
+

Figma Plugin Compatibility

+

Online service to the Figma UI Kit to generate themes from Figma.

+
+
+
+
-
-
Templates
-
-
-

Apollo

-

Port Apollo from PrimeNG using NEXT.js.

-
-
-
-
-
-
-
-

Migrate to NEXT.js

-

Continue migration of templates to NEXT.js.

-
-
-
-
-
-
-
+
+
+
+
+
Templates
+
+
+

Apollo

+

Port Apollo from PrimeNG using NEXT.js.

+
+
+
+
+
+
+
+

Migrate to NEXT.js

+

Continue migration of templates to NEXT.js.

+
+
+
+
+
+
diff --git a/pages/support/index.js b/pages/support/index.js index 89fc777428..a989f9d268 100644 --- a/pages/support/index.js +++ b/pages/support/index.js @@ -2,7 +2,7 @@ import React from 'react'; const SupportPage = () => { return ( -
+
PRO Support
diff --git a/pages/templates/index.js b/pages/templates/index.js index d5df84b379..a109099d44 100644 --- a/pages/templates/index.js +++ b/pages/templates/index.js @@ -2,7 +2,7 @@ import React from 'react'; const TemplatesPage = () => { return ( -
+

Templates

Highly customizable application templates to get started in no time with style. Designed and implemented by PrimeTek.

diff --git a/pages/uikit/index.js b/pages/uikit/index.js index 81e610d3a1..ed4eb3de54 100644 --- a/pages/uikit/index.js +++ b/pages/uikit/index.js @@ -17,7 +17,7 @@ const UIKitPage = (props) => { UI Kit - PrimeReact -
+
PrimeReact Designer
diff --git a/styles/layout/_sidebar.scss b/styles/layout/_sidebar.scss index 43e0720eff..e635c24869 100644 --- a/styles/layout/_sidebar.scss +++ b/styles/layout/_sidebar.scss @@ -88,6 +88,11 @@ background-color: var(--highlight-bg); color: var(--highlight-text-color); + &:hover { + background-color: var(--highlight-bg); + color: var(--highlight-text-color); + } + > .menu-icon { i { color: var(--highlight-text-color);