docs: remove note on minimum Svelte version

It's been almost half a year since 3.48 was released.
This commit is contained in:
Eric Liu 2022-10-03 20:23:52 -07:00
commit 8bb5d90cea
2 changed files with 0 additions and 10 deletions

View file

@ -31,8 +31,6 @@ Other forms of documentation are auto-generated:
Install `carbon-components-svelte` as a development dependency.
A minimum Svelte version of 3.48.0 is required to use this library.
```sh
# Yarn
yarn add -D carbon-components-svelte

View file

@ -12,7 +12,6 @@
OutboundLink,
RadioButtonGroup,
RadioButton,
InlineNotification,
} from "carbon-components-svelte";
import TileCard from "../components/TileCard.svelte";
import { theme } from "../store";
@ -92,13 +91,6 @@
<Row style="margin-bottom: var(--cds-layout-02)">
<Column max="{10}" xlg="{10}">
<h2 style="margin-top: var(--cds-layout-02)">Installation</h2>
<InlineNotification
style="max-width: calc(48rem - 1rem);"
kind="info"
subtitle="A minimum Svelte version of 3.48.0 is required to use this library."
lowContrast
hideCloseButton
/>
</Column>
</Row>
<Row style="margin-bottom: var(--cds-layout-02)">