feat: add widget preview pages (#9)
* feat: add widget definition system * fix: wrong typecheck command in turbo generator * chore: fix formatting * feat: add widget preview page * chore: fix formatting and type errors * chore: fix from widget edit modal and remove some never casts * chore: address pull request feedback
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export * from "./src";
|
||||
export { spotlight, Spotlight } from "@mantine/spotlight";
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"exports": {
|
||||
".": "./index.ts"
|
||||
".": "./index.ts",
|
||||
"./styles.css": "./src/styles.css"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
|
||||
1
packages/spotlight/src/styles.css
Normal file
1
packages/spotlight/src/styles.css
Normal file
@@ -0,0 +1 @@
|
||||
@import "@mantine/spotlight/styles.css";
|
||||
Reference in New Issue
Block a user