@uniformdev/context-devtools 20.34.3-alpha.70 → 20.35.1-alpha.188
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.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
2
2
|
import { ManifestV2, VisitorData, OutputSeverity, DevToolsState, DevToolsActions, Context } from '@uniformdev/context';
|
|
3
3
|
import { DimensionDisplayData, Quirk } from '@uniformdev/context/api';
|
|
4
4
|
|
|
@@ -59,7 +59,7 @@ type ContextDevToolsRouteProps = ContextDevToolsProps & {
|
|
|
59
59
|
dimensionIndex: ReturnType<typeof useDimensionIndex>;
|
|
60
60
|
quirksIndex: ReturnType<typeof useQuirkIndex>;
|
|
61
61
|
};
|
|
62
|
-
declare function ContextDevTools(props: ContextDevToolsProps):
|
|
62
|
+
declare function ContextDevTools(props: ContextDevToolsProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
63
63
|
|
|
64
64
|
type EmbeddedContextDevToolsProps = {
|
|
65
65
|
/**
|
|
@@ -78,6 +78,6 @@ type EmbeddedContextDevToolsProps = {
|
|
|
78
78
|
* Renders Uniform Context DevTools in an embedded state (as a React component that can be an island on a demo page, for example)
|
|
79
79
|
* @deprecated not intended for public usage
|
|
80
80
|
*/
|
|
81
|
-
declare function EmbeddedContextDevTools({ context, initialSettings }: EmbeddedContextDevToolsProps):
|
|
81
|
+
declare function EmbeddedContextDevTools({ context, initialSettings }: EmbeddedContextDevToolsProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
82
82
|
|
|
83
83
|
export { ContextDevTools, type ContextDevToolsProps, type ContextDevToolsRouteProps, type DevToolsSettings, EmbeddedContextDevTools, type EmbeddedContextDevToolsProps, type Override };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
2
2
|
import { ManifestV2, VisitorData, OutputSeverity, DevToolsState, DevToolsActions, Context } from '@uniformdev/context';
|
|
3
3
|
import { DimensionDisplayData, Quirk } from '@uniformdev/context/api';
|
|
4
4
|
|
|
@@ -59,7 +59,7 @@ type ContextDevToolsRouteProps = ContextDevToolsProps & {
|
|
|
59
59
|
dimensionIndex: ReturnType<typeof useDimensionIndex>;
|
|
60
60
|
quirksIndex: ReturnType<typeof useQuirkIndex>;
|
|
61
61
|
};
|
|
62
|
-
declare function ContextDevTools(props: ContextDevToolsProps):
|
|
62
|
+
declare function ContextDevTools(props: ContextDevToolsProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
63
63
|
|
|
64
64
|
type EmbeddedContextDevToolsProps = {
|
|
65
65
|
/**
|
|
@@ -78,6 +78,6 @@ type EmbeddedContextDevToolsProps = {
|
|
|
78
78
|
* Renders Uniform Context DevTools in an embedded state (as a React component that can be an island on a demo page, for example)
|
|
79
79
|
* @deprecated not intended for public usage
|
|
80
80
|
*/
|
|
81
|
-
declare function EmbeddedContextDevTools({ context, initialSettings }: EmbeddedContextDevToolsProps):
|
|
81
|
+
declare function EmbeddedContextDevTools({ context, initialSettings }: EmbeddedContextDevToolsProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
82
82
|
|
|
83
83
|
export { ContextDevTools, type ContextDevToolsProps, type ContextDevToolsRouteProps, type DevToolsSettings, EmbeddedContextDevTools, type EmbeddedContextDevToolsProps, type Override };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-devtools",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.35.1-alpha.188+c2a5b9c45f",
|
|
4
4
|
"description": "Uniform Context developer tools components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/chrome": "0.0.224",
|
|
25
|
-
"@types/react": "
|
|
25
|
+
"@types/react": "19.2.2",
|
|
26
26
|
"autoprefixer": "10.4.21",
|
|
27
27
|
"postcss": "8.5.3",
|
|
28
|
-
"react": "
|
|
29
|
-
"react-dom": "
|
|
28
|
+
"react": "19.2.0",
|
|
29
|
+
"react-dom": "19.2.0",
|
|
30
30
|
"tsup": "8.3.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@emotion/react": "11.
|
|
34
|
-
"@uniformdev/context": "20.
|
|
35
|
-
"@uniformdev/design-system": "20.
|
|
33
|
+
"@emotion/react": "11.14.0",
|
|
34
|
+
"@uniformdev/context": "20.35.1-alpha.188+c2a5b9c45f",
|
|
35
|
+
"@uniformdev/design-system": "20.35.1-alpha.188+c2a5b9c45f",
|
|
36
36
|
"formik": "^2.2.9",
|
|
37
37
|
"react-use": "^17.4.0",
|
|
38
38
|
"yup": "^0.32.11"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "c2a5b9c45fdbcd3199fba23e38beaf7ca0388c35"
|
|
47
47
|
}
|