@previewcn/devtools 0.1.7 → 0.1.8

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 +1 -8
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -216,14 +216,7 @@
216
216
  height: 100dvh;
217
217
  overflow: hidden;
218
218
  color: var(--pcn-text);
219
- font-family: var(
220
- --font-sans,
221
- "Inter",
222
- "Geist",
223
- "SF Pro Text",
224
- "Segoe UI",
225
- sans-serif
226
- );
219
+ font-family: Inter, Geist, sans-serif;
227
220
  font-size: 12.5px;
228
221
  line-height: 1.55;
229
222
  letter-spacing: 0.01em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@previewcn/devtools",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
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",