From e1ada31468e0f8f44ca37433b43b4dba4a8b9345 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 17 Oct 2023 22:01:18 +0200 Subject: [PATCH] Allow ysMap to map to anoter type --- packages/yoshiki/package.json | 2 +- packages/yoshiki/src/native/index.tsx | 1 + packages/yoshiki/src/type.ts | 16 ---------------- packages/yoshiki/src/utils.ts | 18 +++++++++++++++++- packages/yoshiki/src/web/index.ts | 1 + 5 files changed, 20 insertions(+), 18 deletions(-) diff --git a/packages/yoshiki/package.json b/packages/yoshiki/package.json index b3491c6..75a45e3 100644 --- a/packages/yoshiki/package.json +++ b/packages/yoshiki/package.json @@ -1,6 +1,6 @@ { "name": "yoshiki", - "version": "1.2.8", + "version": "1.2.9", "author": "Zoe Roux (https://github.com/zoriya)", "license": "MIT", "keywords": [ diff --git a/packages/yoshiki/src/native/index.tsx b/packages/yoshiki/src/native/index.tsx index 5d48a5b..bfbef17 100644 --- a/packages/yoshiki/src/native/index.tsx +++ b/packages/yoshiki/src/native/index.tsx @@ -34,3 +34,4 @@ export const ThemeProvider = ({ theme, children }: { theme: Theme; children?: Re }; export * from "../type"; +export * from "../utils"; diff --git a/packages/yoshiki/src/type.ts b/packages/yoshiki/src/type.ts index d8253f3..d54aa07 100644 --- a/packages/yoshiki/src/type.ts +++ b/packages/yoshiki/src/type.ts @@ -79,19 +79,3 @@ export const assignChilds =