From 38af9291cdb730071ec1076c9c3e5ad4b538349d Mon Sep 17 00:00:00 2001 From: envoyr Date: Sun, 19 Feb 2023 21:46:18 +0100 Subject: [PATCH] update button, card and alert Signed-off-by: envoyr --- src/runtime/components/BitinflowAlert.vue | 55 + src/runtime/components/BitinflowButton.vue | 77 +- .../components/BitinflowCardFooter.vue | 15 + yarn.lock | 7863 ++++++++--------- 4 files changed, 4029 insertions(+), 3981 deletions(-) create mode 100644 src/runtime/components/BitinflowAlert.vue create mode 100644 src/runtime/components/BitinflowCardFooter.vue diff --git a/src/runtime/components/BitinflowAlert.vue b/src/runtime/components/BitinflowAlert.vue new file mode 100644 index 0000000..dabd412 --- /dev/null +++ b/src/runtime/components/BitinflowAlert.vue @@ -0,0 +1,55 @@ + + + + + diff --git a/src/runtime/components/BitinflowButton.vue b/src/runtime/components/BitinflowButton.vue index e5dc219..120e844 100644 --- a/src/runtime/components/BitinflowButton.vue +++ b/src/runtime/components/BitinflowButton.vue @@ -1,6 +1,7 @@