@fluxscape/react-runtime 1.0.1 → 1.0.3
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/build/{viewer/fluxscape.viewer.js → preview/fluxscape.preview.js} +2 -2
- package/build/{deploy/noodl.index.deploy.js.map → preview/fluxscape.preview.js.map} +1 -1
- package/build/{deploy → preview}/index.html +2 -15
- package/build/preview/index.js.liquid +1 -0
- package/{static/deploy → build/production}/index.html +2 -15
- package/build/production/index.js.liquid +1 -0
- package/build/{deploy/noodl.index.deploy.js → production/noodl.index.production.js} +2 -2
- package/build/production/noodl.index.production.js.map +1 -0
- package/dist/components/visual/Icon/Icon.d.ts +2 -2
- package/dist/components/visual/Icon/Icon.d.ts.map +1 -1
- package/dist/index.es.js +21 -11
- package/dist/index.es.js.map +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.iife.js.map +1 -1
- package/package.json +6 -7
- package/build/deploy/index.js +0 -10
- package/build/deploy/index.json +0 -10
- package/build/deploy/noodl-app.png +0 -0
- package/build/viewer/fluxscape.viewer.js.map +0 -1
- package/build/viewer/index.html +0 -99
- package/build/viewer/noodl-app.png +0 -0
- package/index.deploy.js +0 -3
- package/index.ssr.js +0 -7
- package/index.viewer.js +0 -4
- package/static/deploy/index.js +0 -10
- package/static/deploy/index.json +0 -10
- package/static/shared/load_terminator.js +0 -1
- package/static/shared/noodl-app.png +0 -0
- package/static/shared/react-dom.production.min.js +0 -219
- package/static/shared/react.production.min.js +0 -32
- package/static/ssr/index.js +0 -194
- package/static/ssr/index.json +0 -5
- package/static/ssr/package.json +0 -25
- package/static/viewer/global.d.ts.keep +0 -721
- package/static/viewer/index.html +0 -99
- package/static/viewer/ndl_assets/OpenSans-Bold.ttf +0 -0
- package/static/viewer/ndl_assets/OpenSans-Regular.ttf +0 -0
- package/static/viewer/ndl_assets/home-icon.svg +0 -3
- package/static/viewer/ndl_assets/make-home-instructions@2x.png +0 -0
- package/static/viewer/ndl_assets/noodl-logo-black.svg +0 -3
- /package/build/{viewer → preview}/global.d.ts.keep +0 -0
- /package/build/{deploy → preview}/load_terminator.js +0 -0
- /package/build/{viewer → preview}/ndl_assets/OpenSans-Bold.ttf +0 -0
- /package/build/{viewer → preview}/ndl_assets/OpenSans-Regular.ttf +0 -0
- /package/build/{viewer → preview}/ndl_assets/home-icon.svg +0 -0
- /package/build/{viewer → preview}/ndl_assets/make-home-instructions@2x.png +0 -0
- /package/build/{viewer → preview}/ndl_assets/noodl-logo-black.svg +0 -0
- /package/build/{deploy → preview}/react-dom.production.min.js +0 -0
- /package/build/{deploy → preview}/react-runtime.css +0 -0
- /package/build/{deploy → preview}/react.production.min.js +0 -0
- /package/build/{viewer → production}/load_terminator.js +0 -0
- /package/build/{viewer → production}/react-dom.production.min.js +0 -0
- /package/build/{viewer → production}/react-runtime.css +0 -0
- /package/build/{viewer → production}/react.production.min.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluxscape/react-runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"main": "./dist/index.iife.js",
|
|
5
5
|
"module": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"@better-scroll/mouse-wheel": "^2.0.0-beta.6",
|
|
10
10
|
"@better-scroll/nested-scroll": "^2.4.2",
|
|
11
11
|
"@better-scroll/scroll-bar": "^2.0.0-beta.6",
|
|
12
|
-
"@fluxscape/runtime": "file:../fluxscape-runtime",
|
|
13
12
|
"bezier-easing": "^1.1.1",
|
|
14
13
|
"buffer": "^6.0.3",
|
|
15
14
|
"core-js": "^3.12.1",
|
|
@@ -22,7 +21,8 @@
|
|
|
22
21
|
"react-rnd": "^10.3.7",
|
|
23
22
|
"stream-browserify": "^3.0.0",
|
|
24
23
|
"timers-browserify": "^2.0.12",
|
|
25
|
-
"webfontloader": "^1.6.28"
|
|
24
|
+
"webfontloader": "^1.6.28",
|
|
25
|
+
"@fluxscape/runtime": "1.0.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/jest": "^27.5.1",
|
|
@@ -34,10 +34,9 @@
|
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"start": "webpack --config webpack-configs/webpack.dev.js",
|
|
37
|
-
"build": "pnpm run build:base && pnpm run build:
|
|
38
|
-
"build:
|
|
39
|
-
"build:
|
|
40
|
-
"build:ssr": "vite build --mode ssr",
|
|
37
|
+
"build": "pnpm run build:base && pnpm run build:preview && pnpm run build:production",
|
|
38
|
+
"build:preview": "vite build --config vite.config.preview.js",
|
|
39
|
+
"build:production": "vite build --config vite.config.production.js",
|
|
41
40
|
"build:base": "vite build && (tsc --emitDeclarationOnly || true)",
|
|
42
41
|
"test": "jest"
|
|
43
42
|
}
|
package/build/deploy/index.js
DELETED
package/build/deploy/index.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{"url":"index.html", "injectHTML": true},
|
|
3
|
-
{"url":"index.js", "injectExport": true},
|
|
4
|
-
{"url":"noodl-app.png"},
|
|
5
|
-
{"url":"load_terminator.js"},
|
|
6
|
-
{"url":"noodl.deploy.js"},
|
|
7
|
-
{"url":"noodl.deploy.js.map"},
|
|
8
|
-
{"url":"react.production.min.js"},
|
|
9
|
-
{"url":"react-dom.production.min.js"}
|
|
10
|
-
]
|
|
Binary file
|