mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore: change all ibm org references to carbon-design-system
This commit is contained in:
parent
a560584f7a
commit
18e8430646
10 changed files with 240 additions and 234 deletions
|
@ -33,7 +33,7 @@
|
|||
Date: "JavaScript Date",
|
||||
};
|
||||
|
||||
$: source = `https://github.com/IBM/carbon-components-svelte/tree/master/${component.filePath}`;
|
||||
$: source = `https://github.com/carbon-design-system/carbon-components-svelte/tree/master/${component.filePath}`;
|
||||
$: forwarded_events = component.events.filter(
|
||||
(event) => event.type === "forwarded"
|
||||
);
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
});
|
||||
|
||||
// TODO: [refactor] read from package.json value
|
||||
$: sourceCode = `https://github.com/IBM/carbon-components-svelte/tree/master/src/${
|
||||
$: sourceCode = `https://github.com/carbon-design-system/carbon-components-svelte/tree/master/src/${
|
||||
source || `${$page.title}/${$page.title}.svelte`
|
||||
}`;
|
||||
</script>
|
||||
|
@ -108,7 +108,11 @@
|
|||
<h2 id="component-api">Component API</h2>
|
||||
<p>
|
||||
API documentation is
|
||||
<Link inline href="https://github.com/IBM/sveld" target="_blank">
|
||||
<Link
|
||||
inline
|
||||
href="https://github.com/carbon-design-system/sveld"
|
||||
target="_blank"
|
||||
>
|
||||
auto-generated by sveld.
|
||||
</Link>
|
||||
</p>
|
||||
|
|
|
@ -60,17 +60,19 @@
|
|||
<HeaderUtilities>
|
||||
<HeaderActionLink
|
||||
icon="{LogoGithub20}"
|
||||
href="https://github.com/IBM/carbon-components-svelte"
|
||||
href="https://github.com/carbon-design-system/carbon-components-svelte"
|
||||
target="_blank"
|
||||
/>
|
||||
<HeaderAction transition="{false}" bind:isOpen>
|
||||
<HeaderPanelLinks>
|
||||
<HeaderPanelDivider>Carbon Svelte portfolio</HeaderPanelDivider>
|
||||
<HeaderPanelLink href="https://github.com/IBM/carbon-icons-svelte">
|
||||
<HeaderPanelLink
|
||||
href="https://github.com/carbon-design-system/carbon-icons-svelte"
|
||||
>
|
||||
Carbon Icons Svelte
|
||||
</HeaderPanelLink>
|
||||
<HeaderPanelLink
|
||||
href="https://github.com/IBM/carbon-pictograms-svelte"
|
||||
href="https://github.com/carbon-design-system/carbon-pictograms-svelte"
|
||||
>
|
||||
Carbon Pictograms Svelte
|
||||
</HeaderPanelLink>
|
||||
|
@ -80,7 +82,7 @@
|
|||
Carbon Charts Svelte
|
||||
</HeaderPanelLink>
|
||||
<HeaderPanelLink
|
||||
href="https://github.com/IBM/carbon-preprocess-svelte"
|
||||
href="https://github.com/carbon-design-system/carbon-preprocess-svelte"
|
||||
>
|
||||
Carbon Preprocess Svelte
|
||||
</HeaderPanelLink>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<InlineNotification svx-ignore title="Deprecation warning" kind="warning" hideCloseButton>
|
||||
<div>
|
||||
This component will be removed in the next major release. Use icons from <OutboundLink href="https://github.com/IBM/carbon-icons-svelte">carbon-icons-svelte</OutboundLink> instead.
|
||||
This component will be removed in the next major release. Use icons from <OutboundLink href="https://github.com/carbon-design-system/carbon-icons-svelte">carbon-icons-svelte</OutboundLink> instead.
|
||||
</div>
|
||||
</InlineNotification>
|
||||
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
title="Carbon Components Svelte"
|
||||
subtitle="50+ components"
|
||||
target="_blank"
|
||||
href="https://github.com/IBM/carbon-components-svelte"
|
||||
href="https://github.com/carbon-design-system/carbon-components-svelte"
|
||||
/>
|
||||
</Column>
|
||||
<Column xlg="{5}" lg="{8}" md="{4}">
|
||||
|
@ -257,7 +257,7 @@
|
|||
title="Carbon Icons Svelte"
|
||||
subtitle="7000+ icons"
|
||||
target="_blank"
|
||||
href="https://github.com/IBM/carbon-icons-svelte"
|
||||
href="https://github.com/carbon-design-system/carbon-icons-svelte"
|
||||
/>
|
||||
</Column>
|
||||
</Row>
|
||||
|
@ -269,7 +269,7 @@
|
|||
title="Carbon Pictograms Svelte"
|
||||
subtitle="700+ pictograms"
|
||||
target="_blank"
|
||||
href="https://github.com/IBM/carbon-pictograms-svelte"
|
||||
href="https://github.com/carbon-design-system/carbon-pictograms-svelte"
|
||||
/>
|
||||
</Column>
|
||||
<Column xlg="{5}" lg="{8}" md="{4}">
|
||||
|
@ -288,7 +288,7 @@
|
|||
title="Carbon Preprocess Svelte"
|
||||
subtitle="Collection of Carbon Svelte preprocessors"
|
||||
target="_blank"
|
||||
href="https://github.com/IBM/carbon-preprocess-svelte"
|
||||
href="https://github.com/carbon-design-system/carbon-preprocess-svelte"
|
||||
/>
|
||||
</Column>
|
||||
</Row>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue