@trpc-panel/core 1.0.3 → 1.0.4

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.
@@ -596,6 +596,10 @@ video {
596
596
  pointer-events: auto;
597
597
  }
598
598
 
599
+ .static {
600
+ position: static;
601
+ }
602
+
599
603
  .fixed {
600
604
  position: fixed;
601
605
  }
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc-panel/core",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "UI for testing tRPC backends",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",