@ebscn/ui 0.0.10 → 0.0.11

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.
@@ -215,13 +215,13 @@ function Ce(o) {
215
215
  position: "absolute",
216
216
  width: Math.min(
217
217
  (+e.right - +e.left) * d.current * D.current,
218
- (((c = u == null ? void 0 : u.current) == null ? void 0 : c.clientWidth) || 375) - 34
218
+ (((c = u == null ? void 0 : u.current) == null ? void 0 : c.clientWidth) || 375) - 6
219
219
  ),
220
220
  height: (+e.top - +e.bottom) * d.current,
221
221
  top: (v - +e.top) * d.current,
222
222
  left: Math.max(
223
223
  +e.left * d.current - (+e.right - +e.left) * d.current / 2 * (D.current - 1),
224
- 16
224
+ 2
225
225
  ),
226
226
  borderColor: e.hasRead ? "#cccccc" : "#e84225"
227
227
  },
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
- "version": "0.0.10",
3
- "name": "@ebscn/ui",
4
- "type": "module",
5
- "module": "./index.js",
6
- "dependencies": {
7
- "classnames": "^2.3.2",
8
- "react-draggable": "^4.4.5",
9
- "react-photo-view": "^1.2.3"
10
- },
11
- "typings": "./index.d.ts",
12
- "exports": {
13
- ".": {
14
- "import": "./index.js"
15
- },
16
- "./style.css": "./style.css",
17
- "./*": "./*"
18
- },
19
- "sideEffects": [
20
- "./style.css"
21
- ]
22
- }
2
+ "version": "0.0.11",
3
+ "name": "@ebscn/ui",
4
+ "type": "module",
5
+ "module": "./index.js",
6
+ "dependencies": {
7
+ "classnames": "^2.3.2",
8
+ "react-draggable": "^4.4.5",
9
+ "react-photo-view": "^1.2.3"
10
+ },
11
+ "typings": "./index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "import": "./index.js"
15
+ },
16
+ "./style.css": "./style.css",
17
+ "./*": "./*"
18
+ },
19
+ "sideEffects": [
20
+ "./style.css"
21
+ ]
22
+ }