@uniformdev/context-devtools 20.11.0 → 20.12.1-alpha.20
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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace';
|
|
2
|
-
import { VisitorData, OutputSeverity, DevToolsState, DevToolsActions, Context } from '@uniformdev/context';
|
|
3
|
-
import { ManifestV2 } from '@uniformdev/context/*';
|
|
2
|
+
import { ManifestV2, VisitorData, OutputSeverity, DevToolsState, DevToolsActions, Context } from '@uniformdev/context';
|
|
4
3
|
import { DimensionDisplayData, Quirk } from '@uniformdev/context/api';
|
|
5
4
|
|
|
6
5
|
type FullDimensionData = DimensionDisplayData & {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace';
|
|
2
|
-
import { VisitorData, OutputSeverity, DevToolsState, DevToolsActions, Context } from '@uniformdev/context';
|
|
3
|
-
import { ManifestV2 } from '@uniformdev/context/*';
|
|
2
|
+
import { ManifestV2, VisitorData, OutputSeverity, DevToolsState, DevToolsActions, Context } from '@uniformdev/context';
|
|
4
3
|
import { DimensionDisplayData, Quirk } from '@uniformdev/context/api';
|
|
5
4
|
|
|
6
5
|
type FullDimensionData = DimensionDisplayData & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-devtools",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.12.1-alpha.20+57789a9fb7",
|
|
4
4
|
"description": "Uniform Context developer tools components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"test": "jest --maxWorkers=1 --passWithNoTests",
|
|
15
15
|
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
|
|
16
16
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\"",
|
|
17
|
-
"document": "api-extractor run --local"
|
|
17
|
+
"document:prebuild": "api-extractor run --local"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"react": ">=17 || 17 || 18",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/chrome": "0.0.224",
|
|
25
25
|
"@types/react": "18.3.11",
|
|
26
|
-
"autoprefixer": "10.4.
|
|
27
|
-
"postcss": "8.
|
|
26
|
+
"autoprefixer": "10.4.21",
|
|
27
|
+
"postcss": "8.5.3",
|
|
28
28
|
"react": "18.3.1",
|
|
29
29
|
"react-dom": "18.3.1",
|
|
30
30
|
"tsup": "8.1.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@emotion/react": "11.13.5",
|
|
34
|
-
"@uniformdev/context": "20.
|
|
35
|
-
"@uniformdev/design-system": "20.
|
|
34
|
+
"@uniformdev/context": "20.12.1-alpha.20+57789a9fb7",
|
|
35
|
+
"@uniformdev/design-system": "20.12.1-alpha.20+57789a9fb7",
|
|
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": "57789a9fb78dd058fcba9c2db8eca9855d3560bc"
|
|
47
47
|
}
|