From b35dfebfa9f8709c4e5acad31d33bdeb02247678 Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:36:32 -0300 Subject: [PATCH] =?UTF-8?q?chore(banners):=20=F0=9F=94=A7=20markdown=20for?= =?UTF-8?q?=20easily=20preview=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/banners/tests/PREVIEWS.md | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 packages/banners/tests/PREVIEWS.md diff --git a/packages/banners/tests/PREVIEWS.md b/packages/banners/tests/PREVIEWS.md new file mode 100644 index 0000000..c020b22 --- /dev/null +++ b/packages/banners/tests/PREVIEWS.md @@ -0,0 +1,42 @@ + +### [`banner.test.ts`](./banner.test.ts) + +![horizontal](__snapshots__/banner-horizontal.svg) + +![vertical](__snapshots__/banner-vertical.svg) + +![rtl](__snapshots__/banner-rtl.svg) + +### [`results.test.js`](./results.test.js); +![withTitle](__snapshots__/withTitle.svg) + +![withSubtitle](__snapshots__/withSubtitle.svg) + +![withIcon](__snapshots__/withIcon.svg) + +![withComplete](__snapshots__/withComplete.svg) + +### [`vertical-results.test.js`](./vertical-results.test.js); + +![withTitle](__snapshots__/vertical-withTitle.svg) + +![withSubtitle](__snapshots__/vertical-withSubtitle.svg) + +![withIcon](__snapshots__/vertical-withIcon.svg) + +![withComplete](__snapshots__/vertical-withComplete.svg) + +### [`rtl-results.test.js`](./rtl-results.test.js); + +![withTitle](__snapshots__/rtl-withTitle.svg) + +![withSubtitle](__snapshots__/rtl-withSubtitle.svg) + +![withIcon](__snapshots__/rtl-withIcon.svg) + +![withComplete](__snapshots__/rtl-withComplete.svg) + +### [`icons.test.js`](./icons.test.js) + +![icons](__snapshots__/icons-withIconifyIcon.svg) +