@previewcn/devtools 0.1.0-alpha.3 → 0.1.0-alpha.5

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 +0 -3
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -238,9 +238,6 @@
238
238
  align-items: flex-end;
239
239
  justify-content: flex-end;
240
240
  padding: calc(var(--spacing) * 4);
241
- background: oklch(0 0 0 / 30%);
242
- backdrop-filter: blur(2px);
243
- animation: previewcn-fade-in 0.15s ease-out;
244
241
  }
245
242
  .previewcn-panel {
246
243
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@previewcn/devtools",
3
- "version": "0.1.0-alpha.3",
3
+ "version": "0.1.0-alpha.5",
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",