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 +10 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1124,9 +1124,7 @@ var useStyles6 = createStyles(({ token, isDarkMode }) => {
|
|
|
1124
1124
|
}
|
|
1125
1125
|
},
|
|
1126
1126
|
".ant-pagination-options": {
|
|
1127
|
-
display: "block"
|
|
1128
|
-
},
|
|
1129
|
-
".ant-select": {
|
|
1127
|
+
display: "block",
|
|
1130
1128
|
".ant-select": {
|
|
1131
1129
|
lineHeight: "calc(var(--ant-pagination-item-size-actual) - 2px)",
|
|
1132
1130
|
height: "var(--ant-pagination-item-size-actual)",
|
|
@@ -1137,15 +1135,15 @@ var useStyles6 = createStyles(({ token, isDarkMode }) => {
|
|
|
1137
1135
|
borderColor: "transparent !important",
|
|
1138
1136
|
borderRadius: token?.borderRadius + "px !important"
|
|
1139
1137
|
}
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1138
|
+
},
|
|
1139
|
+
".ant-pagination-options-quick-jumper": {
|
|
1140
|
+
"input": {
|
|
1141
|
+
fontSize,
|
|
1142
|
+
color: fontColor,
|
|
1143
|
+
borderColor: "transparent",
|
|
1144
|
+
borderRadius: token?.borderRadius + "px !important",
|
|
1145
|
+
backgroundColor
|
|
1146
|
+
}
|
|
1149
1147
|
}
|
|
1150
1148
|
}
|
|
1151
1149
|
};
|