@wix/system-core-components 1.3.5 → 1.3.6

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.
@@ -2836,6 +2836,8 @@
2836
2836
  var ResponsiveContainer_bundle_minExports = requireResponsiveContainer_bundle_min();
2837
2837
  const Component$2 = /* @__PURE__ */ getDefaultExportFromCjs(ResponsiveContainer_bundle_minExports);
2838
2838
  const PageSections = withNormalChildren(Component$2);
2839
+ const _PinnedLayer = ({ id, className, children }) => require$$0.createElement("div", { id, className }, children());
2840
+ const PinnedLayer = withNormalChildren(_PinnedLayer);
2839
2841
  const ResponsiveContainer = withNormalChildren(Component$2);
2840
2842
  var ResponsivePopupPage_bundle_min$3 = { exports: {} };
2841
2843
  var ResponsivePopupPage_bundle_min$2 = ResponsivePopupPage_bundle_min$3.exports;
@@ -3783,6 +3785,7 @@
3783
3785
  exports2.Page_BasicPageSkin = Page_BasicPageSkin;
3784
3786
  exports2.Page_ResponsivePageWithColorBG = Page_ResponsivePageWithColorBG;
3785
3787
  exports2.PagesContainer = PagesContainer;
3788
+ exports2.PinnedLayer = PinnedLayer;
3786
3789
  exports2.ResponsiveContainer = ResponsiveContainer;
3787
3790
  exports2.ResponsivePopupPage_WithoutOverlay = ResponsivePopupPage_WithoutOverlay;
3788
3791
  exports2.Section = Section;