sinking-antd 1.0.9 → 1.1.0

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 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
- ".ant-pagination-options-quick-jumper": {
1168
- "input": {
1169
- fontSize,
1170
- color: fontColor,
1171
- borderColor: "transparent",
1172
- borderRadius: token?.borderRadius + "px !important",
1173
- backgroundColor
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
  };