From e0ba9520927839a9f5181f90696cbfc0d78b667f Mon Sep 17 00:00:00 2001 From: Meschac Irung Date: Fri, 14 Jun 2024 15:42:26 +0200 Subject: [PATCH] fix [#11] : "@tailus/themer" has no exported member named Palette --- packages/themer/package-lock.json | 8 ++++---- packages/themer/package.json | 4 ++-- packages/themer/src/index.ts | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/packages/themer/package-lock.json b/packages/themer/package-lock.json index 6cfa918..d9c190b 100644 --- a/packages/themer/package-lock.json +++ b/packages/themer/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.5", "license": "MIT", "dependencies": { - "@tailus/themer-plugins": "^0.1.1", + "@tailus/themer-plugins": "^0.1.2", "tailwind-variants": "^0.2.1" } }, @@ -147,9 +147,9 @@ } }, "node_modules/@tailus/themer-plugins": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@tailus/themer-plugins/-/themer-plugins-0.1.1.tgz", - "integrity": "sha512-+uwnky3dpK1u6AkWp4YizMsLMIjrPlCB+JlphI5o/Xgv7EVmSN6gCANNTJWQghAEKSx9stOPDwfUM26FqpIbhg==" + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@tailus/themer-plugins/-/themer-plugins-0.1.2.tgz", + "integrity": "sha512-/lsDqr8ElkauEWvhLT9A8PqNjQL9zXfMol784bML4zC2d2RTirFVYTWfNRAsK1gZBgqo1puLpjEmCP00VKeqhw==" }, "node_modules/ansi-regex": { "version": "6.0.1", diff --git a/packages/themer/package.json b/packages/themer/package.json index 4eb5805..a3503ce 100644 --- a/packages/themer/package.json +++ b/packages/themer/package.json @@ -1,6 +1,6 @@ { "name": "@tailus/themer", - "version": "0.1.5", + "version": "0.1.6", "description": "Tailus UI styles", "exports": { ".": { @@ -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" } } diff --git a/packages/themer/src/index.ts b/packages/themer/src/index.ts index 1d73f00..4c6c352 100644 --- a/packages/themer/src/index.ts +++ b/packages/themer/src/index.ts @@ -5,8 +5,10 @@ export { shade, rounded, palettes, + palettesArray, grays, defaultFeedbackColors, + type Palette, } from "@tailus/themer-plugins"; export {