cmspageblocks 1.0.64 → 1.0.66
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/build/index.js
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var styled = require('styled-components');
|
|
5
5
|
var ReactDOM = require('react-dom');
|
|
6
|
-
require('bukazu-portal-react/src/styles/main.css');
|
|
7
6
|
|
|
8
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
8
|
|
|
@@ -51040,6 +51039,8 @@ function Rz({
|
|
|
51040
51039
|
return window.__localeId__ = n, /* @__PURE__ */ d.jsx(A_, { client: c, children: /* @__PURE__ */ d.jsx(vT, { locale: n, messages: f[n], children: /* @__PURE__ */ d.jsx(aa.Provider, { value: { portalCode: e, objectCode: t, locale: n }, children: /* @__PURE__ */ d.jsx("div", { ref: u, className: s < 875 ? "bu-smaller" : "bu-large", children: /* @__PURE__ */ d.jsx(Oz, { pageType: a, locale: n, filters: r }) }) }) }) });
|
|
51041
51040
|
}
|
|
51042
51041
|
|
|
51042
|
+
// import 'bukazu-portal-react/src/styles/main.css';
|
|
51043
|
+
|
|
51043
51044
|
function Portal(_ref) {
|
|
51044
51045
|
var options = _ref.options;
|
|
51045
51046
|
if ((typeof window === "undefined" ? "undefined" : _typeof$2(window)) !== "undefined") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmspageblocks",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.66",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"homepage": "https://gitlab.com/bukazu-cms/cmspageblocks#readme",
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"bukazu-portal-react": "^3.
|
|
29
|
+
"bukazu-portal-react": "^3.8.0",
|
|
30
30
|
"react": "^16.14.0 || ^17.0.2 || ^18.0.1",
|
|
31
31
|
"react-dom": "^16.14.0 || ^17.0.2 || ^18.0.1",
|
|
32
32
|
"styled-components": "^5.3.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
import BukazuPortal from 'bukazu-portal-react';
|
|
3
|
-
import 'bukazu-portal-react/src/styles/main.css';
|
|
3
|
+
// import 'bukazu-portal-react/src/styles/main.css';
|
|
4
4
|
|
|
5
5
|
export default function Portal({ options }) {
|
|
6
6
|
if (typeof window !== `undefined`) {
|