From bf238c60e675e3b220c99721d9ed551b9f18ed02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Apr 2024 13:11:55 +0000 Subject: [PATCH] deploy: 6168c55b8f54162cfdeedc548617b638ea102fcc --- _state.json | 8 +++++++- _tokens/_all/design/icons.html | 8 ++++++++ _tokens/dark/design/icons.html | 8 ++++++++ _tokens/light/design/icons.html | 8 ++++++++ index.html | 2 +- styles/btcpayserver-bootstrap.css | 22 ++++++++++++++-------- styles/btcpayserver-bootstrap.min.css | 2 +- svg/icons.svg | 1 + 8 files changed, 48 insertions(+), 11 deletions(-) diff --git a/_state.json b/_state.json index 615d8a3..58def05 100644 --- a/_state.json +++ b/_state.json @@ -2,7 +2,7 @@ "config": { "name": "BTCPay Server Design System", "version": "0.1.0", - "update": 1713295592654, + "update": 1713445910988, "logo": "/resources/design-files/btcpay-logo.svg", "source": { "components": [ @@ -1841,6 +1841,12 @@ "variable": "nav-close", "value": "" }, + { + "type": "icon", + "name": "nav-contact", + "variable": "nav-contact", + "value": "" + }, { "type": "icon", "name": "nav-crowdfund", diff --git a/_tokens/_all/design/icons.html b/_tokens/_all/design/icons.html index 2fec5de..70e2148 100644 --- a/_tokens/_all/design/icons.html +++ b/_tokens/_all/design/icons.html @@ -403,6 +403,14 @@

nav

nav-close +
+
+ +
+
+ nav-contact +
+
diff --git a/_tokens/dark/design/icons.html b/_tokens/dark/design/icons.html index b3a757a..dbcda03 100644 --- a/_tokens/dark/design/icons.html +++ b/_tokens/dark/design/icons.html @@ -403,6 +403,14 @@

nav

nav-close
+
+
+ +
+
+ nav-contact +
+
diff --git a/_tokens/light/design/icons.html b/_tokens/light/design/icons.html index 571561d..f41b11a 100644 --- a/_tokens/light/design/icons.html +++ b/_tokens/light/design/icons.html @@ -403,6 +403,14 @@

nav

nav-close
+
+
+ +
+
+ nav-contact +
+
diff --git a/index.html b/index.html index ee0e1ac..dec2c4f 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@