chore: remove v11 changes for now

Should be separate PRs
This commit is contained in:
Enrico Sacchetti 2023-01-23 09:53:47 -05:00
commit a0043e6f64
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
2 changed files with 0 additions and 9 deletions

View file

@ -181,7 +181,3 @@
/>
</button>
{/if}
<style lang="scss">
@use "@carbon/styles/scss/components/button";
</style>

View file

@ -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.
*