@codebards/ik-embeddable-form 0.0.2679018970-qa → 0.0.2679087555-qa
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/embed.js +2 -3
- package/dist/embed.js.map +1 -1
- package/package.json +1 -1
package/dist/embed.js
CHANGED
|
@@ -1672,8 +1672,7 @@ var IKEmbeddableFormBundle = function(exports) {
|
|
|
1672
1672
|
timeSlot: "preferred_time_slot"
|
|
1673
1673
|
};
|
|
1674
1674
|
const STEP_VIEW_CLICK_IDS = {
|
|
1675
|
-
"slot-selection": "webinar-modal_button_show-webinar-slots"
|
|
1676
|
-
"consultation-prefs": "Gql-form-button_finish"
|
|
1675
|
+
"slot-selection": "webinar-modal_button_show-webinar-slots"
|
|
1677
1676
|
};
|
|
1678
1677
|
const WORDPRESS_BACK_CLICK_ID = "webinar-modal_button_go-back";
|
|
1679
1678
|
function resolveFieldClickId(fieldName) {
|
|
@@ -20819,7 +20818,7 @@ ${intlTelStyles}`;
|
|
|
20819
20818
|
destroy();
|
|
20820
20819
|
},
|
|
20821
20820
|
getVersion() {
|
|
20822
|
-
return "1.0.
|
|
20821
|
+
return "1.0.27";
|
|
20823
20822
|
}
|
|
20824
20823
|
};
|
|
20825
20824
|
if (typeof window !== "undefined") {
|