@pisell/materials 1.0.636 → 1.0.637
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/view.css +1 -1
- package/es/components/Pagination/index.less +2 -0
- package/lib/components/Pagination/index.less +2 -0
- package/package.json +3 -3
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
|
|
118
118
|
.paginator-page-btn-text {
|
|
119
119
|
font-weight: 600;
|
|
120
|
+
font-family: inherit !important;
|
|
120
121
|
}
|
|
121
122
|
|
|
122
123
|
.paginator-page-btn-left-icon,
|
|
@@ -201,6 +202,7 @@
|
|
|
201
202
|
margin: 0;
|
|
202
203
|
border-radius: 8px;
|
|
203
204
|
border: 1px solid #D0D5DD;
|
|
205
|
+
font-family: inherit !important;
|
|
204
206
|
|
|
205
207
|
.paginator-page-btn-left-icon {
|
|
206
208
|
margin-right: 0;
|
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
|
|
118
118
|
.paginator-page-btn-text {
|
|
119
119
|
font-weight: 600;
|
|
120
|
+
font-family: inherit !important;
|
|
120
121
|
}
|
|
121
122
|
|
|
122
123
|
.paginator-page-btn-left-icon,
|
|
@@ -201,6 +202,7 @@
|
|
|
201
202
|
margin: 0;
|
|
202
203
|
border-radius: 8px;
|
|
203
204
|
border: 1px solid #D0D5DD;
|
|
205
|
+
font-family: inherit !important;
|
|
204
206
|
|
|
205
207
|
.paginator-page-btn-left-icon {
|
|
206
208
|
margin-right: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.637",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
"swiper": "^8.4.7",
|
|
71
71
|
"react-barcode": "^1.5.3",
|
|
72
72
|
"vod-js-sdk-v6": "^1.4.11",
|
|
73
|
+
"@pisell/date-picker": "1.0.115",
|
|
73
74
|
"@pisell/utils": "1.0.43",
|
|
74
|
-
"@pisell/icon": "0.0.10"
|
|
75
|
-
"@pisell/date-picker": "1.0.115"
|
|
75
|
+
"@pisell/icon": "0.0.10"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"react": "^18.0.0",
|