@sprucelabs/spruce-form-utils 21.0.101 → 21.0.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,7 +25,7 @@ class FormPlayerCardViewController extends heartwood_view_controllers_1.Abstract
|
|
|
25
25
|
this.onChangeHandler = onChange;
|
|
26
26
|
}
|
|
27
27
|
SwipeVc(id, builderSource) {
|
|
28
|
-
return this.Controller('
|
|
28
|
+
return this.Controller('swipe-card', {
|
|
29
29
|
id,
|
|
30
30
|
header: this.renderHeader(builderSource),
|
|
31
31
|
slides: this.renderSlides(builderSource),
|
|
@@ -43,7 +43,7 @@ class FormPlayerCardViewController extends AbstractViewController {
|
|
|
43
43
|
this.onChangeHandler = onChange;
|
|
44
44
|
}
|
|
45
45
|
SwipeVc(id, builderSource) {
|
|
46
|
-
return this.Controller('
|
|
46
|
+
return this.Controller('swipe-card', {
|
|
47
47
|
id,
|
|
48
48
|
header: this.renderHeader(builderSource),
|
|
49
49
|
slides: this.renderSlides(builderSource),
|