pv-design 1.0.14 → 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.
@@ -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 x = ({ theme: o, ...a }) => {
3
+ const e = ({ theme: o, ...r }) => {
4
4
  var t;
5
- const r = {
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: r
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
- ...a
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
- x as default
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-Dyq3zBZo.js")), p = o(() => import("./index-Cqo4qO7u.js"));
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pv-design",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "pvmed ui design",
5
5
  "type": "module",
6
6
  "main": "./dist/pv-design.js",