@previewcn/devtools 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/dist/styles.css +3 -1
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -420,6 +420,7 @@
420
420
  background-clip: content-box;
421
421
  }
422
422
  .previewcn-section {
423
+ position: relative;
423
424
  display: grid;
424
425
  gap: 10px;
425
426
  animation: previewcn-rise 0.32s ease both;
@@ -510,6 +511,7 @@
510
511
  }
511
512
  .previewcn-select-wrapper {
512
513
  position: relative;
514
+ z-index: 1;
513
515
  }
514
516
  .previewcn-select-trigger {
515
517
  width: 100%;
@@ -519,7 +521,7 @@
519
521
  position: absolute;
520
522
  top: calc(100% + 6px);
521
523
  left: 0;
522
- z-index: 10;
524
+ z-index: 20;
523
525
  width: 100%;
524
526
  padding: 6px;
525
527
  border-radius: var(--pcn-radius);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@previewcn/devtools",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Embedded devtools for PreviewCN - real-time shadcn/ui theme preview inside your app",
5
5
  "keywords": ["shadcn", "shadcn-ui", "theme", "preview", "devtools", "react", "tailwind"],
6
6
  "license": "MIT",