Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 05bbc2f

Browse files
committed
- Major refactor of core system components and names.
- Separated css files based on functionality. - Renamed folders and updated imports to reflect such change. - Added simple prototype selection system. - Added styles for toasts. - Added postcss config - Improved input and button styling - Cleaned up portions of the code and imrpoved documentation
1 parent 3110c76 commit 05bbc2f

File tree

102 files changed

+2574
-888
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+2574
-888
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ dist-ssr
2424
*.sw?
2525

2626
*storybook.log
27-
coverage
27+
coverage
28+
packages

package-lock.json

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"boardify": "file:",
3838
"file-type": "^20.4.1",
3939
"framer-motion": "^11.13.1",
40+
"fs-extra": "^11.3.0",
4041
"github-markdown-css": "^5.8.1",
4142
"react": "^18.2.0",
4243
"react-dom": "^18.2.0",
@@ -75,6 +76,7 @@
7576
"@vitest/browser": "^3.1.2",
7677
"@vitest/coverage-v8": "^3.1.2",
7778
"@vitest/ui": "^3.1.2",
79+
"autoprefixer": "^10.4.21",
7880
"eslint": "^9.23.0",
7981
"eslint-config-prettier": "^10.1.2",
8082
"eslint-plugin-prettier": "^5.2.6",
@@ -86,6 +88,9 @@
8688
"jsdom": "^26.1.0",
8789
"lint-staged": "^15.5.0",
8890
"playwright": "^1.52.0",
91+
"postcss": "^8.5.4",
92+
"postcss-nesting": "^13.0.1",
93+
"postcss-preset-env": "^10.2.1",
8994
"prettier": "^3.5.3",
9095
"storybook": "^8.6.12",
9196
"typescript": "^5.2.2",

0 commit comments

Comments
 (0)