@pisell/materials 1.0.547 → 1.0.549

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.
@@ -65,7 +65,7 @@ declare const useTableProps: (props: UseTablePropsProps) => {
65
65
  useCustomAction: boolean;
66
66
  actionType: string;
67
67
  openMode: "modal" | "drawer";
68
- openContentSize: "small" | "middle" | "large";
68
+ openContentSize: "small" | "large" | "middle";
69
69
  openTitle: string;
70
70
  key: string;
71
71
  } | undefined;
@@ -17,12 +17,6 @@ import React, { useState, useEffect } from 'react';
17
17
  import { Input, Button, Space, Form, Checkbox } from 'antd';
18
18
  import { GoogleOutlined, AppleOutlined, FacebookOutlined } from '@ant-design/icons';
19
19
  import "./index.less";
20
- // 导入国际化类型
21
- import leftImg from "./img/leftImg.png";
22
- /**
23
- * SaasLogin组件的属性接口
24
- */
25
-
26
20
  /**
27
21
  * Saas登录组件
28
22
  * @param props - 组件属性
@@ -225,7 +219,7 @@ var SaasLogin = function SaasLogin(_ref) {
225
219
  }, /*#__PURE__*/React.createElement("div", {
226
220
  className: "saas-login-bg"
227
221
  }, /*#__PURE__*/React.createElement("img", {
228
- src: leftImg,
222
+ src: "https://pisell2-dev.s3.cn-north-1.amazonaws.com.cn/media/tenant-0/2025/01/23/01jj8dybp3m7nv1wan9j10amt6.png",
229
223
  alt: "login"
230
224
  })), /*#__PURE__*/React.createElement("div", {
231
225
  className: "saas-login-main"
@@ -17,6 +17,7 @@
17
17
  img {
18
18
  width: auto;
19
19
  height: 471px;
20
+ max-width:fit-content;
20
21
  position: absolute;
21
22
  top: 50%;
22
23
  left: 50%;
@@ -65,7 +65,7 @@ declare const useTableProps: (props: UseTablePropsProps) => {
65
65
  useCustomAction: boolean;
66
66
  actionType: string;
67
67
  openMode: "modal" | "drawer";
68
- openContentSize: "small" | "middle" | "large";
68
+ openContentSize: "small" | "large" | "middle";
69
69
  openTitle: string;
70
70
  key: string;
71
71
  } | undefined;
@@ -36,7 +36,6 @@ var import_react = __toESM(require("react"));
36
36
  var import_antd = require("antd");
37
37
  var import_icons = require("@ant-design/icons");
38
38
  var import_index = require("./index.less");
39
- var import_leftImg = __toESM(require("./img/leftImg.png"));
40
39
  var SaasLogin = ({
41
40
  showLogo = true,
42
41
  logo,
@@ -118,7 +117,7 @@ var SaasLogin = ({
118
117
  setLoading(false);
119
118
  }
120
119
  };
121
- return /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-wrapper" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-bg" }, /* @__PURE__ */ import_react.default.createElement("img", { src: import_leftImg.default, alt: "login" })), /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-main" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-container" }, showLogo && /* @__PURE__ */ import_react.default.createElement(
120
+ return /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-wrapper" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-bg" }, /* @__PURE__ */ import_react.default.createElement("img", { src: "https://pisell2-dev.s3.cn-north-1.amazonaws.com.cn/media/tenant-0/2025/01/23/01jj8dybp3m7nv1wan9j10amt6.png", alt: "login" })), /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-main" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "saas-login-container" }, showLogo && /* @__PURE__ */ import_react.default.createElement(
122
121
  "div",
123
122
  {
124
123
  className: `saas-login-logo ${logoPosition}`
@@ -17,6 +17,7 @@
17
17
  img {
18
18
  width: auto;
19
19
  height: 471px;
20
+ max-width:fit-content;
20
21
  position: absolute;
21
22
  top: 50%;
22
23
  left: 50%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.547",
3
+ "version": "1.0.549",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -69,9 +69,9 @@
69
69
  "libphonenumber-js": "^1.11.17",
70
70
  "swiper": "^8.4.7",
71
71
  "react-barcode": "^1.5.3",
72
+ "@pisell/icon": "0.0.10",
72
73
  "@pisell/date-picker": "1.0.115",
73
- "@pisell/utils": "1.0.43",
74
- "@pisell/icon": "0.0.10"
74
+ "@pisell/utils": "1.0.43"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "react": "^18.0.0",