@plitzi/sdk-dev-tools 0.31.0 → 0.31.1
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/CHANGELOG.md +16 -4
- package/dist/components/DevToolsPanel/tabs/ElementsViewer/DetailsValue.mjs +1 -1
- package/dist/components/DevToolsPanel/tabs/ElementsViewer/ElementsViewer.mjs +1 -1
- package/dist/components/DevToolsPanel/tabs/HistoryViewer/HistoryViewer.mjs +1 -1
- package/dist/components/DevToolsPanel/tabs/HistoryViewer/components/HistoryEntryItem/HistoryEntryItem.d.ts +1 -1
- package/dist/components/DevToolsPanel/tabs/HistoryViewer/helpers.d.ts +1 -1
- package/dist/components/DevToolsPanel/tabs/Logs/categories/LogInteraction/BodyHeader.mjs +1 -1
- package/dist/components/DevToolsPanel/tabs/Logs/categories/LogNavigation/LogNavigationBody.mjs +1 -1
- package/dist/components/DevToolsPanel/tabs/StoreViewer/StoreViewer.mjs +1 -1
- package/dist/components/DevToolsPanel/tabs/VariablesViewer/VariablesViewer.mjs +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @plitzi/sdk-dev-tools
|
|
2
2
|
|
|
3
|
+
## 0.31.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- v0.31.1
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @plitzi/nexus@0.31.1
|
|
10
|
+
- @plitzi/sdk-navigation@0.31.1
|
|
11
|
+
- @plitzi/sdk-schema@0.31.1
|
|
12
|
+
- @plitzi/sdk-shared@0.31.1
|
|
13
|
+
- @plitzi/sdk-style@0.31.1
|
|
14
|
+
|
|
3
15
|
## 0.31.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -12,7 +24,7 @@
|
|
|
12
24
|
- @plitzi/sdk-navigation@0.31.0
|
|
13
25
|
- @plitzi/sdk-schema@0.31.0
|
|
14
26
|
- @plitzi/sdk-shared@0.31.0
|
|
15
|
-
- @plitzi/
|
|
27
|
+
- @plitzi/nexus@0.31.0
|
|
16
28
|
- @plitzi/sdk-style@0.31.0
|
|
17
29
|
|
|
18
30
|
## 0.30.19
|
|
@@ -25,7 +37,7 @@
|
|
|
25
37
|
- @plitzi/sdk-navigation@0.30.19
|
|
26
38
|
- @plitzi/sdk-schema@0.30.19
|
|
27
39
|
- @plitzi/sdk-shared@0.30.19
|
|
28
|
-
- @plitzi/
|
|
40
|
+
- @plitzi/nexus@0.30.19
|
|
29
41
|
- @plitzi/sdk-style@0.30.19
|
|
30
42
|
|
|
31
43
|
## 0.30.18
|
|
@@ -38,7 +50,7 @@
|
|
|
38
50
|
- @plitzi/sdk-navigation@0.30.18
|
|
39
51
|
- @plitzi/sdk-schema@0.30.18
|
|
40
52
|
- @plitzi/sdk-shared@0.30.18
|
|
41
|
-
- @plitzi/
|
|
53
|
+
- @plitzi/nexus@0.30.18
|
|
42
54
|
- @plitzi/sdk-style@0.30.18
|
|
43
55
|
|
|
44
56
|
## 0.30.17
|
|
@@ -51,7 +63,7 @@
|
|
|
51
63
|
- @plitzi/sdk-navigation@0.30.17
|
|
52
64
|
- @plitzi/sdk-schema@0.30.17
|
|
53
65
|
- @plitzi/sdk-shared@0.30.17
|
|
54
|
-
- @plitzi/
|
|
66
|
+
- @plitzi/nexus@0.30.17
|
|
55
67
|
- @plitzi/sdk-style@0.30.17
|
|
56
68
|
|
|
57
69
|
## 0.30.16
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCallback as e, useMemo as t } from "react";
|
|
2
|
-
import { createStoreHook as n } from "@plitzi/
|
|
2
|
+
import { createStoreHook as n } from "@plitzi/nexus/createStore";
|
|
3
3
|
import { get as r } from "@plitzi/plitzi-ui/helpers";
|
|
4
4
|
import { jsx as i } from "react/jsx-runtime";
|
|
5
5
|
//#region src/components/DevToolsPanel/tabs/ElementsViewer/DetailsValue.tsx
|
|
@@ -3,7 +3,7 @@ import t from "./ElementsList.mjs";
|
|
|
3
3
|
import n from "clsx";
|
|
4
4
|
import { use as r, useCallback as i, useMemo as a } from "react";
|
|
5
5
|
import o from "@plitzi/sdk-navigation/NavigationContext";
|
|
6
|
-
import { createStoreHook as s } from "@plitzi/
|
|
6
|
+
import { createStoreHook as s } from "@plitzi/nexus/createStore";
|
|
7
7
|
import { jsx as c, jsxs as l } from "react/jsx-runtime";
|
|
8
8
|
//#region src/components/DevToolsPanel/tabs/ElementsViewer/ElementsViewer.tsx
|
|
9
9
|
var u = ({ className: u, elementSelected: d, onSelectElement: f }) => {
|
|
@@ -3,7 +3,7 @@ import t from "./components/HistoryEntryItem/HistoryEntryItem.mjs";
|
|
|
3
3
|
import n from "./components/HistoryToolbar/HistoryToolbar.mjs";
|
|
4
4
|
import { useCallback as r, useMemo as i, useState as a } from "react";
|
|
5
5
|
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
6
|
-
import { useStoreHistory as c } from "@plitzi/
|
|
6
|
+
import { useStoreHistory as c } from "@plitzi/nexus/history";
|
|
7
7
|
//#region src/components/DevToolsPanel/tabs/HistoryViewer/HistoryViewer.tsx
|
|
8
8
|
var l = () => {
|
|
9
9
|
let { entries: l, index: u, canUndo: d, canRedo: f, undo: p, redo: m, travelTo: h, clear: g } = c(), [_, v] = a(""), y = i(() => l.map((e, t) => ({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HistoryEntry } from '@plitzi/
|
|
1
|
+
import { HistoryEntry } from '@plitzi/nexus/history';
|
|
2
2
|
export declare const formatTime: (timestamp: number) => string;
|
|
3
3
|
export declare const previewValue: (value: unknown) => string;
|
|
4
4
|
export declare const matchesFilter: <TState>(entry: HistoryEntry<TState>, filter: string) => boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCallback as e, useMemo as t } from "react";
|
|
2
|
-
import { createStoreHook as n } from "@plitzi/
|
|
2
|
+
import { createStoreHook as n } from "@plitzi/nexus/createStore";
|
|
3
3
|
import { get as r } from "@plitzi/plitzi-ui/helpers";
|
|
4
4
|
import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
5
5
|
import { formatDate as o } from "@plitzi/sdk-shared/helpers";
|
package/dist/components/DevToolsPanel/tabs/Logs/categories/LogNavigation/LogNavigationBody.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useMemo as e } from "react";
|
|
2
|
-
import { createStoreHook as t } from "@plitzi/
|
|
2
|
+
import { createStoreHook as t } from "@plitzi/nexus/createStore";
|
|
3
3
|
import { get as n } from "@plitzi/plitzi-ui/helpers";
|
|
4
4
|
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
5
5
|
import { formatDate as a } from "@plitzi/sdk-shared/helpers";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { use as e } from "react";
|
|
2
2
|
import t from "@plitzi/sdk-shared/devTools/DevToolsContext";
|
|
3
|
-
import { createStoreHook as n } from "@plitzi/
|
|
3
|
+
import { createStoreHook as n } from "@plitzi/nexus/createStore";
|
|
4
4
|
import { jsx as r } from "react/jsx-runtime";
|
|
5
5
|
import i from "@uiw/react-json-view";
|
|
6
6
|
import * as a from "@uiw/react-json-view/vscode";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e from "./VariablesList.mjs";
|
|
2
2
|
import t from "./VariablesStyleList.mjs";
|
|
3
|
-
import { createStoreHook as n } from "@plitzi/
|
|
3
|
+
import { createStoreHook as n } from "@plitzi/nexus/createStore";
|
|
4
4
|
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
5
5
|
//#region src/components/DevToolsPanel/tabs/VariablesViewer/VariablesViewer.tsx
|
|
6
6
|
var a = () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plitzi/sdk-dev-tools",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -396,12 +396,12 @@
|
|
|
396
396
|
"react-dom": "^19"
|
|
397
397
|
},
|
|
398
398
|
"dependencies": {
|
|
399
|
+
"@plitzi/nexus": "0.31.1",
|
|
399
400
|
"@plitzi/plitzi-ui": "^1.6.9",
|
|
400
|
-
"@plitzi/sdk-navigation": "0.31.
|
|
401
|
-
"@plitzi/sdk-schema": "0.31.
|
|
402
|
-
"@plitzi/sdk-shared": "0.31.
|
|
403
|
-
"@plitzi/sdk-
|
|
404
|
-
"@plitzi/sdk-style": "0.31.0",
|
|
401
|
+
"@plitzi/sdk-navigation": "0.31.1",
|
|
402
|
+
"@plitzi/sdk-schema": "0.31.1",
|
|
403
|
+
"@plitzi/sdk-shared": "0.31.1",
|
|
404
|
+
"@plitzi/sdk-style": "0.31.1",
|
|
405
405
|
"@uiw/react-json-view": "^2.0.0-alpha.43",
|
|
406
406
|
"clsx": "^2.1.1"
|
|
407
407
|
}
|