Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jun 14, 2023
2 parents 6fd8a21 + 8649d45 commit 4f69e5a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "16.0.0",
"version": "16.0.1-SNAPSHOT",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"ng": "ng",
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/pages/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@

<section
class="landing-getstarted flex flex-column md:flex-row align-items-center justify-content-center mt-8 z-1">
<a class="linkbox active font-semibold py-3 px-4 fadeinleft animation-duration-2000 animation-ease-out"
<a class="linkbox active font-semibold py-3 px-4"
[routerLink]="'installation'">
Get Started
<i class="pi pi-arrow-right ml-3"></i>
</a>

<div class="box download-box font-medium w-14rem p-3 px-4 mt-3 md:mt-0 md:ml-3 bg-transparent inline-flex align-items-center fadeinright animation-duration-2000 animation-ease-out cursor-pointer"
<div class="box download-box font-medium w-14rem p-3 px-4 mt-3 md:mt-0 md:ml-3 bg-transparent inline-flex align-items-center cursor-pointer"
(click)="copyNpm()">
<i [class]="'download-icon mr-3 ' + (isNpmCopied ? 'pi pi-copy' : 'pi pi-download')"></i>
<span class="font-bold" :style="{fontFamily:'monaco'}">{{ isNpmCopied ? 'copied!' : 'npm i primeng'
Expand Down
3 changes: 1 addition & 2 deletions src/app/showcase/pages/landing/landing.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class LandingComponent implements OnInit, OnDestroy {

darkMode: boolean = false;

setAnimation: boolean = false;
setAnimation: boolean = true;

selectedOptions: string[] = ['1'];

Expand Down Expand Up @@ -246,7 +246,6 @@ export class LandingComponent implements OnInit, OnDestroy {
}

ngAfterViewInit() {
this.setAnimation = true;
this.cd.detectChanges();
}

Expand Down
41 changes: 17 additions & 24 deletions src/app/showcase/pages/roadmap/roadmap.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Roadmap</h1>
<h2 class="text-lg font-bold mt-0 mb-2">Typings</h2>
<p class="mt-0 mb-3 line-height-3">Improve codebase to utilize more strict types.</p>
<div class="surface-200 border-round">
<div class="bg-blue-500 border-round" style="width: 15%; height: 4px"></div>
<div class="bg-blue-500 border-round" style="width: 100%; height: 4px"></div>
</div>
</div>
</div>
Expand All @@ -35,18 +35,18 @@ <h2 class="text-lg font-bold mt-0 mb-2">Typings</h2>
<h2 class="text-lg font-bold mt-0 mb-2">Accessibility</h2>
<p class="mt-0 mb-3 line-height-3">Implement WCAG Level AA compliance using PrimeVue as the reference implementation.</p>
<div class="surface-200 border-round">
<div class="bg-blue-500 border-round" style="width: 0; height: 4px"></div>
<div class="bg-blue-500 border-round" style="width: 10%; height: 4px"></div>
</div>
</div>
</div>
<div class="flex-1 flex gap-3 flex-column">
<div class="p-3 surface-card border-round border-blue-500" style="border-left: 6px solid">
<h2 class="text-lg font-bold mt-0 mb-2">Slot Props</h2>
<p class="mt-0 mb-3 line-height-3"> Initate the implementation of Slot Props to provide advanced control over component internals.</p>
<h2 class="text-lg font-bold mt-0 mb-2">Pass Through Props</h2>
<p class="mt-0 mb-3 line-height-3"> Initate the implementation of Pass Through Props to provide advanced control over component internals.</p>
<div class="surface-200 border-round">
<div class="bg-blue-500 border-round" style="width: 0%; height: 4px"></div>
</div>
</div>
</div>
<div class="flex-1 flex gap-3 flex-column">
<div class="p-3 surface-card border-round border-blue-500" style="border-left: 6px solid">
<h2 class="text-lg font-bold mt-0 mb-2">Unstyled Mode</h2>
<p class="mt-0 mb-3 line-height-3">Implementation of the Unstyled Mode to support libraries like Tailwind.</p>
Expand Down Expand Up @@ -87,20 +87,18 @@ <h2 class="text-lg font-bold mt-0 mb-2">Full Calendar</h2>
<div class="flex-1 flex gap-3 flex-column">
<div class="p-3 surface-card border-round border-indigo-500" style="border-left: 6px solid">
<h2 class="text-lg font-bold mt-0 mb-2">Tokens</h2>
<p class="mt-0 mb-3 line-height-3">Add support for Figma Tokens.</p>
<p class="mt-0 mb-3 line-height-3">Initiate support for Figma Tokens.</p>
<div class="surface-200 border-round">
<div class="bg-indigo-500 border-round" style="width: 0%; height: 4px"></div>
<div class="bg-indigo-500 border-round" style="width: 100%; height: 4px"></div>
</div>
</div>
</div>
<div class="flex-1 flex gap-3 flex-column">
<div class="p-3 surface-card border-round border-bluegray-500"
style="border-left: 6px solid">
<h2 class="text-lg font-bold mt-0 mb-2">Theme Generator</h2>
<p class="mt-0 mb-3 line-height-3">Create a Figma Plugin to generate themes from Figma.
</p>
<div class="p-3 surface-card border-round border-indigo-500" style="border-left: 6px solid">
<h2 class="text-lg font-bold mt-0 mb-2">Tokens</h2>
<p class="mt-0 mb-3 line-height-3">Finalize Figma Tokens.</p>
<div class="surface-200 border-round">
<div class="bg-bluegray-500 border-round" style="width: 0%; height: 4px"></div>
<div class="bg-indigo-500 border-round" style="width: 50%; height: 4px"></div>
</div>
</div>
</div>
Expand All @@ -124,7 +122,7 @@ <h2 class="text-lg font-bold mt-0 mb-2">Demos</h2>
<h2 class="text-lg font-bold mt-0 mb-2">Documentation</h2>
<p class="mt-0 mb-3 line-height-3">New component API docs generated by TSDoc.</p>
<div class="surface-200 border-round">
<div class="bg-teal-500 border-round" style="width: 0%; height: 4px"></div>
<div class="bg-teal-500 border-round" style="width: 100%; height: 4px"></div>
</div>
</div>
</div>
Expand All @@ -139,13 +137,7 @@ <h2 class="text-lg font-bold mt-0 mb-2">Documentation</h2>

</div>
<div class="flex-1 flex gap-3 flex-column">
<div class="p-3 surface-card border-round border-orange-500" style="border-left: 6px solid">
<h2 class="text-lg font-bold mt-0 mb-2">Blocks Update</h2>
<p class="mt-0 mb-3 line-height-3">More UI Blocks.</p>
<div class="surface-200 border-round">
<div class="bg-orange-500 border-round" style="width: 0%; height: 4px"></div>
</div>
</div>

</div>
<div class="flex-1 flex gap-3 flex-column">
<div class="p-3 surface-card border-round border-orange-500" style="border-left: 6px solid">
Expand Down Expand Up @@ -179,6 +171,8 @@ <h2 class="text-lg font-bold mt-0 mb-2">Open Source Designer</h2>
</div>
</div>
</div>
<div class="flex-1 flex gap-3 flex-column">
</div>
<div class="flex-1 flex gap-3 flex-column">
<div class="p-3 surface-card border-round border-pink-500" style="border-left: 6px solid">
<h2 class="text-lg font-bold mt-0 mb-2">New UI for Theme Designer</h2>
Expand All @@ -189,7 +183,6 @@ <h2 class="text-lg font-bold mt-0 mb-2">New UI for Theme Designer</h2>
</div>
</div>
<div class="flex-1 flex gap-3 flex-column"></div>
<div class="flex-1 flex gap-3 flex-column"></div>
</div>
<div class="flex gap-3 border-bottom-1 surface-border pb-3">
<div class="flex-shrink-0 p-3 bg-purple-500 text-white border-round font-bold text-lg flex align-items-center justify-content-center w-14rem">Templates</div>
Expand All @@ -198,7 +191,7 @@ <h2 class="text-lg font-bold mt-0 mb-2">New UI for Theme Designer</h2>
<h2 class="text-lg font-bold mt-0 mb-2">Next-Gen Templates</h2>
<p class="mt-0 mb-3 line-height-3">Update more templates to NextGen standards set by <a href="https://www.youtube.com/watch?v=yl2f8KKY204" class="text-primary hover:underline font-semibold">Apollo</a>.</p>
<div class="surface-200 border-round">
<div class="bg-purple-500 border-round" style="width: 0%; height: 4px"></div>
<div class="bg-purple-500 border-round" style="width: 100%; height: 4px"></div>
</div>
</div>
</div>
Expand Down
15 changes: 15 additions & 0 deletions src/app/showcase/pages/team/team.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ <h1>Meet the Team</h1>
<span class="mb-2 text-xl font-bold">Onur Şentüre</span>
<span>Design Lead</span>
</div>
<div class="flex flex-column align-items-center flex-auto">
<img src="https://primefaces.org/cdn/primeng/images/team/yigit.jpg" class="border-circle mb-4" alt="Yiğit Fındıklı" />
<span class="mb-2 text-xl font-bold">Yiğit Fındıklı</span>
<span>Technical Lead</span>
</div>
<div class="flex flex-column align-items-center flex-auto">
<img src="https://primefaces.org/cdn/primeng/images/team/dilara.jpg" class="border-circle mb-4" alt="Dilara Can" />
<span class="mb-2 text-xl font-bold">Dilara Güngenci</span>
Expand Down Expand Up @@ -92,6 +97,16 @@ <h1>Meet the Team</h1>
<span class="mb-2 text-xl font-bold">Olgu Başak</span>
<span>Java Web Developer</span>
</div>
<div class="flex flex-column align-items-center flex-auto">
<img src="https://primefaces.org/cdn/primeng/images/team/furkan.jpg" class="border-circle mb-4" alt="Furkan Seziş" />
<span class="mb-2 text-xl font-bold">Furkan Seziş</span>
<span>Front-End Developer</span>
</div>
<div class="flex flex-column align-items-center flex-auto">
<img src="https://primefaces.org/cdn/primeng/images/team/burak.jpg" class="border-circle mb-4" alt="Burak Sağlam" />
<span class="mb-2 text-xl font-bold">Burak Sağlam</span>
<span>Front-End Developer</span>
</div>
</div>
</div>
</div>

0 comments on commit 4f69e5a

Please sign in to comment.