Skip to content

Commit

Permalink
fix [#11] : "@tailus/themer" has no exported member named Palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschacirung committed Jun 14, 2024
1 parent cf5bc5c commit e0ba952
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/themer/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/themer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tailus/themer",
"version": "0.1.5",
"version": "0.1.6",
"description": "Tailus UI styles",
"exports": {
".": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"author": "tailus.io",
"license": "MIT",
"dependencies": {
"@tailus/themer-plugins": "^0.1.1",
"@tailus/themer-plugins": "^0.1.2",
"tailwind-variants": "^0.2.1"
}
}
2 changes: 2 additions & 0 deletions packages/themer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ export {
shade,
rounded,
palettes,
palettesArray,
grays,
defaultFeedbackColors,
type Palette,
} from "@tailus/themer-plugins";

export {
Expand Down

0 comments on commit e0ba952

Please sign in to comment.