mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
chore: remove v11 changes for now
Should be separate PRs
This commit is contained in:
parent
47722011b0
commit
a0043e6f64
2 changed files with 0 additions and 9 deletions
|
@ -181,7 +181,3 @@
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<style lang="scss">
|
|
||||||
@use "@carbon/styles/scss/components/button";
|
|
||||||
</style>
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import type { HTMLLabelAttributes } from "svelte/elements";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @event {null | number | string} change
|
* @event {null | number | string} change
|
||||||
* @event {null | number | string} input
|
* @event {null | number | string} input
|
||||||
|
@ -12,9 +10,6 @@
|
||||||
*/
|
*/
|
||||||
export let size = undefined;
|
export let size = undefined;
|
||||||
|
|
||||||
// TODO: complete implementation
|
|
||||||
export let labelAttributes: HTMLLabelAttributes = {};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specify the input value.
|
* Specify the input value.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue