x-block-lib 0.10.17 → 0.10.18
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 +2 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8904,12 +8904,13 @@ var Ui = /* @__PURE__ */ vt({
|
|
|
8904
8904
|
let t = {
|
|
8905
8905
|
position: "relative",
|
|
8906
8906
|
background: o.value ? i.value : r.value,
|
|
8907
|
+
boxSizing: "border-box",
|
|
8907
8908
|
width: "100%",
|
|
8908
8909
|
height: "48px",
|
|
8909
8910
|
marginTop: "1px",
|
|
8910
8911
|
userSelect: "none"
|
|
8911
8912
|
};
|
|
8912
|
-
return e.select ? t.
|
|
8913
|
+
return e.select ? (t.borderTop = "1px solid " + n.value, t.borderBottom = "1px solid " + n.value) : (t.borderTop = void 0, t.borderBottom = void 0), t;
|
|
8913
8914
|
});
|
|
8914
8915
|
return (t, n) => {
|
|
8915
8916
|
let r = M("v-spacer"), i = M("v-icon"), c = jt("ripple");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.18",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"x-error-lib": "^0.5.16",
|
|
44
44
|
"x-essential-lib": "^0.9.29",
|
|
45
|
-
"x-runtime-lib": "^0.9.
|
|
45
|
+
"x-runtime-lib": "^0.9.10",
|
|
46
46
|
"x-state-lib": "^0.3.42"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|