Commit eaf6d9a 1 parent f33bb34 commit eaf6d9a Copy full SHA for eaf6d9a
File tree 3 files changed +0
-61
lines changed
3 files changed +0
-61
lines changed Original file line number Diff line number Diff line change @@ -117,10 +117,6 @@ const additionalProps = component => {
117
117
} ,
118
118
defaultValue : { value : "'Filled'" } ,
119
119
} ,
120
- error : {
121
- type : { name : 'color' } ,
122
- defaultValue : { value : componentSettings [ component ] . propValues . error } ,
123
- } ,
124
120
fullWidth : {
125
121
type : { name : 'boolean' } ,
126
122
description : 'TextField - fullWidth' ,
@@ -208,10 +204,6 @@ const additionalProps = component => {
208
204
description : 'Theme palette type' ,
209
205
defaultValue : { value : "'light'" } ,
210
206
} ,
211
- primary : {
212
- type : { name : 'color' } ,
213
- defaultValue : { value : componentSettings [ component ] . propValues . primary } ,
214
- } ,
215
207
primaryAction : {
216
208
type : {
217
209
name : 'enum' ,
@@ -246,10 +238,6 @@ const additionalProps = component => {
246
238
} ,
247
239
defaultValue : { value : componentSettings [ component ] . propValues . progressValue } ,
248
240
} ,
249
- secondary : {
250
- type : { name : 'color' } ,
251
- defaultValue : { value : componentSettings [ component ] . propValues . secondary } ,
252
- } ,
253
241
secondaryAction : {
254
242
type : {
255
243
name : 'enum' ,
Original file line number Diff line number Diff line change @@ -191,16 +191,6 @@ export const componentSettings = {
191
191
} ,
192
192
template : 'self_closing.txt' ,
193
193
} ,
194
- ThemeProvider : {
195
- ignoredProps : [ 'theme' ] ,
196
- propValues : {
197
- paletteType : 'light' ,
198
- primary : "'#3f51b5'" ,
199
- secondary : "'#f50057'" ,
200
- error : "'#f44336'" ,
201
- } ,
202
- template : 'theme_provider.txt' ,
203
- } ,
204
194
Paper : {
205
195
ignoredProps : [ ] ,
206
196
propValues : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments