From e205c0f3b86d886323feb6a5bf83aa4bc06c73a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Jun 2024 06:42:27 +0000 Subject: [PATCH] deploy: 1e22591a1b3345e3844274ce771a2e84987cb342 --- _state.json | 26 +++++++++++++++++++++++++- _tokens/_all/design/icons.html | 30 ++++++++++++++++++++++++++++++ _tokens/dark/design/icons.html | 30 ++++++++++++++++++++++++++++++ _tokens/light/design/icons.html | 30 ++++++++++++++++++++++++++++++ index.html | 2 +- svg/icons.svg | 7 +++++-- svg/icons/back.svg | 2 +- svg/icons/nav-plugins-explore.svg | 2 +- svg/icons/review-empty.svg | 1 + svg/icons/review-full.svg | 1 + svg/icons/review-half.svg | 1 + 11 files changed, 126 insertions(+), 6 deletions(-) create mode 100644 svg/icons/review-empty.svg create mode 100644 svg/icons/review-full.svg create mode 100644 svg/icons/review-half.svg diff --git a/_state.json b/_state.json index babf416..58dd881 100644 --- a/_state.json +++ b/_state.json @@ -2,7 +2,7 @@ "config": { "name": "BTCPay Server Design System", "version": "0.1.0", - "update": 1718092198184, + "update": 1718692942239, "logo": "/resources/design-files/btcpay-logo.svg", "source": { "components": [ @@ -2191,6 +2191,30 @@ } ] }, + { + "type": "category", + "name": "review", + "tokens": [ + { + "type": "icon", + "name": "review-empty", + "variable": "review-empty", + "value": "" + }, + { + "type": "icon", + "name": "review-full", + "variable": "review-full", + "value": "" + }, + { + "type": "icon", + "name": "review-half", + "variable": "review-half", + "value": "" + } + ] + }, { "type": "category", "name": "social", diff --git a/_tokens/_all/design/icons.html b/_tokens/_all/design/icons.html index c5ca648..a86f412 100644 --- a/_tokens/_all/design/icons.html +++ b/_tokens/_all/design/icons.html @@ -863,6 +863,36 @@

pos

+
+

review

+ +
+
+
+ +
+
+ review-empty +
+
+
+
+ +
+
+ review-full +
+
+
+
+ +
+
+ review-half +
+
+
+

social

diff --git a/_tokens/dark/design/icons.html b/_tokens/dark/design/icons.html index 28726cf..38b4544 100644 --- a/_tokens/dark/design/icons.html +++ b/_tokens/dark/design/icons.html @@ -863,6 +863,36 @@

pos

+
+

review

+ +
+
+
+ +
+
+ review-empty +
+
+
+
+ +
+
+ review-full +
+
+
+
+ +
+
+ review-half +
+
+
+

social

diff --git a/_tokens/light/design/icons.html b/_tokens/light/design/icons.html index 1bf7087..9390aac 100644 --- a/_tokens/light/design/icons.html +++ b/_tokens/light/design/icons.html @@ -863,6 +863,36 @@

pos

+
+

review

+ +
+
+
+ +
+
+ review-empty +
+
+
+
+ +
+
+ review-full +
+
+
+
+ +
+
+ review-half +
+
+
+

social

diff --git a/index.html b/index.html index 7ab56e9..b2c84a0 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@