@readerseye2/cr_viewer 1.0.26 → 1.0.28
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.cjs +5 -5
- package/dist/index.js +1910 -1880
- package/dist/recording/DirectPlaybackController.d.ts.map +1 -1
- package/dist/utils/calcPage.util.d.ts.map +1 -1
- package/package.json +70 -70
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DirectPlaybackController.d.ts","sourceRoot":"","sources":["../../src/recording/DirectPlaybackController.tsx"],"names":[],"mappings":"AAUA;;;;;;;;;;;GAWG;AACH,wBAAgB,wBAAwB,
|
|
1
|
+
{"version":3,"file":"DirectPlaybackController.d.ts","sourceRoot":"","sources":["../../src/recording/DirectPlaybackController.tsx"],"names":[],"mappings":"AAUA;;;;;;;;;;;GAWG;AACH,wBAAgB,wBAAwB,SAiUvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calcPage.util.d.ts","sourceRoot":"","sources":["../../src/utils/calcPage.util.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,KAAK,EAA8B,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"calcPage.util.d.ts","sourceRoot":"","sources":["../../src/utils/calcPage.util.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,KAAK,EAA8B,MAAM,sBAAsB,CAAC;AAyB9E,MAAM,MAAM,SAAS,GAAG;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,WAAW,GAAG,OAAO,CAAC;IAC5B,KAAK,EAAE,KAAK,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAE5B,QAAQ,EAAE,WAAW,CAAC;IACtB,WAAW,EAAE,WAAW,CAAC;IACzB,WAAW,EAAE,WAAW,CAAC;IAGzB,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IAGnB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IAGnB,gBAAgB,EAAE,CAAC,MAAM,GAAG,SAAS,CAAC,EAAE,CAAC;IAGzC,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB,cAAc,EAAE,UAAU,GAAG,IAAI,CAAC;CACnC,CAAC;AAwBF,qBAAa,iBAAkB,SAAQ,KAAK;IAC1C,QAAQ,CAAC,IAAI,yBAAyB;;CAKvC;AA+CD,wBAAsB,SAAS,CAAC,EAC9B,QAAQ,EACR,WAAW,EACX,WAAW,EACX,KAAK,EACL,WAAW,EACX,OAAO,EACP,UAAU,EACV,UAAU,EACV,UAAU,EACV,SAAS,EACT,UAAc,EACd,SAAS,EACT,gBAAgB,EAChB,aAAiB,EACjB,cAAkB,EAClB,UAAsB,GACvB,EAAE,eAAe,GAAG,OAAO,CAAC,eAAe,CAAC,CAuhB5C"}
|
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@readerseye2/cr_viewer",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"main": "./dist/index.cjs",
|
|
6
|
-
"module": "./dist/index.js",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
|
-
"import": "./dist/index.js",
|
|
12
|
-
"require": "./dist/index.cjs"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"files": [
|
|
16
|
-
"dist"
|
|
17
|
-
],
|
|
18
|
-
"scripts": {
|
|
19
|
-
"dev": "npm update @readerseye2/cr_type && vite",
|
|
20
|
-
"build": "vite build",
|
|
21
|
-
"build:lib": "vite build --mode lib",
|
|
22
|
-
"preview": "vite preview",
|
|
23
|
-
"lint": "eslint src",
|
|
24
|
-
"deploy_npm": "npm run build:lib && npm version patch && npm publish --access public"
|
|
25
|
-
},
|
|
26
|
-
"peerDependencies": {
|
|
27
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
28
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"@readerseye2/cr_type": "^1.0.84",
|
|
32
|
-
"lodash": "^4.17.21",
|
|
33
|
-
"react-icons": "^5.0.0",
|
|
34
|
-
"react-virtuoso": "^4.0.0",
|
|
35
|
-
"use-sync-external-store": "^1.6.0",
|
|
36
|
-
"zustand": "^5.0.0"
|
|
37
|
-
},
|
|
38
|
-
"devDependencies": {
|
|
39
|
-
"@eslint/js": "^9.0.0",
|
|
40
|
-
"@types/lodash": "^4.17.21",
|
|
41
|
-
"@types/node": "^25.1.0",
|
|
42
|
-
"@types/react": "^19.0.0",
|
|
43
|
-
"@types/react-dom": "^19.0.0",
|
|
44
|
-
"@vitejs/plugin-react": "^4.3.0",
|
|
45
|
-
"eslint": "^9.0.0",
|
|
46
|
-
"eslint-config-prettier": "^10.0.0",
|
|
47
|
-
"eslint-plugin-prettier": "^5.0.0",
|
|
48
|
-
"eslint-plugin-react-hooks": "^5.0.0",
|
|
49
|
-
"eslint-plugin-react-refresh": "^0.4.0",
|
|
50
|
-
"globals": "^16.0.0",
|
|
51
|
-
"prettier": "^3.0.0",
|
|
52
|
-
"react": "^19.0.0",
|
|
53
|
-
"react-dom": "^19.0.0",
|
|
54
|
-
"sass": "^1.80.0",
|
|
55
|
-
"typescript": "^5.8.0",
|
|
56
|
-
"typescript-eslint": "^8.0.0",
|
|
57
|
-
"vite": "^6.0.0",
|
|
58
|
-
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
59
|
-
"vite-plugin-dts": "^4.0.0"
|
|
60
|
-
},
|
|
61
|
-
"repository": {
|
|
62
|
-
"type": "git",
|
|
63
|
-
"url": "https://github.com/bnri/CR_viewer.git"
|
|
64
|
-
},
|
|
65
|
-
"author": "guripong",
|
|
66
|
-
"license": "MIT",
|
|
67
|
-
"publishConfig": {
|
|
68
|
-
"access": "public"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@readerseye2/cr_viewer",
|
|
3
|
+
"version": "1.0.28",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./dist/index.cjs",
|
|
6
|
+
"module": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"import": "./dist/index.js",
|
|
12
|
+
"require": "./dist/index.cjs"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"dev": "npm update @readerseye2/cr_type && vite",
|
|
20
|
+
"build": "vite build",
|
|
21
|
+
"build:lib": "vite build --mode lib",
|
|
22
|
+
"preview": "vite preview",
|
|
23
|
+
"lint": "eslint src",
|
|
24
|
+
"deploy_npm": "npm run build:lib && npm version patch && npm publish --access public"
|
|
25
|
+
},
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
28
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@readerseye2/cr_type": "^1.0.84",
|
|
32
|
+
"lodash": "^4.17.21",
|
|
33
|
+
"react-icons": "^5.0.0",
|
|
34
|
+
"react-virtuoso": "^4.0.0",
|
|
35
|
+
"use-sync-external-store": "^1.6.0",
|
|
36
|
+
"zustand": "^5.0.0"
|
|
37
|
+
},
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"@eslint/js": "^9.0.0",
|
|
40
|
+
"@types/lodash": "^4.17.21",
|
|
41
|
+
"@types/node": "^25.1.0",
|
|
42
|
+
"@types/react": "^19.0.0",
|
|
43
|
+
"@types/react-dom": "^19.0.0",
|
|
44
|
+
"@vitejs/plugin-react": "^4.3.0",
|
|
45
|
+
"eslint": "^9.0.0",
|
|
46
|
+
"eslint-config-prettier": "^10.0.0",
|
|
47
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
48
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
49
|
+
"eslint-plugin-react-refresh": "^0.4.0",
|
|
50
|
+
"globals": "^16.0.0",
|
|
51
|
+
"prettier": "^3.0.0",
|
|
52
|
+
"react": "^19.0.0",
|
|
53
|
+
"react-dom": "^19.0.0",
|
|
54
|
+
"sass": "^1.80.0",
|
|
55
|
+
"typescript": "^5.8.0",
|
|
56
|
+
"typescript-eslint": "^8.0.0",
|
|
57
|
+
"vite": "^6.0.0",
|
|
58
|
+
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
59
|
+
"vite-plugin-dts": "^4.0.0"
|
|
60
|
+
},
|
|
61
|
+
"repository": {
|
|
62
|
+
"type": "git",
|
|
63
|
+
"url": "https://github.com/bnri/CR_viewer.git"
|
|
64
|
+
},
|
|
65
|
+
"author": "guripong",
|
|
66
|
+
"license": "MIT",
|
|
67
|
+
"publishConfig": {
|
|
68
|
+
"access": "public"
|
|
69
|
+
}
|
|
70
|
+
}
|