From ea2d569ffa98cc66845ec1cc7538695d8e8feedc Mon Sep 17 00:00:00 2001 From: Edward Granger Date: Tue, 7 May 2024 17:17:43 -0400 Subject: [PATCH] feat: add tokens to export config --- package-lock.json | 13 +++++++++++++ package.json | 1 + packages/kit/package.json | 1 + 3 files changed, 15 insertions(+) diff --git a/package-lock.json b/package-lock.json index 5b041b6c9..4d67081c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,6 +84,7 @@ }, "optionalDependencies": { "@esbuild/linux-x64": "^0.20.2", + "@rollup/rollup-darwin-x64": "^4.17.2", "@rollup/rollup-linux-x64-gnu": "^4.17.2", "esbuild-android-64": "0.14.25", "esbuild-android-arm64": "0.15.5", @@ -8837,6 +8838,18 @@ "darwin" ] }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.17.2.tgz", + "integrity": "sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, "node_modules/@rollup/rollup-linux-x64-gnu": { "version": "4.17.2", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.17.2.tgz", diff --git a/package.json b/package.json index c74de8700..d0ef3adb0 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,7 @@ }, "optionalDependencies": { "@esbuild/linux-x64": "^0.20.2", + "@rollup/rollup-darwin-x64": "^4.17.2", "@rollup/rollup-linux-x64-gnu": "^4.17.2", "esbuild-android-64": "0.14.25", "esbuild-android-arm64": "0.15.5", diff --git a/packages/kit/package.json b/packages/kit/package.json index b82338b50..6d4ae69da 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -80,6 +80,7 @@ } }, "./src/theme/wpds.tokens.json": "./src/theme/wpds.tokens.json", + "./src/theme/tokens": "./src/theme/tokens.ts", "./src/input-search/cities": "./src/input-search/cities.ts", "./src/theme/hexcodes.tokens.json": "./src/theme/hexcodes.tokens.json" },