@zykj2024/much-library 1.0.12-beta.1 → 1.0.12-beta.3

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,7 @@
114
114
  transition: all 0.3s;
115
115
  }
116
116
  .mc-container__pagination {
117
- padding: 8px 0 16px;
117
+ padding: 8px 0;
118
118
  margin: 0 !important;
119
119
  width: calc(100% - 40px);
120
120
  position: absolute;
@@ -8,7 +8,7 @@
8
8
  "colorText": "#262626",
9
9
  "colorTextSecondary": "#595959",
10
10
  "colorTextTertiary": "#8c8c8c",
11
- "colorTextQuaternary": "#b3b3b3",
11
+ "colorTextQuaternary": "#8c8c8c",
12
12
  "controlHeightSM": 26
13
13
  },
14
14
  "components": {
@@ -117,7 +117,8 @@
117
117
  "hoverBorderColor": "rgb(50, 92, 247)",
118
118
  "cellBgDisabled": "rgba(240, 242, 245, 0.5)",
119
119
  "multipleItemColorDisabled": "rgb(179, 179, 179)",
120
- "colorBgContainerDisabled": "rgba(240, 242, 245, 0.5)"
120
+ "colorBgContainerDisabled": "rgba(240, 242, 245, 0.5)",
121
+ "colorTextPlaceholder": "rgb(140, 140, 140)"
121
122
  },
122
123
  "Cascader": {
123
124
  "colorBgContainerDisabled": "rgba(240, 242, 245, 0.5)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zykj2024/much-library",
3
- "version": "1.0.12-beta.1",
3
+ "version": "1.0.12-beta.3",
4
4
  "description": "react library",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",