Add import-payments script syncing icons from tabler-payments

- new `pnpm run import-payments` imports SVGs, $payment-providers and demo data
- 74 providers added, 12 outdated removed (169 total)
This commit is contained in:
codecalm
2026-08-27 00:34:04 +02:00
parent 3069c5193b
commit 4e36fc66aa
368 changed files with 3974 additions and 348 deletions
+1
View File
@@ -17,6 +17,7 @@
"html-diff": "tsx .build/html-diff.ts check",
"html-diff:baseline": "tsx .build/html-diff.ts baseline",
"generate-tokens": "tsx .build/generate-tokens.ts",
"import-payments": "tsx .build/import-payments.ts",
"generate-tokens:check": "tsx .build/generate-tokens.ts check",
"check-docs-links": "tsx .build/check-docs-links.ts",
"lint": "pnpm run lint-md && pnpm run check-docs-links && pnpm run lint-prettier && pnpm run lint-scss-vars && pnpm run generate-tokens:check",