From d9122be95169cbcb460c70676169ee15c67cea55 Mon Sep 17 00:00:00 2001 From: Alexandr Andreyev Date: Fri, 15 Aug 2025 10:09:43 +0300 Subject: [PATCH] rename fab-card to fab-card-printing --- fab-ui/index.html | 21 +++++++++++++-------- fab-ui/src/fab-card.ts | 4 ++-- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/fab-ui/index.html b/fab-ui/index.html index c29f6df..72320b4 100644 --- a/fab-ui/index.html +++ b/fab-ui/index.html @@ -9,34 +9,39 @@ +

Card Printings

- - + - + - + + > +
+

Cards Unique Visually

+
+
diff --git a/fab-ui/src/fab-card.ts b/fab-ui/src/fab-card.ts index 78a849b..3009dda 100644 --- a/fab-ui/src/fab-card.ts +++ b/fab-ui/src/fab-card.ts @@ -47,8 +47,8 @@ export class FabRaritySymbol extends LitElement { `; } -@customElement('fab-card') -export class FabCard extends LitElement { +@customElement('fab-card-printing') +export class FabCardPrinting extends LitElement { @property({ type: String }) setId = ''; @property({ type: String })