Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ✨ Mise à jour du composant Carte #593

Merged
merged 2 commits into from
Sep 11, 2023

Conversation

DaBadBunny
Copy link
Collaborator

Le DSFR a apporté une nouvelle propriété au composant Card, cette PR a pour but de s'aligner sur leur dernière version

@DaBadBunny DaBadBunny self-assigned this Aug 29, 2023
@DaBadBunny DaBadBunny changed the base branch from main to develop August 29, 2023 13:16
@DaBadBunny DaBadBunny changed the title feat: ✨ Mise à jour du composant Card feat: ✨ Mise à jour du composant Carte Aug 29, 2023
@@ -194,6 +204,7 @@ export const CardAvecLiens = (args) => ({
:size="size"
:title="title"
:horizontal="horizontal"
:download: false,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:download="download"

@@ -150,6 +158,7 @@ export const CardAvecBoutons = (args) => ({
:size="size"
:title="title"
:horizontal="horizontal"
:download: false,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:download="download"

@@ -114,6 +120,7 @@ export const CardSansFleche = (args) => ({
:size="size"
:title="title"
:horizontal="horizontal"
:download: false,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:download="download"

@@ -237,6 +249,7 @@ export const CardHorizontaleAvecBoutons = (args) => ({
:size="size"
:title="title"
:horizontal="horizontal"
:download: false,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:download="download"

@@ -281,6 +295,7 @@ export const CardHorizontaleEtSmallAvecLiens = (args) => ({
:size="size"
:title="title"
:horizontal="horizontal"
:download: false,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:download="download"

@netlify
Copy link

netlify bot commented Sep 4, 2023

Deploy Preview for vue-dsfr ready!

Name Link
🔨 Latest commit e9b826d
🔍 Latest deploy log https://app.netlify.com/sites/vue-dsfr/deploys/64f5dcb342ede40008e36c99
😎 Deploy Preview https://deploy-preview-593--vue-dsfr.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@DaBadBunny DaBadBunny merged commit 49ec684 into develop Sep 11, 2023
5 checks passed
@DaBadBunny DaBadBunny deleted the feat/maj-component-card branch September 11, 2023 09:18
@github-actions
Copy link

🎉 This PR is included in version 4.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants