From 407f11aecbd64e9d5d53ee6a8dce1025c41d9c67 Mon Sep 17 00:00:00 2001 From: Everett Date: Tue, 26 Sep 2023 14:35:02 +0200 Subject: [PATCH 1/3] style: swap in new drip-list and x icons (closes #637, closes #630) (#690) * chore: upgrade radicle-design-system * style: replace ledger icon with new drip-list-icon * style: replace twitter icon with x icon --- package-lock.json | 28 +++++++++---------- .../drip-list-badge/drip-list-badge.svelte | 4 +-- .../drip-list-members-editor.svelte | 4 +-- .../drip-lists-section.svelte | 4 +-- .../identity-card/identity-card.svelte | 4 +-- .../components/social-link/social-link.svelte | 4 +-- .../table/cells/user-badge.cell.svelte | 4 +-- src/routes/app/(app)/+layout.svelte | 6 ++-- src/routes/app/(app)/drip-lists/+page.svelte | 4 +-- .../steps/review/review.svelte | 5 ++-- 10 files changed, 34 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index 492e3b100..b3c862771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3434,14 +3434,14 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.14.197", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.197.tgz", - "integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==" + "version": "4.14.199", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.199.tgz", + "integrity": "sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==" }, "node_modules/@types/lodash-es": { - "version": "4.17.8", - "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.8.tgz", - "integrity": "sha512-euY3XQcZmIzSy7YH5+Unb3b2X12Wtk54YWINBvvGQ5SmMvwb11JQskGsfkH/5HXK77Kr8GF0wkVDIxzAisWtog==", + "version": "4.17.9", + "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.9.tgz", + "integrity": "sha512-ZTcmhiI3NNU7dEvWLZJkzG6ao49zOIjEgIE0RgV7wbPxU0f2xT3VSAHw2gmst8swH6V0YkLRGp4qPlX/6I90MQ==", "dependencies": { "@types/lodash": "*" } @@ -12947,7 +12947,7 @@ }, "node_modules/radicle-design-system": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/radicle-dev/radicle-design-system.git#1786a4e7ade142f14e05e4260dc7bd70cff3ba84", + "resolved": "git+ssh://git@github.com/radicle-dev/radicle-design-system.git#562332296ea7cb650f6d813a34eff1e79d9c55ab", "license": "GPL-3.0-only", "dependencies": { "@types/lodash-es": "^4.17.6", @@ -17766,14 +17766,14 @@ "dev": true }, "@types/lodash": { - "version": "4.14.197", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.197.tgz", - "integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==" + "version": "4.14.199", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.199.tgz", + "integrity": "sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==" }, "@types/lodash-es": { - "version": "4.17.8", - "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.8.tgz", - "integrity": "sha512-euY3XQcZmIzSy7YH5+Unb3b2X12Wtk54YWINBvvGQ5SmMvwb11JQskGsfkH/5HXK77Kr8GF0wkVDIxzAisWtog==", + "version": "4.17.9", + "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.9.tgz", + "integrity": "sha512-ZTcmhiI3NNU7dEvWLZJkzG6ao49zOIjEgIE0RgV7wbPxU0f2xT3VSAHw2gmst8swH6V0YkLRGp4qPlX/6I90MQ==", "requires": { "@types/lodash": "*" } @@ -24844,7 +24844,7 @@ "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==" }, "radicle-design-system": { - "version": "git+ssh://git@github.com/radicle-dev/radicle-design-system.git#1786a4e7ade142f14e05e4260dc7bd70cff3ba84", + "version": "git+ssh://git@github.com/radicle-dev/radicle-design-system.git#562332296ea7cb650f6d813a34eff1e79d9c55ab", "from": "radicle-design-system@github:radicle-dev/radicle-design-system#brandon+jason/drips-restyle", "requires": { "@types/lodash-es": "^4.17.6", diff --git a/src/lib/components/drip-list-badge/drip-list-badge.svelte b/src/lib/components/drip-list-badge/drip-list-badge.svelte index 24988a550..3d9fa3d08 100644 --- a/src/lib/components/drip-list-badge/drip-list-badge.svelte +++ b/src/lib/components/drip-list-badge/drip-list-badge.svelte @@ -1,5 +1,5 @@