@pisell/materials 1.0.375 → 1.0.376

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.
@@ -171,7 +171,9 @@ var DatePickerCpt = function DatePickerCpt(props) {
171
171
  return {};
172
172
  }, [type, picker, format]);
173
173
  return /*#__PURE__*/React.createElement(DatePicker, _extends({}, props, {
174
- size: size !== null && size !== void 0 ? size : 'large',
174
+ className: 'pisell-date-picker'
175
+ // size={size ?? 'large'}
176
+ ,
175
177
  inputRender: function inputRender(props) {
176
178
  return /*#__PURE__*/React.createElement(DatePickerInput, _extends({}, props, {
177
179
  onDateChange: onChange,
@@ -1,6 +1,12 @@
1
1
  .pisell-date-picker-type-input {
2
2
  display: none;
3
3
  }
4
+
5
+ .pisell-date-picker {
6
+ padding: 11px;
7
+ }
8
+
4
9
  .pisell-lowcode-picker .pisell-lowcode-picker-input>input::placeholder {
5
10
  color: #D0D5DD !important;
11
+ font-size: 16px !important;
6
12
  }
@@ -136,7 +136,7 @@ var DatePickerCpt = (props) => {
136
136
  import_antd.DatePicker,
137
137
  {
138
138
  ...props,
139
- size: size ?? "large",
139
+ className: "pisell-date-picker",
140
140
  inputRender: (props2) => {
141
141
  return /* @__PURE__ */ import_react.default.createElement(
142
142
  DatePickerInput,
@@ -1,6 +1,12 @@
1
1
  .pisell-date-picker-type-input {
2
2
  display: none;
3
3
  }
4
+
5
+ .pisell-date-picker {
6
+ padding: 11px;
7
+ }
8
+
4
9
  .pisell-lowcode-picker .pisell-lowcode-picker-input>input::placeholder {
5
10
  color: #D0D5DD !important;
11
+ font-size: 16px !important;
6
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.375",
3
+ "version": "1.0.376",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -63,8 +63,8 @@
63
63
  "react-virtualized-auto-sizer": "^1.0.20",
64
64
  "crypto-js": "^4.2.0",
65
65
  "@zxing/library": "0.21.2",
66
- "@pisell/icon": "0.0.10",
67
66
  "@pisell/utils": "1.0.33",
67
+ "@pisell/icon": "0.0.10",
68
68
  "@pisell/date-picker": "1.0.95"
69
69
  },
70
70
  "peerDependencies": {