Skip to content

Commit

Permalink
chore: sds, theme 패키지 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm committed Jun 29, 2024
1 parent 61e73d6 commit b403a81
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/core/sds/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# `sds`
# `@sambad/sds`
5 changes: 4 additions & 1 deletion packages/core/sds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
"name": "@sambad/sds",
"version": "0.0.0",
"private": true,
"exports": {},
"exports": {
".": "./src/index.ts"
},
"scripts": {
"lint": "eslint . --max-warnings 0"
},
"devDependencies": {
"@sambad/config": "workspace:*",
"@turbo/gen": "^1.12.4",
"@types/node": "^20.11.24",
"@types/eslint": "^8.56.5",
"@types/react": "^18.2.61",
Expand Down
Empty file removed packages/core/sds/src/.gitkeep
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@sambad/ui",
"name": "@sambad/theme",
"version": "0.0.0",
"private": true,
"exports": {
Expand All @@ -10,7 +10,6 @@
},
"devDependencies": {
"@sambad/config": "workspace:*",
"@turbo/gen": "^1.12.4",
"@types/node": "^20.11.24",
"@types/eslint": "^8.56.5",
"@types/react": "^18.2.61",
Expand Down
1 change: 1 addition & 0 deletions packages/core/theme/src/colors.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const colors = {};
1 change: 1 addition & 0 deletions packages/core/theme/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { colors } from './colors';
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/domains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {},
"devDependencies": {
"@sambad/ui": "workspace:*",
"@sambad/sds": "workspace:*",
"@sambad/config": "workspace:*",
"@types/node": "^20.11.24",
"@types/eslint": "^8.56.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button } from '@sambad/ui';
import { Button } from '@sambad/sds';

import type { PropsWithChildren } from 'react';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button } from '@sambad/ui';
import { Button } from '@sambad/sds';

import { useFirstFeatureOfFirstDomainTestButton } from '../hooks/useFirstFeatureOfFirstDomainTestButton';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button } from '@sambad/ui';
import { Button } from '@sambad/sds';

import type { PropsWithChildren } from 'react';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button } from '@sambad/ui';
import { Button } from '@sambad/sds';

import { useFirstFeatureOfFirstDomainTestButton } from '../hooks/useFirstFeatureOfFirstDomainTestButton';

Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit b403a81

Please sign in to comment.