Skip to content

feat: blocks-react-layout폴더에 package, build.js, tsconfig 추가 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
**/node_modules/

**/dist/*
dist
dist
*storybook.log
30 changes: 15 additions & 15 deletions .nx/cache/run.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"run": {
"command": "nx build test",
"startTime": "2024-11-21T23:42:19.694Z",
"endTime": "2024-11-21T23:42:29.728Z",
"command": "nx build @blocks/react-components-layout",
"startTime": "2024-11-24T11:25:20.245Z",
"endTime": "2024-11-24T11:25:33.172Z",
"inner": false
},
"tasks": [
{
"taskId": "@blocks/esbuild-config:build",
"target": "build",
"projectName": "@blocks/esbuild-config",
"hash": "7885988216016098297",
"startTime": "2024-11-21T23:42:19.728Z",
"endTime": "2024-11-21T23:42:20.779Z",
"hash": "5651843555018390339",
"startTime": "2024-11-24T11:25:20.261Z",
"endTime": "2024-11-24T11:25:21.303Z",
"params": "",
"cacheStatus": "cache-miss",
"status": 0
Expand All @@ -21,23 +21,23 @@
"taskId": "@blocks/themes:build",
"target": "build",
"projectName": "@blocks/themes",
"hash": "12712629050016873850",
"startTime": "2024-11-21T23:42:20.782Z",
"endTime": "2024-11-21T23:42:26.895Z",
"hash": "11711925365691305745",
"startTime": "2024-11-24T11:25:21.306Z",
"endTime": "2024-11-24T11:25:27.271Z",
"params": "",
"cacheStatus": "cache-miss",
"status": 0
},
{
"taskId": "test:build",
"taskId": "@blocks/react-components-layout:build",
"target": "build",
"projectName": "test",
"hash": "15031994026475396322",
"startTime": "2024-11-21T23:42:26.899Z",
"endTime": "2024-11-21T23:42:29.727Z",
"projectName": "@blocks/react-components-layout",
"hash": "9096836271835770885",
"startTime": "2024-11-24T11:25:27.275Z",
"endTime": "2024-11-24T11:25:33.172Z",
"params": "",
"cacheStatus": "cache-miss",
"status": 1
"status": 0
}
]
}
2 changes: 2 additions & 0 deletions .nx/cache/terminalOutputs/11711925365691305745
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(node:16060) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
2 changes: 2 additions & 0 deletions .nx/cache/terminalOutputs/13650353655633520456
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(node:2908) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
1 change: 1 addition & 0 deletions .nx/cache/terminalOutputs/14383118841247943986
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tada
2 changes: 2 additions & 0 deletions .nx/cache/terminalOutputs/14621300094289441361
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(node:6688) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
2 changes: 2 additions & 0 deletions .nx/cache/terminalOutputs/15887118590973247822
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(node:6368) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
1 change: 1 addition & 0 deletions .nx/cache/terminalOutputs/3569290051247664024
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tada
1 change: 1 addition & 0 deletions .nx/cache/terminalOutputs/5651843555018390339
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tada
1 change: 1 addition & 0 deletions .nx/cache/terminalOutputs/5935772493081131806
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tada
2 changes: 2 additions & 0 deletions .nx/cache/terminalOutputs/7023096816221034160
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(node:20312) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
2 changes: 2 additions & 0 deletions .nx/cache/terminalOutputs/9096836271835770885
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(node:5628) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Binary file modified .nx/workspace-data/78df945b-4465-4d53-928b-51f9c4c0788d.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions .nx/workspace-data/d/server-process.json

This file was deleted.

172 changes: 125 additions & 47 deletions .nx/workspace-data/file-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,67 +11,120 @@
"fileMap": {
"nonProjectFiles": [
{
"file": ".eslintrc.js",
"hash": "9974681833445430258"
},
{
"file": ".github/ISSUE_TEMPLATE/bug_report.md",
"hash": "3612381169923180109"
"file": "tsconfig.eslint.json",
"hash": "6981422439752316205"
},
{
"file": ".github/ISSUE_TEMPLATE/feature_request.md",
"hash": "7049517333677081833"
"file": ".prettierrc",
"hash": "9797131051341130368"
},
{
"file": ".github/ISSUE_TEMPLATE/refactor-issue-template.md",
"hash": "14669175137657589831"
"file": "tsconfig.base.json",
"hash": "15329797684824335884"
},
{
"file": ".github/PULL_REQUEST_TEMPLATE.md",
"hash": "5016382248614939567"
"file": ".github/ISSUE_TEMPLATE/bug_report.md",
"hash": "3612381169923180109"
},
{
"file": ".gitignore",
"hash": "15229444604702400094"
"file": "package.json",
"hash": "12764692383788660243"
},
{
"file": ".prettierrc",
"hash": "9797131051341130368"
"file": "nx.json",
"hash": "18309398620532989203"
},
{
"file": ".yarn/releases/yarn-4.5.1.cjs",
"hash": "4099108510173678777"
"file": ".github/PULL_REQUEST_TEMPLATE.md",
"hash": "5016382248614939567"
},
{
"file": ".yarnrc.yml",
"hash": "5011469951337407309"
},
{
"file": "README.md",
"hash": "2131338340651061652"
"file": ".github/ISSUE_TEMPLATE/refactor-issue-template.md",
"hash": "14669175137657589831"
},
{
"file": "nx.json",
"hash": "18309398620532989203"
"file": "yarn.lock",
"hash": "13640444090584150173"
},
{
"file": "package.json",
"hash": "1174150368637380651"
"file": ".github/ISSUE_TEMPLATE/feature_request.md",
"hash": "7049517333677081833"
},
{
"file": "tsconfig.base.json",
"hash": "15329797684824335884"
"file": ".eslintrc.js",
"hash": "9974681833445430258"
},
{
"file": "tsconfig.eslint.json",
"hash": "6981422439752316205"
"file": ".gitignore",
"hash": "10639542017206723131"
},
{
"file": "yarn.lock",
"hash": "17013599250388110418"
"file": ".yarn/releases/yarn-4.5.1.cjs",
"hash": "4099108510173678777"
},
{
"file": "README.md",
"hash": "2131338340651061652"
}
],
"projectFileMap": {
"@blocks/esbuild-config": [
{
"file": "packages/esbuild-config/README.md",
"hash": "9811778230406945702"
},
{
"file": "packages/esbuild-config/index.js",
"hash": "6014632190694086000"
},
{
"file": "packages/esbuild-config/package.json",
"hash": "2533337159967761512",
"deps": [
"npm:esbuild"
]
}
],
"@blocks/react-components-layout": [
{
"file": "packages/blocks-react/components/layout/build.js",
"hash": "5626254793714957221"
},
{
"file": "packages/blocks-react/components/layout/package.json",
"hash": "7983326247942412863",
"deps": [
"npm:react",
"@blocks/esbuild-config",
"@blocks/themes",
"npm:@types/react",
"npm:@types/react-dom",
"npm:@vanilla-extract/css",
"npm:react-dom",
"npm:typescript"
]
},
{
"file": "packages/blocks-react/components/layout/src/Block.tsx",
"hash": "11025791556492697400"
},
{
"file": "packages/blocks-react/components/layout/src/block.css.ts",
"hash": "11869127219885783550"
},
{
"file": "packages/blocks-react/components/layout/src/index.ts",
"hash": "8601717179543462552"
},
{
"file": "packages/blocks-react/components/layout/tsconfig.json",
"hash": "3053444603868262942"
}
],
"@blocks/themes": [
{
"file": "packages/themes/build.js",
Expand All @@ -87,23 +140,23 @@
},
{
"file": "packages/themes/scripts/build-css-module.js",
"hash": "2313810909763957690"
"hash": "13454680153497514648"
},
{
"file": "packages/themes/src/classes/index.d.ts",
"hash": "14874153686921477232"
},
{
"file": "packages/themes/src/classes/index.ts",
"hash": "16980293872951677454"
"hash": "10499901138301439318"
},
{
"file": "packages/themes/src/classes/typography.d.ts",
"hash": "17439377685274993557"
},
{
"file": "packages/themes/src/classes/typography.ts",
"hash": "1737226456848416719"
"hash": "18080047435064110543"
},
{
"file": "packages/themes/src/index.d.ts",
Expand All @@ -127,39 +180,39 @@
},
{
"file": "packages/themes/src/variables/colors/index.ts",
"hash": "6316174874431697322"
"hash": "17054859529176445362"
},
{
"file": "packages/themes/src/variables/colors/scale.d.ts",
"hash": "13825339923779810162"
},
{
"file": "packages/themes/src/variables/colors/scale.ts",
"hash": "12117047415002952022"
"hash": "14359099596020371532"
},
{
"file": "packages/themes/src/variables/colors/static/dark.d.ts",
"hash": "12956363065636289770"
},
{
"file": "packages/themes/src/variables/colors/static/dark.ts",
"hash": "11829123318318794238"
"hash": "3924578750324242065"
},
{
"file": "packages/themes/src/variables/colors/static/index.d.ts",
"hash": "17639848047638776056"
},
{
"file": "packages/themes/src/variables/colors/static/index.ts",
"hash": "4882138733323561826"
"hash": "1270282834437785174"
},
{
"file": "packages/themes/src/variables/colors/static/light.d.ts",
"hash": "17642843712593174127"
},
{
"file": "packages/themes/src/variables/colors/static/light.ts",
"hash": "8264435437772186195"
"hash": "13885878899339576667"
},
{
"file": "packages/themes/src/variables/index.d.ts",
Expand All @@ -175,28 +228,53 @@
},
{
"file": "packages/themes/src/variables/typography.ts",
"hash": "1888759767589057909"
"hash": "7557842263313557841"
},
{
"file": "packages/themes/tsconfig.json",
"hash": "9838581208239668351"
}
],
"@blocks/esbuild-config": [
"@blocks/storybook": [
{
"file": "packages/esbuild-config/README.md",
"hash": "9811778230406945702"
"file": "packages/storybook/.storybook/main.js",
"hash": "8608782552442256176"
},
{
"file": "packages/esbuild-config/index.js",
"hash": "6014632190694086000"
"file": "packages/storybook/.storybook/preview.js",
"hash": "17559343359447691019"
},
{
"file": "packages/esbuild-config/package.json",
"hash": "2533337159967761512",
"file": "packages/storybook/.storybook/style.css",
"hash": "10680256900373277349"
},
{
"file": "packages/storybook/README.md",
"hash": "2624393197388313932"
},
{
"file": "packages/storybook/package.json",
"hash": "1896972847263798727",
"deps": [
"npm:esbuild"
"@blocks/react-components-layout",
"@blocks/themes",
"npm:@chromatic-com/storybook",
"npm:@storybook/addon-essentials",
"npm:@storybook/addon-interactions",
"npm:@storybook/addon-onboarding",
"npm:@storybook/blocks",
"npm:@storybook/react",
"npm:@storybook/react-vite",
"npm:@storybook/test",
"npm:prop-types",
"npm:storybook",
"npm:storybook-addon-root-attributes",
"npm:vite"
]
},
{
"file": "packages/storybook/stories/components/Layout/Block.stories.tsx",
"hash": "422903095731104575"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion .nx/workspace-data/lockfile.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6021181377118193437
2274169818254685701
Binary file modified .nx/workspace-data/nx_files.nxt
Binary file not shown.
Loading