sales-frontend-components 0.0.168 → 0.0.170

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.cjs.js CHANGED
@@ -4520,6 +4520,11 @@ const useDownloader = () => {
4520
4520
  };
4521
4521
  };
4522
4522
 
4523
+ function GaIframe() {
4524
+ console.log("GaIframe");
4525
+ return /* @__PURE__ */ jsxRuntime.jsx("noscript", { children: /* @__PURE__ */ jsxRuntime.jsx("iframe", { src: "https://www.googletagmanager.com/ns.html?id=GTM-PPT3LJ56", height: "0", width: "0", style: { display: "none", visibility: "hidden" } }) });
4526
+ }
4527
+
4523
4528
  exports.Attachment = Attachment;
4524
4529
  exports.BANK_STOCK_ICON_LIST = BANK_STOCK_ICON_LIST;
4525
4530
  exports.BANK_STOCK_SEARCH_MODAL_TABS = BANK_STOCK_SEARCH_MODAL_TABS;
@@ -4539,6 +4544,7 @@ exports.FormSearchJobField = FormSearchJobField;
4539
4544
  exports.FormSegmentGroup = FormSegmentGroup;
4540
4545
  exports.FormSelect = FormSelect;
4541
4546
  exports.FormTextField = FormTextField;
4547
+ exports.GaIframe = GaIframe;
4542
4548
  exports.JobVehicleSearchModal = JobVehicleSearchModal;
4543
4549
  exports.OrganizationSearchModal = OrganizationSearchModal;
4544
4550
  exports.RIV_SEARCH_PARAM_MAP = RIV_SEARCH_PARAM_MAP;