We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819d34e commit 5e7849aCopy full SHA for 5e7849a
src/stores/props.ts
@@ -45,7 +45,6 @@ const propsSupported = {
45
};
46
47
const colorDesc = 'Applies specified color to the';
48
-const densityDesc = 'Adjusts the vertical height used by the component';
49
const variantDesc = 'Applies a distinct style to the';
50
51
const sharedProps = [
@@ -133,12 +132,6 @@ const sharedProps = [
133
132
name: 'color',
134
type: 'string',
135
},
136
- {
137
- default: 'compact',
138
- desc: densityDesc,
139
- name: 'density',
140
- type: 'string',
141
- },
142
{
143
default: false,
144
desc: 'Disables the field',
0 commit comments