@asantemedia-org/edwardsvacuum-design-system 1.4.2 → 1.4.4
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.
package/dist/index.esm.js
CHANGED
|
@@ -4784,7 +4784,7 @@ var AlgoliaDynamicSearch = function (_a) {
|
|
|
4784
4784
|
heading = _a.heading,
|
|
4785
4785
|
titleSize = _a.titleSize,
|
|
4786
4786
|
subtext = _a.subtext,
|
|
4787
|
-
|
|
4787
|
+
callToActionType = _a.callToActionType,
|
|
4788
4788
|
callToActionText = _a.callToActionText,
|
|
4789
4789
|
callToActionUrl = _a.callToActionUrl,
|
|
4790
4790
|
_c = _a.queryType,
|
|
@@ -4850,7 +4850,7 @@ var AlgoliaDynamicSearch = function (_a) {
|
|
|
4850
4850
|
style: widgetStyleProps.buttonStyle,
|
|
4851
4851
|
label: callToActionText,
|
|
4852
4852
|
onClick: function () {
|
|
4853
|
-
var _a = getCallToActionProps(
|
|
4853
|
+
var _a = getCallToActionProps(callToActionType, callToActionUrl),
|
|
4854
4854
|
finalUrl = _a.finalUrl,
|
|
4855
4855
|
target = _a.target;
|
|
4856
4856
|
if (finalUrl) {
|