Skip to content

Commit

Permalink
chore: rework properties exports for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Jan 27, 2025
1 parent afc4625 commit 2868b03
Show file tree
Hide file tree
Showing 64 changed files with 145 additions and 17,224 deletions.
5 changes: 3 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "welcome-ui",
"version": "7.0.0",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"files": ["dist"],
"files": [
"dist"
],
"exports": {
"./fonts/*": "./dist/fonts/*",
"./theme": {
Expand Down Expand Up @@ -93,7 +95,6 @@
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "7.2.0",
"react": "^18.0.0",
"react-docgen-typescript": "^2.2.2",
"rollup-preserve-directives": "^1.1.3",
"styled-components": "^5.3.9",
"typescript": "^5.6.3",
Expand Down
158 changes: 0 additions & 158 deletions lib/scripts/generate-types-doc.ts

This file was deleted.

199 changes: 0 additions & 199 deletions lib/src/components/Accordion/docs/properties.json

This file was deleted.

Loading

0 comments on commit 2868b03

Please sign in to comment.