4dfc59e5cb
This PR introduces `@tldraw/tldraw/tldraw.css`, an exported CSS file that replaces the `editor.css` and `ui.css` that were previously copied from the editor and ui packages. Instead, these files are combined into the `tldraw.css` file, simplifying the import story when using `@tldraw/tldraw`. ### Change Type - [x] `major` — Breaking change ### Release Notes - [tldraw] Removes `editor.css` and `ui.css` exports, replaces with `tldraw.css`
82 lines
1 KiB
Text
82 lines
1 KiB
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-cjs
|
|
dist-esm
|
|
.tsbuild*
|
|
.lazy
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# turborepo
|
|
.turbo
|
|
|
|
coverage
|
|
|
|
**/*.env
|
|
**/*.tsbuildinfo
|
|
|
|
**/*.css.map
|
|
**/*.js.map
|
|
apps/examples/www/index.js
|
|
apps/examples/www/index.css
|
|
nohup.out
|
|
|
|
packages/*/package
|
|
packages/*/*.tgz
|
|
|
|
tsconfig.build.json
|
|
.vercel
|
|
|
|
api-json
|
|
api-md
|
|
|
|
packages/tldraw/tldraw.css
|
|
|
|
packages/assets/embed-icons
|
|
packages/assets/fonts
|
|
packages/assets/icons
|
|
packages/assets/translations
|
|
apps/webdriver/www/
|
|
apps/examples/www/embed-icons
|
|
apps/examples/www/fonts
|
|
apps/examples/www/icons
|
|
apps/examples/www/translations
|
|
|
|
# yarn v2
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
packages/*/api
|
|
apps/examples/www/index.css
|
|
apps/examples/www/index.js
|
|
.tsbuild
|
|
|
|
apps/examples/build.esbuild.json
|
|
|
|
apps/examples/e2e/test-results
|
|
apps/examples/playwright-report/index.html
|