@walkeros/explorer 4.2.1 → 4.2.2-next-1782892388850
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 +14 -0
- package/dist/index.d.cts +17 -48
- package/dist/index.d.ts +17 -48
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +10 -4
- package/package.json +7 -7
package/dist/styles.css
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
--spacing-button: 4px 8px;
|
|
74
74
|
--spacing-button-group: 1px;
|
|
75
75
|
--spacing-grid-gap: 12px;
|
|
76
|
-
--spacing-snippet: 20px;
|
|
77
76
|
--grid-min-box-width: 350px;
|
|
78
77
|
--grid-row-min-height: 250px;
|
|
79
78
|
--grid-row-max-height: 450px;
|
|
@@ -172,7 +171,6 @@
|
|
|
172
171
|
--spacing-button: 4px 8px;
|
|
173
172
|
--spacing-button-group: 1px;
|
|
174
173
|
--spacing-grid-gap: 12px;
|
|
175
|
-
--spacing-snippet: 20px;
|
|
176
174
|
--grid-min-box-width: 350px;
|
|
177
175
|
--grid-row-min-height: 250px;
|
|
178
176
|
--grid-row-max-height: 450px;
|
|
@@ -620,6 +618,14 @@
|
|
|
620
618
|
background: transparent !important;
|
|
621
619
|
display: block;
|
|
622
620
|
}
|
|
621
|
+
html[data-theme=dark] .shiki,
|
|
622
|
+
html[data-theme=dark] .shiki span {
|
|
623
|
+
color: var(--shiki-dark) !important;
|
|
624
|
+
background-color: var(--shiki-dark-bg) !important;
|
|
625
|
+
font-style: var(--shiki-dark-font-style) !important;
|
|
626
|
+
font-weight: var(--shiki-dark-font-weight) !important;
|
|
627
|
+
text-decoration: var(--shiki-dark-text-decoration) !important;
|
|
628
|
+
}
|
|
623
629
|
.elb-code-inline {
|
|
624
630
|
font-family: var(--font-mono);
|
|
625
631
|
font-size: 0.9em;
|
|
@@ -942,8 +948,8 @@
|
|
|
942
948
|
.elb-code-snippet {
|
|
943
949
|
min-height: var(--height-snippet-min);
|
|
944
950
|
}
|
|
945
|
-
.elb-code-snippet .elb-
|
|
946
|
-
|
|
951
|
+
.elb-code-snippet .elb-code-static {
|
|
952
|
+
font-size: 15px;
|
|
947
953
|
}
|
|
948
954
|
.elb-preview-content {
|
|
949
955
|
flex: 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/explorer",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2-next-1782892388850",
|
|
4
4
|
"description": "Interactive React components for walkerOS documentation and exploration",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"@rjsf/core": "^6.1.2",
|
|
37
37
|
"@rjsf/utils": "^6.1.2",
|
|
38
38
|
"@rjsf/validator-ajv8": "^6.1.2",
|
|
39
|
-
"@walkeros/collector": "4.2.
|
|
40
|
-
"@walkeros/core": "4.2.
|
|
41
|
-
"@walkeros/web-core": "4.2.
|
|
42
|
-
"@walkeros/web-source-browser": "4.2.
|
|
39
|
+
"@walkeros/collector": "4.2.2-next-1782892388850",
|
|
40
|
+
"@walkeros/core": "4.2.2-next-1782892388850",
|
|
41
|
+
"@walkeros/web-core": "4.2.2-next-1782892388850",
|
|
42
|
+
"@walkeros/web-source-browser": "4.2.2-next-1782892388850",
|
|
43
43
|
"clsx": "^2.1.1",
|
|
44
44
|
"monaco-editor": "^0.55.1",
|
|
45
45
|
"prettier": "^3.7.4",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
66
66
|
"@typescript-eslint/parser": "^8.28.0",
|
|
67
67
|
"@vitejs/plugin-react": "^6.0.2",
|
|
68
|
-
"@walkeros/config": "4.2.
|
|
69
|
-
"@walkeros/web-destination-gtag": "4.2.
|
|
68
|
+
"@walkeros/config": "4.2.2-next-1782892388850",
|
|
69
|
+
"@walkeros/web-destination-gtag": "4.2.2-next-1782892388850",
|
|
70
70
|
"eslint": "^9.23.0",
|
|
71
71
|
"eslint-plugin-jest": "^29.15.2",
|
|
72
72
|
"eslint-plugin-storybook": "^10.1.11",
|