Skip to content

Commit

Permalink
feat: export dist styles from kaio
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwinch committed Feb 3, 2025
1 parent 89b9736 commit ce4fa76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-shrimps-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kaizen/components': patch
---

Export dist styles from exports field
4 changes: 4 additions & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
"import": "./dist/esm/reactAriaComponentsV3.mjs",
"require": "./dist/cjs/reactAriaComponentsV3.cjs",
"types": "./dist/types/__react-aria-components__/index.d.ts"
},
"./dist/styles.css": {
"import": "./dist/styles.css",
"require": "./dist/styles.css"
}
},
"bin": {
Expand Down

0 comments on commit ce4fa76

Please sign in to comment.