@pisell/date-picker 1.0.8 → 1.0.10

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.
@@ -114,7 +114,8 @@ var PisellDateRangePicker = function PisellDateRangePicker(props) {
114
114
  onChange: handleChange
115
115
  },
116
116
  field: {
117
- size: "small"
117
+ size: "small",
118
+ fullWidth: true
118
119
  }
119
120
  }
120
121
  });
@@ -1,5 +1,5 @@
1
1
  .pisell-date-range-picker {
2
- width: 350px;
2
+ //width: 350px;
3
3
  //.MuiInputBase-input {
4
4
  // padding: 10px;
5
5
  //}
@@ -135,7 +135,8 @@ var PisellDateRangePicker = (props) => {
135
135
  onChange: handleChange
136
136
  },
137
137
  field: {
138
- size: "small"
138
+ size: "small",
139
+ fullWidth: true
139
140
  }
140
141
  }
141
142
  }
@@ -1,5 +1,5 @@
1
1
  .pisell-date-range-picker {
2
- width: 350px;
2
+ //width: 350px;
3
3
  //.MuiInputBase-input {
4
4
  // padding: 10px;
5
5
  //}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/date-picker",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "sideEffects": [
5
5
  "*.less"
6
6
  ],
@@ -13,7 +13,6 @@
13
13
  "dayjs": "^1.11.9"
14
14
  },
15
15
  "dependencies": {
16
- "@mui/x-date-pickers": "^6.10.1",
17
16
  "@emotion/react": "^11.11.1",
18
17
  "@emotion/styled": "^11.11.0",
19
18
  "@mui/base": "^5.0.0-beta.8",