@walkeros/explorer 3.4.0 → 3.4.1-next-1776790594143

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/styles.css CHANGED
@@ -562,6 +562,38 @@
562
562
  outline: none !important;
563
563
  box-shadow: none !important;
564
564
  }
565
+ .elb-code-static {
566
+ flex: 1;
567
+ min-height: 0;
568
+ width: 100%;
569
+ display: flex;
570
+ flex-direction: column;
571
+ position: relative;
572
+ overflow: hidden;
573
+ font-size: var(--monaco-font-size, 13px);
574
+ line-height: 1.5;
575
+ font-family: var(--font-mono, "SF Mono", "Monaco", "Menlo", "Consolas", monospace);
576
+ }
577
+ .elb-code-static pre.shiki,
578
+ .elb-code-static pre {
579
+ flex: 1;
580
+ margin: 0 !important;
581
+ padding: var(--spacing-sm, 8px) var(--spacing-md, 12px) !important;
582
+ background: transparent !important;
583
+ font-family: inherit !important;
584
+ font-size: inherit !important;
585
+ line-height: inherit !important;
586
+ overflow: auto;
587
+ box-sizing: border-box;
588
+ }
589
+ .elb-code-static pre.shiki code,
590
+ .elb-code-static pre code {
591
+ font-family: inherit !important;
592
+ font-size: inherit !important;
593
+ line-height: inherit !important;
594
+ background: transparent !important;
595
+ display: block;
596
+ }
565
597
  .elb-code-inline {
566
598
  font-family: var(--font-mono);
567
599
  font-size: 0.9em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/explorer",
3
- "version": "3.4.0",
3
+ "version": "3.4.1-next-1776790594143",
4
4
  "description": "Interactive React components for walkerOS documentation and exploration",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -35,9 +35,9 @@
35
35
  "@rjsf/core": "^6.1.2",
36
36
  "@rjsf/utils": "^6.1.2",
37
37
  "@rjsf/validator-ajv8": "^6.1.2",
38
- "@walkeros/collector": "3.4.0",
39
- "@walkeros/core": "3.4.0",
40
- "@walkeros/web-source-browser": "3.4.0",
38
+ "@walkeros/collector": "3.4.1-next-1776790594143",
39
+ "@walkeros/core": "3.4.1-next-1776790594143",
40
+ "@walkeros/web-source-browser": "3.4.1-next-1776790594143",
41
41
  "clsx": "^2.1.1",
42
42
  "monaco-editor": "^0.55.1",
43
43
  "prettier": "^3.7.4",
@@ -63,8 +63,8 @@
63
63
  "@typescript-eslint/eslint-plugin": "^8.28.0",
64
64
  "@typescript-eslint/parser": "^8.28.0",
65
65
  "@vitejs/plugin-react": "^5.1.2",
66
- "@walkeros/config": "3.4.0",
67
- "@walkeros/web-destination-gtag": "3.4.0",
66
+ "@walkeros/config": "3.4.1-next-1776790594143",
67
+ "@walkeros/web-destination-gtag": "3.4.1-next-1776790594143",
68
68
  "eslint": "^9.23.0",
69
69
  "eslint-plugin-jest": "^28.11.0",
70
70
  "eslint-plugin-storybook": "^10.1.11",