pv-design 1.0.13 → 1.0.15
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.
|
@@ -27,7 +27,7 @@ const u = ({ theme: r, customRowClass: a, ...e }) => {
|
|
|
27
27
|
scrollbar-color: unset !important;
|
|
28
28
|
}
|
|
29
29
|
.pv-table-table-header {
|
|
30
|
-
border-right:
|
|
30
|
+
border-right: 12px solid transparent !important;
|
|
31
31
|
}
|
|
32
32
|
.pv-table-even-row {
|
|
33
33
|
background-color: #0a0a0a !important;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as n, jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import { ConfigProvider as d, Modal as i } from "antd";
|
|
3
|
-
const
|
|
3
|
+
const e = ({ theme: o, ...r }) => {
|
|
4
4
|
var t;
|
|
5
|
-
const
|
|
5
|
+
const a = {
|
|
6
6
|
titleColor: "rgba(204,204,204,0.85)",
|
|
7
7
|
...((t = o == null ? void 0 : o.components) == null ? void 0 : t.Modal) || {}
|
|
8
8
|
};
|
|
@@ -13,7 +13,7 @@ const x = ({ theme: o, ...a }) => {
|
|
|
13
13
|
theme: {
|
|
14
14
|
...o || {},
|
|
15
15
|
components: {
|
|
16
|
-
Modal:
|
|
16
|
+
Modal: a
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
children: [
|
|
@@ -42,6 +42,11 @@ const x = ({ theme: o, ...a }) => {
|
|
|
42
42
|
button:nth-of-type(1) {
|
|
43
43
|
background: transparent;
|
|
44
44
|
}
|
|
45
|
+
button:nth-of-type(1):hover {
|
|
46
|
+
background-color: transparent !important;
|
|
47
|
+
border: 1px solid #4B4A4A !important;
|
|
48
|
+
color: #d9d9d9 !important;
|
|
49
|
+
}
|
|
45
50
|
button {
|
|
46
51
|
font-size: 13px;
|
|
47
52
|
}
|
|
@@ -50,7 +55,7 @@ const x = ({ theme: o, ...a }) => {
|
|
|
50
55
|
/* @__PURE__ */ p(
|
|
51
56
|
i,
|
|
52
57
|
{
|
|
53
|
-
...
|
|
58
|
+
...r
|
|
54
59
|
}
|
|
55
60
|
)
|
|
56
61
|
]
|
|
@@ -58,5 +63,5 @@ const x = ({ theme: o, ...a }) => {
|
|
|
58
63
|
);
|
|
59
64
|
};
|
|
60
65
|
export {
|
|
61
|
-
|
|
66
|
+
e as default
|
|
62
67
|
};
|
package/dist/pv-design.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { lazy as o } from "react";
|
|
2
|
-
const r = o(() => import("./index-C5hvxSxS.js")), m = o(() => import("./index-
|
|
2
|
+
const r = o(() => import("./index-C5hvxSxS.js")), m = o(() => import("./index-Dyq3zBZo.js")), p = o(() => import("./index-FYoViA-E.js"));
|
|
3
3
|
export {
|
|
4
4
|
p as PvModal,
|
|
5
5
|
m as PvTable,
|