@pisell/materials 1.0.593 → 1.0.594

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.
@@ -203,8 +203,10 @@ var IconSelect = function IconSelect(props) {
203
203
  icon: triggerNode,
204
204
  className: "pisell-lowcode-icon-select-button"
205
205
  }) : /*#__PURE__*/React.createElement(Button, {
206
- className: "pisell-lowcode-icon-select-button-text"
206
+ className: "pisell-lowcode-icon-select-button-text",
207
+ size: "large"
207
208
  }, getText('pisell-icon-select-select'))), value && !disabled && /*#__PURE__*/React.createElement(Button, {
209
+ size: "large",
208
210
  icon: /*#__PURE__*/React.createElement(CloseOutlined, null),
209
211
  className: "pisell-lowcode-icon-select-button",
210
212
  onClick: function onClick() {
@@ -175,10 +175,11 @@ var IconSelect = (props) => {
175
175
  icon: triggerNode,
176
176
  className: "pisell-lowcode-icon-select-button"
177
177
  }
178
- ) : /* @__PURE__ */ import_react.default.createElement(import_antd.Button, { className: "pisell-lowcode-icon-select-button-text" }, (0, import_locales.getText)("pisell-icon-select-select"))
178
+ ) : /* @__PURE__ */ import_react.default.createElement(import_antd.Button, { className: "pisell-lowcode-icon-select-button-text", size: "large" }, (0, import_locales.getText)("pisell-icon-select-select"))
179
179
  ), value && !disabled && /* @__PURE__ */ import_react.default.createElement(
180
180
  import_antd.Button,
181
181
  {
182
+ size: "large",
182
183
  icon: /* @__PURE__ */ import_react.default.createElement(import_icons.CloseOutlined, null),
183
184
  className: "pisell-lowcode-icon-select-button",
184
185
  onClick: () => onChange == null ? void 0 : onChange("")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.593",
3
+ "version": "1.0.594",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -47,7 +47,7 @@
47
47
  "iconfont"
48
48
  ],
49
49
  "dependencies": {
50
- "@ant-design/icons": "^5.1.4",
50
+ "@ant-design/icons": "^5.6.1",
51
51
  "@ant-design/colors": "^7.1.0",
52
52
  "@dnd-kit/core": "^6.0.8",
53
53
  "@dnd-kit/modifiers": "^6.0.1",
@@ -69,8 +69,8 @@
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",
73
72
  "@pisell/date-picker": "1.0.115",
73
+ "@pisell/icon": "0.0.10",
74
74
  "@pisell/utils": "1.0.43"
75
75
  },
76
76
  "peerDependencies": {