@@ -369,6 +369,7 @@ exports[`<Input Addon> should render group button before input addon correctly 1
369369 hideField = { false }
370370 >
371371 <TextField
372+ component = " text-field"
372373 inputAddon = {
373374 Object {
374375 " before" : Object {
@@ -523,6 +524,7 @@ exports[`<Input Addon> should render group button before input addon correctly 1
523524 hideField = { false }
524525 >
525526 <InputAddonButtonGroup
527+ component = " input-addon-button-group"
526528 fields = {
527529 Array [
528530 Object {
@@ -558,6 +560,7 @@ exports[`<Input Addon> should render group button before input addon correctly 1
558560 hideField = { false }
559561 >
560562 <Button
563+ component = " button"
561564 label = " Set 1"
562565 name = " set1"
563566 onClick = { [Function ]}
@@ -596,6 +599,7 @@ exports[`<Input Addon> should render group button before input addon correctly 1
596599 hideField = { false }
597600 >
598601 <Button
602+ component = " button"
599603 label = " Set 2"
600604 name = " set2"
601605 >
@@ -1083,6 +1087,7 @@ exports[`<Input Addon> should render group mixed before input addon correctly 1`
10831087 hideField = { false }
10841088 >
10851089 <TextField
1090+ component = " text-field"
10861091 inputAddon = {
10871092 Object {
10881093 " before" : Object {
@@ -1250,6 +1255,7 @@ exports[`<Input Addon> should render group mixed before input addon correctly 1`
12501255 hideField = { false }
12511256 >
12521257 <InputAddonGroup
1258+ component = " input-addon-group"
12531259 fields = {
12541260 Array [
12551261 Object {
@@ -1280,6 +1286,7 @@ exports[`<Input Addon> should render group mixed before input addon correctly 1`
12801286 hideField = { false }
12811287 >
12821288 <PlainText
1289+ component = " plain-text"
12831290 label = " -"
12841291 name = " name1"
12851292 variant = " span"
@@ -1318,6 +1325,7 @@ exports[`<Input Addon> should render group mixed before input addon correctly 1`
13181325 hideField = { false }
13191326 >
13201327 <InputAddonButtonGroup
1328+ component = " input-addon-button-group"
13211329 fields = {
13221330 Array [
13231331 Object {
@@ -1346,6 +1354,7 @@ exports[`<Input Addon> should render group mixed before input addon correctly 1`
13461354 hideField = { false }
13471355 >
13481356 <Button
1357+ component = " button"
13491358 label = " Set 3"
13501359 name = " set3"
13511360 >
@@ -1697,6 +1706,7 @@ exports[`<Input Addon> should render single after input addon correctly 1`] = `
16971706 hideField = { false }
16981707 >
16991708 <TextField
1709+ component = " text-field"
17001710 inputAddon = {
17011711 Object {
17021712 " after" : Object {
@@ -1825,6 +1835,7 @@ exports[`<Input Addon> should render single after input addon correctly 1`] = `
18251835 hideField = { false }
18261836 >
18271837 <PlainText
1838+ component = " plain-text"
18281839 label = " -"
18291840 name = " name1"
18301841 variant = " span"
@@ -2139,6 +2150,7 @@ exports[`<Input Addon> should render single before input addon correctly 1`] = `
21392150 hideField = { false }
21402151 >
21412152 <TextField
2153+ component = " text-field"
21422154 inputAddon = {
21432155 Object {
21442156 " before" : Object {
@@ -2247,6 +2259,7 @@ exports[`<Input Addon> should render single before input addon correctly 1`] = `
22472259 hideField = { false }
22482260 >
22492261 <PlainText
2262+ component = " plain-text"
22502263 label = " -"
22512264 name = " name1"
22522265 variant = " span"
@@ -2573,6 +2586,7 @@ exports[`<Input Addon> should render single button after input addon correctly 1
25732586 hideField = { false }
25742587 >
25752588 <TextField
2589+ component = " text-field"
25762590 inputAddon = {
25772591 Object {
25782592 " after" : Object {
@@ -2697,6 +2711,7 @@ exports[`<Input Addon> should render single button after input addon correctly 1
26972711 hideField = { false }
26982712 >
26992713 <Button
2714+ component = " button"
27002715 label = " Set 3"
27012716 name = " set3"
27022717 >
@@ -3062,6 +3077,7 @@ exports[`<Input Addon> should render single button before input addon correctly
30623077 hideField = { false }
30633078 >
30643079 <TextField
3080+ component = " text-field"
30653081 inputAddon = {
30663082 Object {
30673083 " before" : Object {
@@ -3192,6 +3208,7 @@ exports[`<Input Addon> should render single button before input addon correctly
31923208 hideField = { false }
31933209 >
31943210 <InputAddonButtonGroup
3211+ component = " input-addon-button-group"
31953212 fields = {
31963213 Array [
31973214 Object {
@@ -3220,6 +3237,7 @@ exports[`<Input Addon> should render single button before input addon correctly
32203237 hideField = { false }
32213238 >
32223239 <Button
3240+ component = " button"
32233241 label = " Set 2"
32243242 name = " set2"
32253243 >
@@ -3875,6 +3893,7 @@ exports[`<Input Addon> should render the ultimate input addon correctly 1`] = `
38753893 hideField = { false }
38763894 >
38773895 <TextField
3896+ component = " text-field"
38783897 inputAddon = {
38793898 Object {
38803899 " after" : Object {
@@ -4110,6 +4129,7 @@ exports[`<Input Addon> should render the ultimate input addon correctly 1`] = `
41104129 hideField = { false }
41114130 >
41124131 <InputAddonButtonGroup
4132+ component = " input-addon-button-group"
41134133 fields = {
41144134 Array [
41154135 Object {
@@ -4145,6 +4165,7 @@ exports[`<Input Addon> should render the ultimate input addon correctly 1`] = `
41454165 hideField = { false }
41464166 >
41474167 <Button
4168+ component = " button"
41484169 label = " Set 1"
41494170 name = " set1"
41504171 onClick = { [Function ]}
@@ -4183,6 +4204,7 @@ exports[`<Input Addon> should render the ultimate input addon correctly 1`] = `
41834204 hideField = { false }
41844205 >
41854206 <Button
4207+ component = " button"
41864208 label = " Set 2"
41874209 name = " set2"
41884210 >
@@ -4253,6 +4275,7 @@ exports[`<Input Addon> should render the ultimate input addon correctly 1`] = `
42534275 hideField = { false }
42544276 >
42554277 <InputAddonGroup
4278+ component = " input-addon-group"
42564279 fields = {
42574280 Array [
42584281 Object {
@@ -4283,6 +4306,7 @@ exports[`<Input Addon> should render the ultimate input addon correctly 1`] = `
42834306 hideField = { false }
42844307 >
42854308 <PlainText
4309+ component = " plain-text"
42864310 label = " -"
42874311 name = " name1"
42884312 variant = " span"
@@ -4321,6 +4345,7 @@ exports[`<Input Addon> should render the ultimate input addon correctly 1`] = `
43214345 hideField = { false }
43224346 >
43234347 <InputAddonButtonGroup
4348+ component = " input-addon-button-group"
43244349 fields = {
43254350 Array [
43264351 Object {
@@ -4349,6 +4374,7 @@ exports[`<Input Addon> should render the ultimate input addon correctly 1`] = `
43494374 hideField = { false }
43504375 >
43514376 <Button
4377+ component = " button"
43524378 label = " Set 3"
43534379 name = " set3"
43544380 >
0 commit comments