sinking-antd 1.0.9 → 1.1.1
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.
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1149,9 +1149,7 @@ var useStyles6 = antdStyle.createStyles(({ token, isDarkMode }) => {
|
|
|
1149
1149
|
}
|
|
1150
1150
|
},
|
|
1151
1151
|
".ant-pagination-options": {
|
|
1152
|
-
display: "block"
|
|
1153
|
-
},
|
|
1154
|
-
".ant-select": {
|
|
1152
|
+
display: "block",
|
|
1155
1153
|
".ant-select": {
|
|
1156
1154
|
lineHeight: "calc(var(--ant-pagination-item-size-actual) - 2px)",
|
|
1157
1155
|
height: "var(--ant-pagination-item-size-actual)",
|
|
@@ -1162,15 +1160,15 @@ var useStyles6 = antdStyle.createStyles(({ token, isDarkMode }) => {
|
|
|
1162
1160
|
borderColor: "transparent !important",
|
|
1163
1161
|
borderRadius: token?.borderRadius + "px !important"
|
|
1164
1162
|
}
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1163
|
+
},
|
|
1164
|
+
".ant-pagination-options-quick-jumper": {
|
|
1165
|
+
"input": {
|
|
1166
|
+
fontSize,
|
|
1167
|
+
color: fontColor,
|
|
1168
|
+
borderColor: "transparent",
|
|
1169
|
+
borderRadius: token?.borderRadius + "px !important",
|
|
1170
|
+
backgroundColor
|
|
1171
|
+
}
|
|
1174
1172
|
}
|
|
1175
1173
|
}
|
|
1176
1174
|
};
|
|
@@ -2059,7 +2057,9 @@ var ProModal = React.forwardRef((props, ref) => {
|
|
|
2059
2057
|
okText,
|
|
2060
2058
|
okType,
|
|
2061
2059
|
width: adjustedWidth,
|
|
2062
|
-
|
|
2060
|
+
mask: {
|
|
2061
|
+
closable: false
|
|
2062
|
+
},
|
|
2063
2063
|
...modalProps,
|
|
2064
2064
|
children
|
|
2065
2065
|
}
|