@@ -64,15 +64,15 @@ export const baseExamples = [
6464 ]
6565 } ,
6666 {
67- component : componentTypes . TEXTAREA_FIELD ,
68- link : componentTypes . TEXTAREA_FIELD ,
67+ component : componentTypes . TEXTAREA ,
68+ link : componentTypes . TEXTAREA ,
6969 linkText : 'Text area' ,
7070 ContentText : GenericComponentText ,
7171 canBeRequired : true ,
7272 value : {
7373 fields : [
7474 {
75- component : componentTypes . TEXTAREA_FIELD ,
75+ component : componentTypes . TEXTAREA ,
7676 label : 'Long text' ,
7777 name : 'long-text'
7878 }
@@ -152,15 +152,15 @@ export const baseExamples = [
152152 ]
153153 } ,
154154 {
155- component : componentTypes . SELECT_COMPONENT ,
156- link : componentTypes . SELECT_COMPONENT ,
155+ component : componentTypes . SELECT ,
156+ link : componentTypes . SELECT ,
157157 linkText : 'Select' ,
158158 ContentText : SelectText ,
159159 canBeRequired : true ,
160160 value : {
161161 fields : [
162162 {
163- component : componentTypes . SELECT_COMPONENT ,
163+ component : componentTypes . SELECT ,
164164 label : 'Select' ,
165165 name : 'select' ,
166166 simpleValue : true ,
@@ -519,13 +519,13 @@ Vestibulum vulputate inceptos himenaeos.`
519519 } ,
520520 fields : [
521521 {
522- component : componentTypes . TEXTAREA_FIELD ,
522+ component : componentTypes . TEXTAREA ,
523523 name : 'source-name' ,
524524 type : 'text' ,
525525 label : 'Source name'
526526 } ,
527527 {
528- component : componentTypes . SELECT_COMPONENT ,
528+ component : componentTypes . SELECT ,
529529 name : 'source-type' ,
530530 label : 'Source type' ,
531531 isRequired : true ,
0 commit comments