Skip to content

Commit 5e7849a

Browse files
Update props
1 parent 819d34e commit 5e7849a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/stores/props.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const propsSupported = {
4545
};
4646

4747
const colorDesc = 'Applies specified color to the';
48-
const densityDesc = 'Adjusts the vertical height used by the component';
4948
const variantDesc = 'Applies a distinct style to the';
5049

5150
const sharedProps = [
@@ -133,12 +132,6 @@ const sharedProps = [
133132
name: 'color',
134133
type: 'string',
135134
},
136-
{
137-
default: 'compact',
138-
desc: densityDesc,
139-
name: 'density',
140-
type: 'string',
141-
},
142135
{
143136
default: false,
144137
desc: 'Disables the field',

0 commit comments

Comments
 (0)