-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix du style des buttons et fix de l'issue sur l'uppercase dans les b…
…tns (#3667)
- Loading branch information
1 parent
b58f066
commit 7ec7f49
Showing
10 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ages/synapse-bridge/src/elements/DownloadBtn/tests/__snapshots__/DownloadBtn.spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/synapse-bridge/src/patterns/FileUpload/tests/__snapshots__/FileUpload.spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`FileUpload > renders correctly 1`] = `<label data-v-b5ec5665="" style="width: 100%;" class="text-primary vd-file-upload d-block pa-4"><input data-v-b5ec5665="" type="file" accept=".pdf,.jpg,.jpeg,.png" class="vd-file-upload-input"><span data-v-b5ec5665="" class="vd-file-upload-placeholder"><v-icon-stub data-v-b5ec5665="" color="primary" disabled="false" start="false" end="false" size="40" tag="i"></v-icon-stub><span data-v-b5ec5665="" class="text-black mt-1 font-weight-medium">Placez votre fichier ici</span><span data-v-b5ec5665="" class="text-grey mb-2">Ou</span><span data-v-b5ec5665="" class="vd-file-upload-btn bg-primary text-white text-uppercase py-2 px-4 elevation-2">Choisir un fichier</span><span data-v-b5ec5665="" class="text-grey mt-4 text-body-2 font-weight-regular">Taille max. : 10 Mo. Formats acceptés : PDF, JPG, JPEG, PNG</span></span></label>`; | ||
exports[`FileUpload > renders correctly 1`] = `<label data-v-b5ec5665="" style="width: 100%;" class="text-primary vd-file-upload d-block pa-4"><input data-v-b5ec5665="" type="file" accept=".pdf,.jpg,.jpeg,.png" class="vd-file-upload-input"><span data-v-b5ec5665="" class="vd-file-upload-placeholder"><v-icon-stub data-v-b5ec5665="" color="primary" disabled="false" start="false" end="false" size="40" tag="i"></v-icon-stub><span data-v-b5ec5665="" class="text-black mt-1 font-weight-medium">Placez votre fichier ici</span><span data-v-b5ec5665="" class="text-grey mb-2">Ou</span><span data-v-b5ec5665="" class="vd-file-upload-btn bg-primary text-white py-2 px-4 elevation-2">Choisir un fichier</span><span data-v-b5ec5665="" class="text-grey mt-4 text-body-2 font-weight-regular">Taille max. : 10 Mo. Formats acceptés : PDF, JPG, JPEG, PNG</span></span></label>`; | ||
exports[`FileUpload > renders correctly in multiple mode 1`] = `<label data-v-b5ec5665="" style="width: 100%;" class="text-primary vd-file-upload d-block pa-4"><input data-v-b5ec5665="" type="file" multiple="" accept=".pdf,.jpg,.jpeg,.png" class="vd-file-upload-input"><span data-v-b5ec5665="" class="vd-file-upload-placeholder"><v-icon-stub data-v-b5ec5665="" color="primary" disabled="false" start="false" end="false" size="40" tag="i"></v-icon-stub><span data-v-b5ec5665="" class="text-black mt-1 font-weight-medium">Placez vos fichiers ici</span><span data-v-b5ec5665="" class="text-grey mb-2">Ou</span><span data-v-b5ec5665="" class="vd-file-upload-btn bg-primary text-white text-uppercase py-2 px-4 elevation-2">Choisir un fichier</span><span data-v-b5ec5665="" class="text-grey mt-4 text-body-2 font-weight-regular">Taille max. : 10 Mo. Formats acceptés : PDF, JPG, JPEG, PNG</span></span></label>`; | ||
exports[`FileUpload > renders correctly in multiple mode 1`] = `<label data-v-b5ec5665="" style="width: 100%;" class="text-primary vd-file-upload d-block pa-4"><input data-v-b5ec5665="" type="file" multiple="" accept=".pdf,.jpg,.jpeg,.png" class="vd-file-upload-input"><span data-v-b5ec5665="" class="vd-file-upload-placeholder"><v-icon-stub data-v-b5ec5665="" color="primary" disabled="false" start="false" end="false" size="40" tag="i"></v-icon-stub><span data-v-b5ec5665="" class="text-black mt-1 font-weight-medium">Placez vos fichiers ici</span><span data-v-b5ec5665="" class="text-grey mb-2">Ou</span><span data-v-b5ec5665="" class="vd-file-upload-btn bg-primary text-white py-2 px-4 elevation-2">Choisir un fichier</span><span data-v-b5ec5665="" class="text-grey mt-4 text-body-2 font-weight-regular">Taille max. : 10 Mo. Formats acceptés : PDF, JPG, JPEG, PNG</span></span></label>`; | ||
exports[`FileUpload > renders correctly with only one extension allowed 1`] = `<label data-v-b5ec5665="" style="width: 100%;" class="text-primary vd-file-upload d-block pa-4"><input data-v-b5ec5665="" type="file" accept=".pdf" class="vd-file-upload-input"><span data-v-b5ec5665="" class="vd-file-upload-placeholder"><v-icon-stub data-v-b5ec5665="" color="primary" disabled="false" start="false" end="false" size="40" tag="i"></v-icon-stub><span data-v-b5ec5665="" class="text-black mt-1 font-weight-medium">Placez votre fichier ici</span><span data-v-b5ec5665="" class="text-grey mb-2">Ou</span><span data-v-b5ec5665="" class="vd-file-upload-btn bg-primary text-white text-uppercase py-2 px-4 elevation-2">Choisir un fichier</span><span data-v-b5ec5665="" class="text-grey mt-4 text-body-2 font-weight-regular">Taille max. : 10 Mo. Format accepté : PDF</span></span></label>`; | ||
exports[`FileUpload > renders correctly with only one extension allowed 1`] = `<label data-v-b5ec5665="" style="width: 100%;" class="text-primary vd-file-upload d-block pa-4"><input data-v-b5ec5665="" type="file" accept=".pdf" class="vd-file-upload-input"><span data-v-b5ec5665="" class="vd-file-upload-placeholder"><v-icon-stub data-v-b5ec5665="" color="primary" disabled="false" start="false" end="false" size="40" tag="i"></v-icon-stub><span data-v-b5ec5665="" class="text-black mt-1 font-weight-medium">Placez votre fichier ici</span><span data-v-b5ec5665="" class="text-grey mb-2">Ou</span><span data-v-b5ec5665="" class="vd-file-upload-btn bg-primary text-white py-2 px-4 elevation-2">Choisir un fichier</span><span data-v-b5ec5665="" class="text-grey mt-4 text-body-2 font-weight-regular">Taille max. : 10 Mo. Format accepté : PDF</span></span></label>`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,3 +175,4 @@ export default defineComponent({ | |
</DialogBox> | ||
</div> | ||
</template> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters