@plurid/plurid-react 0.0.0-25 → 0.0.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/distribution/components/structural/Space/index.d.ts +2 -1
- package/distribution/containers/Application/View/index.d.ts +2 -1
- package/distribution/containers/Application/index.d.ts +2 -0
- package/distribution/index.d.ts +1 -1
- package/distribution/index.es.js +100 -73
- package/distribution/index.es.js.map +1 -1
- package/distribution/index.js +100 -73
- package/distribution/index.js.map +1 -1
- package/distribution/index.min.js +70 -73
- package/distribution/index.min.js.map +1 -1
- package/distribution/services/logic/computing/index.d.ts +1 -1
- package/distribution/services/logic/server/index.d.ts +1 -1
- package/distribution/services/logic/transform/index.d.ts +2 -2
- package/distribution/services/state/actions/index.d.ts +52 -51
- package/distribution/services/state/modules/space/index.d.ts +106 -126
- package/distribution/services/state/modules/space/selectors.d.ts +3 -2
- package/distribution/services/state/modules/space/types.d.ts +2 -3
- package/distribution/services/state/selectors/index.d.ts +6 -6
- package/distribution/services/state/store/index.d.ts +2 -2
- package/distribution/services/state/store/reducer/index.d.ts +1 -1
- package/package.json +18 -18
|
@@ -4,7 +4,7 @@ declare const _default: {
|
|
|
4
4
|
configuration: import("../modules/configuration").ConfigurationState;
|
|
5
5
|
general: import("../modules/general").GeneralState;
|
|
6
6
|
shortcuts: import("../modules/shortcuts").ShortcutsState;
|
|
7
|
-
space: import("
|
|
7
|
+
space: import("@plurid/plurid-data").PluridStateSpace;
|
|
8
8
|
themes: import("../modules/themes").ThemesState;
|
|
9
9
|
ui: import("../modules/ui").UIState;
|
|
10
10
|
}>) => import("../modules/configuration").ConfigurationState;
|
|
@@ -14,7 +14,7 @@ declare const _default: {
|
|
|
14
14
|
configuration: import("../modules/configuration").ConfigurationState;
|
|
15
15
|
general: import("../modules/general").GeneralState;
|
|
16
16
|
shortcuts: import("../modules/shortcuts").ShortcutsState;
|
|
17
|
-
space: import("
|
|
17
|
+
space: import("@plurid/plurid-data").PluridStateSpace;
|
|
18
18
|
themes: import("../modules/themes").ThemesState;
|
|
19
19
|
ui: import("../modules/ui").UIState;
|
|
20
20
|
}>) => import("../modules/general").GeneralState;
|
|
@@ -24,7 +24,7 @@ declare const _default: {
|
|
|
24
24
|
configuration: import("../modules/configuration").ConfigurationState;
|
|
25
25
|
general: import("../modules/general").GeneralState;
|
|
26
26
|
shortcuts: import("../modules/shortcuts").ShortcutsState;
|
|
27
|
-
space: import("
|
|
27
|
+
space: import("@plurid/plurid-data").PluridStateSpace;
|
|
28
28
|
themes: import("../modules/themes").ThemesState;
|
|
29
29
|
ui: import("../modules/ui").UIState;
|
|
30
30
|
}>) => boolean;
|
|
@@ -35,7 +35,7 @@ declare const _default: {
|
|
|
35
35
|
configuration: import("../modules/configuration").ConfigurationState;
|
|
36
36
|
general: import("../modules/general").GeneralState;
|
|
37
37
|
shortcuts: import("../modules/shortcuts").ShortcutsState;
|
|
38
|
-
space: import("
|
|
38
|
+
space: import("@plurid/plurid-data").PluridStateSpace;
|
|
39
39
|
themes: import("../modules/themes").ThemesState;
|
|
40
40
|
ui: import("../modules/ui").UIState;
|
|
41
41
|
}>) => import("@plurid/plurid-themes/distribution").Theme;
|
|
@@ -43,7 +43,7 @@ declare const _default: {
|
|
|
43
43
|
configuration: import("../modules/configuration").ConfigurationState;
|
|
44
44
|
general: import("../modules/general").GeneralState;
|
|
45
45
|
shortcuts: import("../modules/shortcuts").ShortcutsState;
|
|
46
|
-
space: import("
|
|
46
|
+
space: import("@plurid/plurid-data").PluridStateSpace;
|
|
47
47
|
themes: import("../modules/themes").ThemesState;
|
|
48
48
|
ui: import("../modules/ui").UIState;
|
|
49
49
|
}>) => import("@plurid/plurid-themes/distribution").Theme;
|
|
@@ -53,7 +53,7 @@ declare const _default: {
|
|
|
53
53
|
configuration: import("../modules/configuration").ConfigurationState;
|
|
54
54
|
general: import("../modules/general").GeneralState;
|
|
55
55
|
shortcuts: import("../modules/shortcuts").ShortcutsState;
|
|
56
|
-
space: import("
|
|
56
|
+
space: import("@plurid/plurid-data").PluridStateSpace;
|
|
57
57
|
themes: import("../modules/themes").ThemesState;
|
|
58
58
|
ui: import("../modules/ui").UIState;
|
|
59
59
|
}>) => number;
|
|
@@ -8,14 +8,14 @@ declare const store: (preloadedState: {} | import("@reduxjs/toolkit").CombinedSt
|
|
|
8
8
|
configuration: import("../modules/configuration").ConfigurationState;
|
|
9
9
|
general: import("../modules/general").GeneralState;
|
|
10
10
|
shortcuts: import("../modules/shortcuts").ShortcutsState;
|
|
11
|
-
space: import("
|
|
11
|
+
space: import("@plurid/plurid-data").PluridStateSpace;
|
|
12
12
|
themes: import("../modules/themes").ThemesState;
|
|
13
13
|
ui: import("../modules/ui").UIState;
|
|
14
14
|
}>) => import("@reduxjs/toolkit").Store<import("@reduxjs/toolkit").CombinedState<{
|
|
15
15
|
configuration: import("../modules/configuration").ConfigurationState;
|
|
16
16
|
general: import("../modules/general").GeneralState;
|
|
17
17
|
shortcuts: import("../modules/shortcuts").ShortcutsState;
|
|
18
|
-
space: import("
|
|
18
|
+
space: import("@plurid/plurid-data").PluridStateSpace;
|
|
19
19
|
themes: import("../modules/themes").ThemesState;
|
|
20
20
|
ui: import("../modules/ui").UIState;
|
|
21
21
|
}>, import("@reduxjs/toolkit").AnyAction>;
|
|
@@ -2,7 +2,7 @@ declare const reducer: import("@reduxjs/toolkit").Reducer<import("@reduxjs/toolk
|
|
|
2
2
|
configuration: import("../../modules/configuration").ConfigurationState;
|
|
3
3
|
general: import("../../modules/general").GeneralState;
|
|
4
4
|
shortcuts: import("../../modules/shortcuts").ShortcutsState;
|
|
5
|
-
space: import("
|
|
5
|
+
space: import("@plurid/plurid-data").PluridStateSpace;
|
|
6
6
|
themes: import("../../modules/themes").ThemesState;
|
|
7
7
|
ui: import("../../modules/ui").UIState;
|
|
8
8
|
}>, import("@reduxjs/toolkit").AnyAction>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurid/plurid-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-28",
|
|
4
4
|
"description": "React implementation of Plurid to explore the web in three dimensions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"plurid",
|
|
@@ -67,46 +67,46 @@
|
|
|
67
67
|
"styled-components": ">=5"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@babel/core": "^7.
|
|
70
|
+
"@babel/core": "^7.19.0",
|
|
71
71
|
"@plurid/elementql": "^0.0.0-1",
|
|
72
72
|
"@plurid/elementql-client-react": "^0.0.0-1",
|
|
73
|
-
"@plurid/plurid-data": "0.0.0-
|
|
74
|
-
"@plurid/plurid-engine": "0.0.0-
|
|
73
|
+
"@plurid/plurid-data": "0.0.0-19",
|
|
74
|
+
"@plurid/plurid-engine": "0.0.0-18",
|
|
75
75
|
"@plurid/plurid-functions": "0.0.0-30",
|
|
76
76
|
"@plurid/plurid-functions-react": "0.0.0-5",
|
|
77
77
|
"@plurid/plurid-icons-react": "0.0.0-5",
|
|
78
|
-
"@plurid/plurid-pubsub": "0.0.0-
|
|
78
|
+
"@plurid/plurid-pubsub": "0.0.0-9",
|
|
79
79
|
"@plurid/plurid-themes": "0.0.0-2",
|
|
80
|
-
"@plurid/plurid-ui-components-react": "0.0.0-
|
|
80
|
+
"@plurid/plurid-ui-components-react": "0.0.0-18",
|
|
81
81
|
"@plurid/plurid-ui-state-react": "0.0.0-7",
|
|
82
82
|
"@reduxjs/toolkit": "^1.8.5",
|
|
83
83
|
"@rollup/plugin-babel": "^5.3.1",
|
|
84
84
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
85
|
-
"@rollup/plugin-node-resolve": "^
|
|
85
|
+
"@rollup/plugin-node-resolve": "^14.0.0",
|
|
86
86
|
"@rollup/plugin-replace": "^4.0.0",
|
|
87
|
-
"@rollup/plugin-typescript": "^8.
|
|
87
|
+
"@rollup/plugin-typescript": "^8.5.0",
|
|
88
88
|
"@rollup/plugin-url": "^7.0.0",
|
|
89
89
|
"@types/hammerjs": "^2.0.41",
|
|
90
|
-
"@types/jest": "^
|
|
91
|
-
"@types/node": "^18.7.
|
|
92
|
-
"@types/react": "^18.0.
|
|
90
|
+
"@types/jest": "^29.0.0",
|
|
91
|
+
"@types/node": "^18.7.15",
|
|
92
|
+
"@types/react": "^18.0.18",
|
|
93
93
|
"@types/react-dom": "^18.0.6",
|
|
94
94
|
"@types/react-redux": "^7.1.24",
|
|
95
95
|
"@types/styled-components": "^5.1.26",
|
|
96
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
97
|
-
"@typescript-eslint/parser": "^5.
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
|
97
|
+
"@typescript-eslint/parser": "^5.36.2",
|
|
98
98
|
"@zerollup/ts-transform-paths": "^1.7.18",
|
|
99
99
|
"babel-plugin-styled-components": "^2.0.7",
|
|
100
100
|
"cross-fetch": "^3.1.5",
|
|
101
|
-
"esbuild": "^0.15.
|
|
102
|
-
"eslint": "^8.
|
|
103
|
-
"jest": "^
|
|
104
|
-
"jest-config": "^
|
|
101
|
+
"esbuild": "^0.15.7",
|
|
102
|
+
"eslint": "^8.23.0",
|
|
103
|
+
"jest": "^29.0.2",
|
|
104
|
+
"jest-config": "^29.0.2",
|
|
105
105
|
"postcss": "^8.4.16",
|
|
106
106
|
"react": "^18.2.0",
|
|
107
107
|
"react-dom": "^18.2.0",
|
|
108
108
|
"react-redux": "^8.0.2",
|
|
109
|
-
"rollup": "^2.
|
|
109
|
+
"rollup": "^2.79.0",
|
|
110
110
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
111
111
|
"rollup-plugin-postcss": "^4.0.2",
|
|
112
112
|
"rollup-plugin-terser": "^7.0.2",
|