@ansiversa/components 0.0.96 → 0.0.97

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ansiversa/components",
3
- "version": "0.0.96",
3
+ "version": "0.0.97",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -532,6 +532,17 @@
532
532
  font-size: 0.875rem;
533
533
  }
534
534
 
535
+ .av-admin-json {
536
+ background: #0f172a;
537
+ color: #e2e8f0;
538
+ padding: 1rem;
539
+ border-radius: 0.75rem;
540
+ overflow: auto;
541
+ font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
542
+ font-size: 0.875rem;
543
+ line-height: 1.5;
544
+ }
545
+
535
546
  .av-admin-section > .av-container {
536
547
  padding-top: 0;
537
548
  padding-bottom: 0;