@pisell/materials 3.2.4 → 3.2.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.
@@ -0,0 +1,3 @@
1
+ import './index.less';
2
+ declare const Guest: (props: any) => JSX.Element;
3
+ export default Guest;
@@ -70,7 +70,8 @@ var Guest = function Guest(props) {
70
70
  className: "pisell-wallet-guest-button-wrap"
71
71
  }, /*#__PURE__*/React.createElement(Button, {
72
72
  style: {
73
- backgroundColor: (setting === null || setting === void 0 ? void 0 : setting.buttonColor) || '#7F56D9'
73
+ backgroundColor: (setting === null || setting === void 0 ? void 0 : setting.buttonColor) || '#7F56D9',
74
+ borderColor: (setting === null || setting === void 0 ? void 0 : setting.buttonBorderColor) || '#7F56D9'
74
75
  },
75
76
  onClick: goLogin
76
77
  }, /*#__PURE__*/React.createElement("div", {
@@ -0,0 +1,3 @@
1
+ import './index.less';
2
+ declare const Guest: (props: any) => JSX.Element;
3
+ export default Guest;
@@ -90,7 +90,10 @@ var Guest = (props) => {
90
90
  weight: 600
91
91
  })
92
92
  },
93
- ((_f = utils == null ? void 0 : utils.translation) == null ? void 0 : _f.call(utils, (setting == null ? void 0 : setting.title) || ((_e = setting == null ? void 0 : setting.titleConfig) == null ? void 0 : _e.text))) || ""
93
+ ((_f = utils == null ? void 0 : utils.translation) == null ? void 0 : _f.call(
94
+ utils,
95
+ (setting == null ? void 0 : setting.title) || ((_e = setting == null ? void 0 : setting.titleConfig) == null ? void 0 : _e.text)
96
+ )) || ""
94
97
  ), /* @__PURE__ */ import_react.default.createElement(
95
98
  "div",
96
99
  {
@@ -111,7 +114,8 @@ var Guest = (props) => {
111
114
  import_button.default,
112
115
  {
113
116
  style: {
114
- backgroundColor: (setting == null ? void 0 : setting.buttonColor) || "#7F56D9"
117
+ backgroundColor: (setting == null ? void 0 : setting.buttonColor) || "#7F56D9",
118
+ borderColor: (setting == null ? void 0 : setting.buttonBorderColor) || "#7F56D9"
115
119
  },
116
120
  onClick: goLogin
117
121
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "3.2.4",
3
+ "version": "3.2.6",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",