Skip to content

Commit

Permalink
refactor: rebrand MarkdownBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro committed Feb 20, 2024
1 parent 084f750 commit bf83872
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
VotingEventPayload,
TrackedParticipationOverview,
} from '@iota/sdk/out/types'
import { Alert, Button, Table } from '@bloomwalletio/ui'
import { Alert, Button, MarkdownBlock, Table } from '@bloomwalletio/ui'
import { ProposalDetailsMenu } from '@components'
import { getVotingEvent } from '@contexts/governance/actions'
import {
Expand Down Expand Up @@ -36,7 +36,7 @@
import { getBestTimeDuration, milestoneToDate } from '@core/utils'
import { PopupId, openPopup } from '@desktop/auxiliary/popup'
import { ProposalInformationPane, ProposalQuestion, ProposalStatusPill } from '@views/governance'
import { MarkdownBlock, Pane, Text, TextType } from '@ui'
import { Pane, Text, TextType } from '@ui'
import { onDestroy, onMount } from 'svelte'
const { metadata } = $visibleSelectedAccountTokens?.[$activeProfile?.network?.id]?.baseCoin ?? {}
Expand Down
3 changes: 1 addition & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Bloom Labs Ltd <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@bloomwalletio/ui": "0.20.3",
"@bloomwalletio/ui": "0.20.4",
"@ethereumjs/rlp": "4.0.1",
"@ethereumjs/tx": "5.2.1",
"@ethereumjs/util": "9.0.2",
Expand All @@ -30,7 +30,6 @@
"sha3": "2.1.4",
"svelte": "3.58.0",
"svelte-i18n": "3.7.4",
"svelte-markdown": "0.4.1",
"web3": "1.10.0",
"zxcvbn": "4.4.2"
},
Expand Down
42 changes: 0 additions & 42 deletions packages/shared/src/components/molecules/MarkdownBlock.svelte

This file was deleted.

1 change: 0 additions & 1 deletion packages/shared/src/components/molecules/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export { default as ActivityInformation } from './ActivityInformation.svelte'
export { default as LedgerStatusIllustration } from './LedgerStatusIllustration.svelte'
export { default as MarkdownBlock } from './MarkdownBlock.svelte'
export { default as MediaIcon } from './MediaIcon.svelte'
export { default as MediaPlaceholder } from './MediaPlaceholder.svelte'
export { default as NetworkRecipientItem } from './NetworkRecipientItem.svelte'
Expand Down

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions patches/svelte-markdown+0.4.1.patch

This file was deleted.

8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10883,14 +10883,6 @@ [email protected]:
svelte-dev-helper "^1.1.9"
svelte-hmr "^0.14.2"

[email protected]:
version "0.4.1"
resolved "https://registry.yarnpkg.com/svelte-markdown/-/svelte-markdown-0.4.1.tgz#ddf13cfd6e0f29a02a82854b48766b527ec90f8d"
integrity sha512-pOlLY6EruKJaWI9my/2bKX8PdTeP5CM0s4VMmwmC2prlOkjAf+AOmTM4wW/l19Y6WZ87YmP8+ZCJCCwBChWjYw==
dependencies:
"@types/marked" "^5.0.1"
marked "^5.1.2"

[email protected]:
version "5.0.4"
resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-5.0.4.tgz#2123898e079a074f7f4ef1799e10e037f5bcc55b"
Expand Down

0 comments on commit bf83872

Please sign in to comment.