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
37e371fd86
commit
6eec4485da
2 changed files with 0 additions and 9 deletions
|
@ -181,7 +181,3 @@
|
|||
/>
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
<style lang="scss">
|
||||
@use "@carbon/styles/scss/components/button";
|
||||
</style>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<script lang="ts">
|
||||
import type { HTMLLabelAttributes } from "svelte/elements";
|
||||
|
||||
/**
|
||||
* @event {null | number | string} change
|
||||
* @event {null | number | string} input
|
||||
|
@ -12,9 +10,6 @@
|
|||
*/
|
||||
export let size = undefined;
|
||||
|
||||
// TODO: complete implementation
|
||||
export let labelAttributes: HTMLLabelAttributes = {};
|
||||
|
||||
/**
|
||||
* Specify the input value.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue