@shoplflow/base 0.46.18 → 0.46.20
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.cjs +5 -0
- package/dist/index.js +5 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5038,6 +5038,11 @@ var PaginationWrapper = styled6__default.default.div`
|
|
|
5038
5038
|
transform: translate(-50%, -50%);
|
|
5039
5039
|
width: max-content;
|
|
5040
5040
|
max-width: 100%;
|
|
5041
|
+
pointer-events: none;
|
|
5042
|
+
|
|
5043
|
+
& > * {
|
|
5044
|
+
pointer-events: auto;
|
|
5045
|
+
}
|
|
5041
5046
|
}
|
|
5042
5047
|
& > *:nth-child(3) {
|
|
5043
5048
|
position: relative;
|
package/dist/index.js
CHANGED
|
@@ -5011,6 +5011,11 @@ var PaginationWrapper = styled6.div`
|
|
|
5011
5011
|
transform: translate(-50%, -50%);
|
|
5012
5012
|
width: max-content;
|
|
5013
5013
|
max-width: 100%;
|
|
5014
|
+
pointer-events: none;
|
|
5015
|
+
|
|
5016
|
+
& > * {
|
|
5017
|
+
pointer-events: auto;
|
|
5018
|
+
}
|
|
5014
5019
|
}
|
|
5015
5020
|
& > *:nth-child(3) {
|
|
5016
5021
|
position: relative;
|