Skip to content

Commit

Permalink
Merge pull request #21 from ryu-man/small-enhancements
Browse files Browse the repository at this point in the history
small enhancements
  • Loading branch information
ryu-man committed Jul 24, 2023
2 parents 52ecae8 + c8c47fb commit c46e3b8
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 46 deletions.
4 changes: 2 additions & 2 deletions apps/storyapp/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { tailwindcssConfig } from '../../packages/tailwindcss/src'
import { fuiPreset } from '../../packages/tailwindcss/src'

/** @type {import('tailwindcss').Config} */
export default {
presets: [tailwindcssConfig],
presets: [fuiPreset],
content: ['./src/**/*.{html,js,svelte, stories.svelte, ts}', '../../packages/core/src/**/*.{html,js,svelte, stories.svelte, ts}'],

}
9 changes: 0 additions & 9 deletions packages/core/tsconfig.node.json

This file was deleted.

9 changes: 3 additions & 6 deletions packages/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-fui/tailwindcss",
"version": "0.1.4",
"version": "0.1.5",
"description": "",
"type": "module",
"sideEffects": false,
Expand All @@ -24,14 +24,11 @@
"vite": "^4.3.2"
},
"dependencies": {
"@svelte-fui/theme": "^0.1.0"
"@svelte-fui/theme": "^0.1.3"
},
"peerDependencies": {
"@svelte-fui/theme": "^0.1.0"
"@svelte-fui/theme": "^0.1.3"
},
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"module": "./dist/index.js",
"exports":{
".":{
"types": "./dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/tailwindcss/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/**
* @deprecated Use `fuiPreset` instead.
*/
export { default as tailwindcssConfig } from './tailwind.config';
export { default as fuiPreset } from './tailwind.config';
4 changes: 3 additions & 1 deletion packages/tailwindcss/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {},
"compilerOptions": {
"paths": {}
},
"include": [
"src/**/*.d.ts",
"src/**/*.ts",
Expand Down
9 changes: 0 additions & 9 deletions packages/theme/tsconfig.node.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/themes/tsconfig.node.json

This file was deleted.

2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions tsconfig.node.json

This file was deleted.

1 comment on commit c46e3b8

@vercel
Copy link

@vercel vercel bot commented on c46e3b8 Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svelte-fui – ./

svelte-fui-git-main-ryu-man.vercel.app
svelte-fui-ryu-man.vercel.app
svelte-fui.vercel.app

Please sign in to comment.