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