@lowdefy/client 4.0.0-rc.10 → 4.0.0-rc.11

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.
@@ -43,14 +43,14 @@ const createLinkComponent = (lowdefy, Link)=>{
43
43
  }
44
44
  }, type.isFunction(children) ? children(pageId || url || id) : children));
45
45
  }
46
- return /*#__PURE__*/ React.createElement(Link, {
46
+ return(// This code can be made simpler.
47
+ /*#__PURE__*/ React.createElement(Link, {
47
48
  href: {
48
49
  pathname,
49
50
  query
50
51
  },
51
52
  replace: replace,
52
- scroll: scroll
53
- }, /*#__PURE__*/ React.createElement("a", {
53
+ scroll: scroll,
54
54
  id: id,
55
55
  "aria-label": ariaLabel,
56
56
  className: className,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/client",
3
- "version": "4.0.0-rc.10",
3
+ "version": "4.0.0-rc.11",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Lowdefy Client",
6
6
  "homepage": "https://lowdefy.com",
@@ -41,10 +41,10 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@ant-design/icons": "4.8.0",
44
- "@lowdefy/block-utils": "4.0.0-rc.10",
45
- "@lowdefy/engine": "4.0.0-rc.10",
46
- "@lowdefy/helpers": "4.0.0-rc.10",
47
- "@lowdefy/layout": "4.0.0-rc.10",
44
+ "@lowdefy/block-utils": "4.0.0-rc.11",
45
+ "@lowdefy/engine": "4.0.0-rc.11",
46
+ "@lowdefy/helpers": "4.0.0-rc.11",
47
+ "@lowdefy/layout": "4.0.0-rc.11",
48
48
  "classnames": "2.3.2",
49
49
  "react": "18.2.0",
50
50
  "react-dom": "18.2.0"
@@ -52,10 +52,10 @@
52
52
  "devDependencies": {
53
53
  "@emotion/jest": "11.10.5",
54
54
  "@jest/globals": "28.1.3",
55
- "@lowdefy/jest-yaml-transform": "4.0.0-rc.10",
55
+ "@lowdefy/jest-yaml-transform": "4.0.0-rc.11",
56
56
  "@swc/cli": "0.1.62",
57
- "@swc/core": "1.3.70",
58
- "@swc/jest": "0.2.27",
57
+ "@swc/core": "1.3.92",
58
+ "@swc/jest": "0.2.29",
59
59
  "@testing-library/dom": "8.19.1",
60
60
  "@testing-library/react": "13.4.0",
61
61
  "@testing-library/user-event": "14.4.3",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "537af074f27770e32da9da8d48490f2eda94b406"
70
+ "gitHead": "dbc49d3688a6d2f44de25cc3f4bc071627f7ebfa"
71
71
  }