@abtnode/ux 1.16.16-beta-ca17cc31 → 1.16.16

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.
@@ -1,3 +1,4 @@
1
+ import { COPYRIGHT_OWNER } from '@abtnode/constant';
1
2
  import { jsx as _jsx } from "react/jsx-runtime";
2
3
  import { jsxs as _jsxs } from "react/jsx-runtime";
3
4
  export default function AgreementApp({
@@ -10,8 +11,8 @@ export default function AgreementApp({
10
11
  },
11
12
  children: [/*#__PURE__*/_jsx("h3", {
12
13
  children: "End User License Agreement for Application"
13
- }), /*#__PURE__*/_jsx("p", {
14
- children: "Blocklet Server License Agreement ArcBlock, Inc. version 2020-08-28"
14
+ }), /*#__PURE__*/_jsxs("p", {
15
+ children: ["Blocklet Server License Agreement ", COPYRIGHT_OWNER, " version 2020-08-28"]
15
16
  }), /*#__PURE__*/_jsx("p", {
16
17
  children: "BLOCKLET SERVER LICENSE AGREEMENT"
17
18
  }), /*#__PURE__*/_jsx("p", {
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = AgreementApp;
7
+ var _constant = require("@abtnode/constant");
7
8
  var _jsxRuntime = require("react/jsx-runtime");
8
9
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
9
10
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
@@ -19,8 +20,8 @@ function AgreementApp(_ref) {
19
20
  },
20
21
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("h3", {
21
22
  children: "End User License Agreement for Application"
22
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
23
- children: "Blocklet Server License Agreement ArcBlock, Inc. version 2020-08-28"
23
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("p", {
24
+ children: ["Blocklet Server License Agreement ", _constant.COPYRIGHT_OWNER, " version 2020-08-28"]
24
25
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
25
26
  children: "BLOCKLET SERVER LICENSE AGREEMENT"
26
27
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.16.16-beta-ca17cc31",
3
+ "version": "1.16.16",
4
4
  "description": "UX components shared across abtnode packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -27,32 +27,32 @@
27
27
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@abtnode/auth": "1.16.16-beta-ca17cc31",
31
- "@abtnode/constant": "1.16.16-beta-ca17cc31",
32
- "@abtnode/util": "1.16.16-beta-ca17cc31",
30
+ "@abtnode/auth": "1.16.16",
31
+ "@abtnode/constant": "1.16.16",
32
+ "@abtnode/util": "1.16.16",
33
33
  "@ahooksjs/use-url-state": "^3.5.1",
34
34
  "@arcblock/did": "^1.18.90",
35
- "@arcblock/did-connect": "^2.7.22",
35
+ "@arcblock/did-connect": "^2.7.23",
36
36
  "@arcblock/did-motif": "^1.1.13",
37
- "@arcblock/icons": "^2.7.22",
38
- "@arcblock/nft-display": "2.7.22",
39
- "@arcblock/react-hooks": "^2.7.22",
40
- "@arcblock/terminal": "^2.7.22",
41
- "@arcblock/ux": "^2.7.22",
42
- "@blocklet/constant": "1.16.16-beta-ca17cc31",
37
+ "@arcblock/icons": "^2.7.23",
38
+ "@arcblock/nft-display": "2.7.23",
39
+ "@arcblock/react-hooks": "^2.7.23",
40
+ "@arcblock/terminal": "^2.7.23",
41
+ "@arcblock/ux": "^2.7.23",
42
+ "@blocklet/constant": "1.16.16",
43
43
  "@blocklet/launcher-layout": "2.2.16",
44
44
  "@blocklet/list": "^0.12.42",
45
- "@blocklet/meta": "1.16.16-beta-ca17cc31",
46
- "@blocklet/ui-react": "^2.7.22",
45
+ "@blocklet/meta": "1.16.16",
46
+ "@blocklet/ui-react": "^2.7.23",
47
47
  "@emotion/react": "^11.10.4",
48
48
  "@emotion/styled": "^11.10.4",
49
49
  "@iconify/react": "^4.0.0",
50
50
  "@material-table/core": "^0.2.48",
51
- "@mui/icons-material": "^5.10.6",
52
- "@mui/lab": "^5.0.0-alpha.102",
53
- "@mui/material": "^5.10.8",
54
- "@mui/styles": "^5.10.8",
55
- "@mui/x-date-pickers": "^6.9.0",
51
+ "@mui/icons-material": "^5.14.9",
52
+ "@mui/lab": "^5.0.0-alpha.145",
53
+ "@mui/material": "^5.14.10",
54
+ "@mui/styles": "^5.14.10",
55
+ "@mui/x-date-pickers": "^6.14.0",
56
56
  "@ocap/client": "1.18.90",
57
57
  "@uiw/react-markdown-preview": "4.0.6",
58
58
  "ahooks": "^3.7.1",
@@ -98,7 +98,7 @@
98
98
  "babel-plugin-inline-react-svg": "^1.1.2",
99
99
  "glob": "^10.3.3"
100
100
  },
101
- "gitHead": "34c6aea80b4ed2eb8d1bbd65dc4b5480d30fc011",
101
+ "gitHead": "2de4f6dbad086bd861273a4fc9ca8a87ddda4778",
102
102
  "exports": {
103
103
  ".": {
104
104
  "import": "./es/index.js",