Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d2c7f1e
📈 analytics: enhance SEO and social media metadata
srizzon Mar 27, 2025
e35e523
🚧 chore: update og-image
srizzon Mar 27, 2025
175e86d
🚧 chore: change file extension from .js to cjs (#64)
elderfonseca Mar 26, 2025
84c42ab
🧪 test(checkbox): creation of the spec file and unit tests of the che…
elderfonseca Mar 26, 2025
9331855
🧪 test(checkbox): add tests for reactiveform context (#64)
elderfonseca Mar 27, 2025
e238d3e
feat(divider): add divider component (#78)
julianosouzanh Apr 5, 2025
5c5b252
Feat/#56 avatar component (#77)
fernandoarag Apr 5, 2025
a9368e9
✨ feat(alert): add alert component (#53)
Brenerr Apr 5, 2025
ed0c72b
feat: adding dropdown component (#59)
asyncLucas Apr 5, 2025
5f21e3c
Merge branch 'master' of https://github.com/zard-ui/zardui into alpha
Luizgomess Apr 5, 2025
b3e9e7d
🚧 chore: removing unused files
Luizgomess Apr 5, 2025
acf134c
Feat/#45 automatic documentation generation v2 (#81)
Luizgomess Apr 8, 2025
85b498b
Feat/#45 automatic documentation generation v2 (#82)
Luizgomess Apr 9, 2025
edd7667
Feature/#58 tabs component (#84)
RyanDrop Apr 14, 2025
6f432c7
Feat/#17 accordion component (#83)
ale-neto Apr 15, 2025
c77179f
Merge branch 'master' of https://github.com/zard-ui/zardui into alpha
Luizgomess Apr 15, 2025
05480e4
✨ feat: update accordion component availability to true
Luizgomess Apr 15, 2025
ca0a826
✨ feat: change default component from 'alert' to 'accordion'
Luizgomess Apr 15, 2025
bb24419
✏️ docs: updating overview files structure
Luizgomess May 24, 2025
1b6f6de
✨ feat: updating design and adding new plugins from prism.js
Luizgomess May 24, 2025
e724fb9
✨ feat: doc mobile nav (improvised)
Luizgomess May 25, 2025
54cc49c
✨ feat: adding new plugins and expand feature in markdown component
Luizgomess May 25, 2025
9c68580
✨ feat: add dialog component (#89)
srizzon Jun 24, 2025
8a9b45c
feat: add breadcrumb component (#95)
ribeiromatheuss Jul 3, 2025
f3766f8
fix: updating dev pipeline with new google credentials
Luizgomess Jul 4, 2025
6592d16
Merge branch 'master' of https://github.com/zard-ui/zardui into alpha
Luizgomess Jul 5, 2025
4dea1f0
Update node.js version develop-deploy.yml
Luizgomess Jul 5, 2025
c24fc1c
Update develop-deploy.yml with channelID param
Luizgomess Jul 5, 2025
8a359bf
fix: merging conflicts
Luizgomess Jul 5, 2025
74653ed
fix: updating pipelines for all environments with node 20
Luizgomess Jul 5, 2025
64ad035
feat: updating project social medias
Luizgomess Jul 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/develop-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'npm'

- name: Install dependencies
Expand All @@ -28,4 +28,5 @@ jobs:
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.DEV_DEPLOY_CREDENTIALS }}'
projectId: zard-dev
projectId: '${{ secrets.FIREBASE_DEV_ID }}'
channelId: live
17 changes: 12 additions & 5 deletions .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'

- name: Install dependencies
run: npm install
Expand All @@ -18,10 +24,11 @@ jobs:
run: npm run build

- name: Deploy to Firebase
uses: w9jds/firebase-action@master
uses: FirebaseExtended/action-hosting-deploy@v0
with:
args: deploy --only hosting --project=zard-6fc39
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.PROD_DEPLOY_CREDENTIALS }}'
projectId: '${{ secrets.FIREBASE_PROD_ID }}'
channelId: live


4 changes: 0 additions & 4 deletions apps/web/public/components/badge/doc/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Badge

The Badge is a visual element used to highlight important information. It can be used to display statuses, notifications, or labels.

```ts
import { ZardBadgeComponent } from '@zard/badge';
```
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ import { ZardBreadcrumbModule } from '../breadcrumb.module';
</z-breadcrumb-item>
</z-breadcrumb-list>
</z-breadcrumb>

<ng-template #customTemplate>
<span class="icon-badge-info"></span>
</ng-template>
`,
})
export class ZardDemoBreadcrumbCustomSeparatorComponent {}
4 changes: 0 additions & 4 deletions apps/web/public/components/button/doc/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Button

The Button allows users to make a choice with a click or tap. Its container can include just text or a combination of text with an icon.

```ts
import { ZardButtonComponent } from '@zard/button';
```
4 changes: 0 additions & 4 deletions apps/web/public/components/card/doc/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Card

The Card component is used to display content and actions related to a single subject. It provides a structured layout with a title, description, and customizable styling.

```ts
import { ZardCardComponent } from '@zard/card';
```
4 changes: 0 additions & 4 deletions apps/web/public/components/checkbox/doc/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Checkbox

A control that allows the user to toggle between checked and not checked.

```ts
import { ZardCheckboxComponent } from '@zard/checkbox';
```
4 changes: 0 additions & 4 deletions apps/web/public/components/input/doc/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Input

The `ZardInputDirective` provides a customizable text input field. It leverages a variant system to offer different styles and behaviors, ensuring seamless integration with various designs and workflows.

```ts
import { ZardInputDirective } from '@zard/input';
```
3 changes: 3 additions & 0 deletions apps/web/public/icons/whatsapp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions apps/web/src/app/shared/constants/components.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ export interface ExampleData {
}

export const COMPONENTS: ComponentData[] = [
ACCORDION,
ALERT,
ACCORDION,
AVATAR,
BADGE,
BREADCRUMB,
BUTTON,
BREADCRUMB,
CARD,
CHECKBOX,
DIALOG,
DIVIDER,
DROPDOWN,
INPUT,
Expand All @@ -50,4 +49,4 @@ export const COMPONENTS: ComponentData[] = [
SWITCH,
TABS,
TOOLTIP,
];
];
10 changes: 8 additions & 2 deletions apps/web/src/app/shared/constants/medias.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ export const SOCIAL_MEDIAS = [
icon: 'icons/github.svg',
iconAlt: 'github icon',
},
{
name: 'Whatsapp',
url: 'https://chat.whatsapp.com/Dctdh6Huhvm24OX6js5XKT',
icon: 'icons/whatsapp.svg',
iconAlt: 'whatsapp icon',
},
{
name: 'Discord',
url: 'https://discord.com/invite/xEXvCXNw',
url: 'https://discord.com/invite/yP8Uj9rAX9',
icon: 'icons/discord.svg',
iconAlt: 'discord icon',
},
{
name: 'X',
url: '#',
url: 'https://x.com/zard_ui',
icon: 'icons/twitter.svg',
iconAlt: 'X icon',
},
Expand Down