@teamturing/react-kit 2.19.9 → 2.19.10
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 +5 -1
- package/esm/core/Pagination/index.js +5 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -22072,7 +22072,11 @@ const BasePagination = styled__default.default.nav`
|
|
|
22072
22072
|
${variant({
|
|
22073
22073
|
prop: 'type',
|
|
22074
22074
|
variants: {
|
|
22075
|
-
default: {
|
|
22075
|
+
default: {
|
|
22076
|
+
'& > *:not(:first-child):not(:last-child)': {
|
|
22077
|
+
display: 'inline-block !important'
|
|
22078
|
+
}
|
|
22079
|
+
},
|
|
22076
22080
|
simple: {
|
|
22077
22081
|
'& > *:not(:first-child):not(:last-child)': {
|
|
22078
22082
|
display: 'none !important'
|
|
@@ -117,7 +117,11 @@ const BasePagination = styled.nav`
|
|
|
117
117
|
${variant({
|
|
118
118
|
prop: 'type',
|
|
119
119
|
variants: {
|
|
120
|
-
default: {
|
|
120
|
+
default: {
|
|
121
|
+
'& > *:not(:first-child):not(:last-child)': {
|
|
122
|
+
display: 'inline-block !important'
|
|
123
|
+
}
|
|
124
|
+
},
|
|
121
125
|
simple: {
|
|
122
126
|
'& > *:not(:first-child):not(:last-child)': {
|
|
123
127
|
display: 'none !important'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.10",
|
|
4
4
|
"description": "React components, hooks for create teamturing web application",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"react-is": "^18.2.0",
|
|
63
63
|
"styled-system": "^5.1.5"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "067156f6704f7daaf43fad373029485b5e751740"
|
|
66
66
|
}
|