diff --git a/.changeset/swift-dots-complain.md b/.changeset/swift-dots-complain.md new file mode 100644 index 000000000..c89da100c --- /dev/null +++ b/.changeset/swift-dots-complain.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": minor +--- + +New payment provider (Troy) diff --git a/core/img/payments/troy-dark.svg b/core/img/payments/troy-dark.svg new file mode 100644 index 000000000..aeb2872c7 --- /dev/null +++ b/core/img/payments/troy-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/img/payments/troy.svg b/core/img/payments/troy.svg new file mode 100644 index 000000000..d998cc1ef --- /dev/null +++ b/core/img/payments/troy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/scss/ui/_payments.scss b/core/scss/ui/_payments.scss index d1bdf80a5..1ba57f248 100644 --- a/core/scss/ui/_payments.scss +++ b/core/scss/ui/_payments.scss @@ -1,4 +1,4 @@ -$payment-icons: ("2c2p", "2checkout", "adyen", "affirm", "alipay-plus", "alipay", "allegro-pay", "amazon-pay", "amazon", "americanexpress", "applepay", "authorize", "autopay", "bancontact", "binance-usd", "bitcoin", "bitpay", "bkash", "blik", "braintree", "cash-app", "chime", "cirrus", "clickandbuy", "coinkite", "dinersclub", "directdebit", "discover", "dotpay", "dwolla", "easypaisa", "ebay", "elo", "epayco", "esewa", "ethereum", "eway", "fonepay", "giropay", "google-pay", "googlewallet", "hubspot", "ingenico", "ideal", "imepay", "jcb", "khalti", "klarna", "laser", "litecoin", "maestro", "mastercard", "mercado-pago", "metamask", "mir", "monero", "moneygram", "neteller", "ogone", "okpay", "opensea", "paybox", "payconiq", "payka", "payline", "paymill", "payone", "payoneer", "paypal", "paypo", "paysafe", "paysafecard", "payu", "payza", "poli", "przelewy24", "revolut-pay", "ripple", "sage", "samsung-pay", "sepa", "shop-pay", "shopify", "skrill", "solana", "solo", "spingo", "square", "stax", "stripe", "switch", "tether", "tpay", "true-usd", "ukash", "unionpay", "venmo", "verifone", "verisign", "visa", "we-chat-pay", "webmoney", "westernunion", "wise", "worldpay", "zelle"); +$payment-icons: ("2c2p", "2checkout", "adyen", "affirm", "alipay-plus", "alipay", "allegro-pay", "amazon-pay", "amazon", "americanexpress", "applepay", "authorize", "autopay", "bancontact", "binance-usd", "bitcoin", "bitpay", "bkash", "blik", "braintree", "cash-app", "chime", "cirrus", "clickandbuy", "coinkite", "dinersclub", "directdebit", "discover", "dotpay", "dwolla", "easypaisa", "ebay", "elo", "epayco", "esewa", "ethereum", "eway", "fonepay", "giropay", "google-pay", "googlewallet", "hubspot", "ingenico", "ideal", "imepay", "jcb", "khalti", "klarna", "laser", "litecoin", "maestro", "mastercard", "mercado-pago", "metamask", "mir", "monero", "moneygram", "neteller", "ogone", "okpay", "opensea", "paybox", "payconiq", "payka", "payline", "paymill", "payone", "payoneer", "paypal", "paypo", "paysafe", "paysafecard", "payu", "payza", "poli", "przelewy24", "revolut-pay", "ripple", "sage", "samsung-pay", "sepa", "shop-pay", "shopify", "skrill", "solana", "solo", "spingo", "square", "stax", "stripe", "switch", "tether", "tpay", "troy", "true-usd", "ukash", "unionpay", "venmo", "verifone", "verisign", "visa", "we-chat-pay", "webmoney", "westernunion", "wise", "worldpay", "zelle"); .payment { height: $avatar-size; diff --git a/docs/ui/plugins/payments.mdx b/docs/ui/plugins/payments.mdx index d4c6fb243..5dbc846c2 100644 --- a/docs/ui/plugins/payments.mdx +++ b/docs/ui/plugins/payments.mdx @@ -135,6 +135,7 @@ Select an icon from the list of payment providers. Each icon comes in two color { "name": "Switch", "code": "switch" }, { "name": "Tether", "code": "tether" }, { "name": "Tpay", "code": "tpay" }, + { "name": "Troy", "code": "troy" }, { "name": "True USD", "code": "true-usd" }, { "name": "Ukash", "code": "ukash" }, { "name": "UnionPay", "code": "unionpay" }, diff --git a/preview/pages/_data/payments.json b/preview/pages/_data/payments.json index b390d40b7..532e8611e 100644 --- a/preview/pages/_data/payments.json +++ b/preview/pages/_data/payments.json @@ -371,6 +371,10 @@ "name": "Tpay", "logo": "tpay" }, + { + "name": "Troy", + "logo": "troy" + }, { "name": "True USD", "logo": "true-usd"